| /src/usr.sbin/rtadvd/ |
| config.h | 38 extern void add_prefix(struct rainfo *, int, const struct in6_addr *, int);
|
| config.c | 969 add_prefix(struct rainfo *rai, int ifindex, const struct in6_addr *addr, function
|
| rtadvd.c | 621 add_prefix(rai, ifindex, addr, plen);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| file-find.h | 42 extern void add_prefix (struct path_prefix *, const char *);
|
| file-find.cc | 145 add_prefix (struct path_prefix *pprefix, const char *prefix) function 201 add_prefix (pprefix, nstore);
|
| gcc.cc | 391 static void add_prefix (struct path_prefix *, const char *, const char *, 3153 add_prefix (struct path_prefix *pprefix, const char *prefix, 3183 /* Same as add_prefix, but prepending target_system_root to prefix. */ 3216 add_prefix (pprefix, prefix, component, priority, 3220 /* Same as add_prefix, but prepending target_sysroot_hdrs_suffix to prefix. */ 3253 add_prefix (pprefix, prefix, component, priority, 4605 add_prefix (&exec_prefixes, arg, NULL, 4607 add_prefix (&startfile_prefixes, arg, NULL, 4609 add_prefix (&include_prefixes, arg, NULL, 4822 add_prefix (&exec_prefixes, standard_libexec_prefix, "GCC" 3137 add_prefix (struct path_prefix *pprefix, const char *prefix, function [all...] |
| collect2.cc | 1201 add_prefix (&libpath_lib_dirs, "/lib"); 1202 add_prefix (&libpath_lib_dirs, "/usr/lib"); 1405 add_prefix (&cmdline_lib_dirs, arg+2);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| file-find.h | 42 extern void add_prefix (struct path_prefix *, const char *);
|
| file-find.cc | 145 add_prefix (struct path_prefix *pprefix, const char *prefix) function 201 add_prefix (pprefix, nstore);
|
| gcc.cc | 378 static void add_prefix (struct path_prefix *, const char *, const char *, 3148 add_prefix (struct path_prefix *pprefix, const char *prefix, 3178 /* Same as add_prefix, but prepending target_system_root to prefix. */ 3211 add_prefix (pprefix, prefix, component, priority, 3215 /* Same as add_prefix, but prepending target_sysroot_hdrs_suffix to prefix. */ 3248 add_prefix (pprefix, prefix, component, priority, 4567 add_prefix (&exec_prefixes, arg, NULL, 4569 add_prefix (&startfile_prefixes, arg, NULL, 4571 add_prefix (&include_prefixes, arg, NULL, 4765 add_prefix (&exec_prefixes, standard_libexec_prefix, "GCC" 3132 add_prefix (struct path_prefix *pprefix, const char *prefix, function [all...] |
| collect2.cc | 1198 add_prefix (&libpath_lib_dirs, "/lib"); 1199 add_prefix (&libpath_lib_dirs, "/usr/lib"); 1401 add_prefix (&cmdline_lib_dirs, arg+2);
|
| /src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| elf.h | 97 add_prefix (&startfile_prefixes, \ 100 add_prefix (&include_prefixes, archdir, \
|
| /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
| elf.h | 98 add_prefix (&startfile_prefixes, \ 101 add_prefix (&include_prefixes, archdir, \
|
| /src/external/mit/isl/dist/ |
| isl_arg.c | 224 static int add_prefix(struct isl_prefixes *prefixes, const char *prefix) function 675 first = add_prefix(prefixes, arg[i].long_name); 1125 first = add_prefix(prefixes, decl->long_name);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-i386.c | 3061 add_prefix (unsigned int prefix) 4923 add_prefix (REX_OPCODE | i.rex); 7517 if (!add_prefix (FWAIT_OPCODE)) 7605 add_prefix (BND_PREFIX_OPCODE); 8015 switch (add_prefix (current_templates.start->base_opcode)) 8217 if (!add_prefix (DS_PREFIX_OPCODE)) 8223 if (!add_prefix (CS_PREFIX_OPCODE)) 10540 else if (!add_prefix (prefix)) 10584 && !add_prefix (ADDR_PREFIX_OPCODE)) 10613 && !add_prefix (ADDR_PREFIX_OPCODE) 3060 add_prefix (unsigned int prefix) function [all...] |
| tc-i386-intel.c | 756 add_prefix (DATA_PREFIX_OPCODE);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-i386.c | 3012 add_prefix (unsigned int prefix) 4849 add_prefix (REX_OPCODE | i.rex); 7355 if (!add_prefix (FWAIT_OPCODE)) 7439 add_prefix (BND_PREFIX_OPCODE); 7849 switch (add_prefix (current_templates.start->base_opcode)) 8051 if (!add_prefix (DS_PREFIX_OPCODE)) 8057 if (!add_prefix (CS_PREFIX_OPCODE)) 10373 else if (!add_prefix (prefix)) 10417 && !add_prefix (ADDR_PREFIX_OPCODE)) 10446 && !add_prefix (ADDR_PREFIX_OPCODE) 3011 add_prefix (unsigned int prefix) function [all...] |
| tc-i386-intel.c | 756 add_prefix (DATA_PREFIX_OPCODE);
|