Searched refs:os_name (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/am-utils/dist/fsinfo/ |
H A D | wr_fstab.c | 66 char *os_name; member 263 char *os_name = NULL; in find_fstab_type() local 266 if (os_name == 0) { in find_fstab_type() 268 os_name = hp->h_os; in find_fstab_type() 270 os_name = GENERIC_OS_NAME; in find_fstab_type() 272 for (op = os_tabs; op->os_name; op++) in find_fstab_type() 273 if (STREQ(os_name, op->os_name)) in find_fstab_type() 276 os_name = GENERIC_OS_NAME; in find_fstab_type()
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | opt_bacc.c | 62 os_name(void) in os_name() function 74 os_name(void) in os_name() function
|
/netbsd-src/external/bsd/pcc/dist/pcc/driver/ |
H A D | platform.c | 155 init_platform_specific(const char *os_name, const char *arch_name) in init_platform_specific() argument 165 if (strcmp(os_mapping[i].name, os_name) == 0) { in init_platform_specific() 171 error("unknown Operating System: %s", os_name); in init_platform_specific()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/driver/ |
H A D | platform.c | 274 init_platform_specific(const char *os_name, const char *arch_name) in init_platform_specific() argument 284 if (strcmp(os_mapping[i].name, os_name) == 0) { in init_platform_specific() 290 error("unknown Operating System: %s", os_name); in init_platform_specific()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | layout.cc | 1199 const char* os_name = this->namepool_.add(".text.unlikely", true, in layout() local 1201 os = this->get_output_section(os_name, name_key, sh_type, sh_flags, in layout() 1226 const char* os_name = it->second->name; in layout() local 1228 os_name = this->namepool_.add(os_name, true, &name_key); in layout() 1229 os = this->get_output_section(os_name, name_key, sh_type, in layout()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | layout.cc | 1202 const char* os_name = this->namepool_.add(".text.unlikely", true, in layout() local 1204 os = this->get_output_section(os_name, name_key, sh_type, sh_flags, in layout() 1229 const char* os_name = it->second->name; in layout() local 1231 os_name = this->namepool_.add(os_name, true, &name_key); in layout() 1232 os = this->get_output_section(os_name, name_key, sh_type, in layout()
|