| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | source.h | 44 extern void add_path (const char *, char **, int); 45 extern void add_path (const char *, std::string &, int);
|
| D | source.c | 471 add_path (dirname, source_path, 0); in directory_switch() 479 add_path (dirname, which_path, 1); in mod_path() 489 add_path (const char *dirname, char **which_path, int parse_separators) in add_path() function 662 add_path (const char *dirname, std::string &which_path, int parse_separators) in add_path() function 665 add_path (dirname, &which_path_copy, parse_separators); in add_path()
|
| D | ChangeLog-2021 | 1217 * source.c (add_path): Check 'p' before using 'p[-1]'. 5758 * source.c (add_path): Skip empty dirnames.
|
| D | ChangeLog-2011 | 8421 * source.c (add_path): Likewise. 9562 * source.c (add_path): Replace semicolon at end of block. 9576 * source.c (add_path): Ditto.
|
| D | ChangeLog-2018 | 3808 * source.c (add_path): Use gdb::unique_xmalloc_ptr. 14668 * source.c (add_path): Adjust. 15350 (add_path, directory_switch, source_path, init_source_path): Move 15353 (add_path, directory_switch, source_path, init_source_path):
|
| D | ChangeLog-2012 | 9192 * source.c (add_path): Remove variables argv, arg and argv_index. 9210 * source.c (add_path): Remove always true conditional 'p == 0' and 10013 * source.c (add_path): Use memmove instead of strcpy because the
|
| D | ChangeLog-2006 | 3501 (add_path): Use buildargv() to parse spaces in filenames properly.
|
| D | ChangeLog-2002 | 536 (add_path): Ditto. 537 * source.c (add_path): New function that adds to a specified path. 538 (mod_path): Change to call add_path.
|
| D | ChangeLog-2017 | 3619 * source.c (directory_switch, mod_path, add_path): Constify. 3620 * defs.h (add_path, mod_path, directory_switch): Constify. 10264 * source.c (add_path, show_substitute_path_command)
|
| D | ChangeLog-2005 | 2488 * source.c (add_path, openp): Likewise.
|
| D | ChangeLog-2008 | 1962 * source.c (add_path, show_substitute_path_command)
|
| D | ChangeLog-2014 | 16421 * source.c (add_path): Fix check for duplicated paths in the previously
|
| D | ChangeLog-2019 | 630 * source.c (add_path): Use 'gdb_abspath'.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | incpath.cc | 124 add_path (path, chain, chain == INC_SYSTEM, false); in add_env_var_paths() 168 add_path (str, INC_SYSTEM, p->cxx_aware, false); in add_standard_paths() 235 add_path (str, INC_SYSTEM, p->cxx_aware, false); in add_standard_paths() 438 add_path (char *path, incpath_kind chain, int cxx_aware, bool user_supplied_p) in add_path() function
|
| D | incpath.h | 31 extern void add_path (char *, incpath_kind, int, bool);
|
| D | ChangeLog-2004 | 31555 * c-incpath.c (add_path): Canonicalize paths to use '/' if 32232 * fix-header.c (read_scan_file): Update for add_path change. 32238 to add_path () for -I, but false for OPT_idirafter, OPT_iquote and 32240 * c-incpath.h (add_path): Add fourth (bool) argument. 32241 * c-incpath.c (add_env_var_paths): Pass false to add_path (). 32245 (add_path): Set p->user_supplied_p. Remove duplicated code by 39433 (add_path): Use a consistent style for cpp_dir. Initialize
|
| D | ChangeLog-2003 | 12497 * c-incpath.c (free_path, remove_duplicates, heads, tails, add_path): 29432 * fix-header.c (read_scan_file): Need to malloc arguments to add_path. 31165 * c-incpath.c (add_path): Fix sysp assignment.
|
| /netbsd/src/external/bsd/wpa/dist/src/utils/ |
| D | xml-utils.c | 210 static char * add_path(const char *prev, const char *leaf) in add_path() function 254 new_uri = add_path(uri, name); in node_to_tnds() 415 new_uri = add_path(uri, nodename); in tnds_to_mo_iter()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-cmd-env.c | 94 add_path (dirname, which_path, 0); in env_mod_path()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-bgp.c | 2737 int add_path; in bgp_update_print() local 2763 add_path = check_add_path(ndo, p, withdrawn_routes_len, 32); in bgp_update_print() 2765 if (add_path) { in bgp_update_print() 2784 if (add_path) { in bgp_update_print() 2883 add_path = check_add_path(ndo, p, length, 32); in bgp_update_print() 2886 if (add_path) { in bgp_update_print() 2902 if (add_path) { in bgp_update_print()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | darwin-c.cc | 486 add_path (str, INC_SYSTEM, /*c++aware=*/true, false); in darwin_register_objc_includes() 490 add_path (str, INC_SYSTEM, /*c++aware=*/true, false); in darwin_register_objc_includes()
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | configure.ac | 2555 [add_path="cray/ieee"], 2556 [add_path="cray/cfp"; extra_functions="mulwwc90"], 2557 [add_path="cray/cfp"; extra_functions="mulwwj90"]) 2561 path="$add_path $path"
|
| D | configure | 10933 add_path="cray/ieee" 10935 add_path="cray/cfp"; extra_functions="mulwwc90" 10941 add_path="cray/cfp"; extra_functions="mulwwj90" 10948 path="$add_path $path"
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | ChangeLog | 14942 ld_library_path. Use add_path. Add just find_libgcc_s to 14947 Use add_path.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2009 | 3156 to ld_library_path. Use add_path. Add just find_libgcc_s to
|