Searched refs:add_path (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/contrib/bmake/ |
| D | install-sh | 140 # after any calls to add_path() 144 add_path () { [ -d $1 ] && eval ${2:-PATH}="\$${2:-PATH}:$1"; } 145 add_path /etc 146 add_path /usr/etc 147 add_path /sbin 148 add_path /usr/sbin
|
| D | boot-strap | 317 add_path () {
|
| /freebsd-9-stable/contrib/gcc/ |
| D | c-incpath.c | 120 add_path (path, chain, chain == SYSTEM, false); in add_env_var_paths() 151 add_path (str, SYSTEM, p->cxx_aware, false); in add_standard_paths() 172 add_path (str, SYSTEM, p->cxx_aware, false); in add_standard_paths() 338 add_path (char *path, int chain, int cxx_aware, bool user_supplied_p) in add_path() function
|
| D | c-incpath.h | 19 extern void add_path (char *, int, int, bool);
|
| D | c-opts.c | 326 add_path (xstrdup (arg), BRACKET, 0, true); in c_common_handle_option() 853 add_path (xstrdup (arg), AFTER, 0, true); in c_common_handle_option() 870 add_path (xstrdup (arg), QUOTE, 0, true); in c_common_handle_option() 878 add_path (xstrdup (arg), SYSTEM, 0, true); in c_common_handle_option() 1413 add_path (path, chain, 0, false); in add_prefixed_path()
|
| D | fix-header.c | 644 add_path (xstrdup (argv[i] + 2), BRACKET, false, false); in read_scan_file() 649 add_path (xstrdup (argv[i + 1]), BRACKET, false, false); in read_scan_file()
|
| 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.
|
| D | ChangeLog-2005 | 895 (add_path): Use XNEW.
|
| /freebsd-9-stable/contrib/ofed/management/opensm/opensm/ |
| D | osm_ucast_file.c | 78 static void add_path(osm_opensm_t * p_osm, in add_path() function 245 add_path(p_osm, p_sw, lid, port_num, port_guid); in do_ucast_file_load()
|
| /freebsd-9-stable/contrib/gcc/config/ |
| D | darwin-c.c | 493 add_path (str, SYSTEM, /*c++aware=*/false, false); in darwin_register_objc_includes() 502 add_path (str, SYSTEM, /*c++aware=*/false, false); in darwin_register_objc_includes()
|
| /freebsd-9-stable/contrib/gdb/gdb/mi/ |
| D | mi-cmd-env.c | 109 add_path (dirname, which_path, 0); in env_mod_path()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | source.c | 395 add_path (dirname, which_path, 1); in mod_path() 405 add_path (char *dirname, char **which_path, int parse_separators) in add_path() function
|
| D | defs.h | 609 extern void add_path (char *, char **, int);
|