Home
last modified time | relevance | path

Searched refs:add_path (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsource.h44 extern void add_path (const char *, char **, int);
45 extern void add_path (const char *, std::string &, int);
Dsource.c471 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()
DChangeLog-20211217 * source.c (add_path): Check 'p' before using 'p[-1]'.
5758 * source.c (add_path): Skip empty dirnames.
DChangeLog-20118421 * source.c (add_path): Likewise.
9562 * source.c (add_path): Replace semicolon at end of block.
9576 * source.c (add_path): Ditto.
DChangeLog-20183808 * 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):
DChangeLog-20129192 * 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
DChangeLog-20063501 (add_path): Use buildargv() to parse spaces in filenames properly.
DChangeLog-2002536 (add_path): Ditto.
537 * source.c (add_path): New function that adds to a specified path.
538 (mod_path): Change to call add_path.
DChangeLog-20173619 * 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)
DChangeLog-20052488 * source.c (add_path, openp): Likewise.
DChangeLog-20081962 * source.c (add_path, show_substitute_path_command)
DChangeLog-201416421 * source.c (add_path): Fix check for duplicated paths in the previously
DChangeLog-2019630 * source.c (add_path): Use 'gdb_abspath'.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dincpath.cc124 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
Dincpath.h31 extern void add_path (char *, incpath_kind, int, bool);
DChangeLog-200431555 * 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
DChangeLog-200312497 * 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/
Dxml-utils.c210 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/
Dmi-cmd-env.c94 add_path (dirname, which_path, 0); in env_mod_path()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-bgp.c2737 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/
Ddarwin-c.cc486 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/
Dconfigure.ac2555 [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"
Dconfigure10933 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/
DChangeLog14942 ld_library_path. Use add_path. Add just find_libgcc_s to
14947 Use add_path.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20093156 to ld_library_path. Use add_path. Add just find_libgcc_s to

12