Searched refs:os_name (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/tests/usr.bin/indent/
H A Dopt_bacc.c62 os_name(void) function
74 os_name(void) function
/netbsd-current/external/bsd/am-utils/dist/fsinfo/
H A Dwr_fstab.c66 char *os_name; member in struct:os_fstab_type
263 char *os_name = NULL; local
266 if (os_name == 0) {
268 os_name = hp->h_os;
270 os_name = GENERIC_OS_NAME;
272 for (op = os_tabs; op->os_name; op++)
273 if (STREQ(os_name, op->os_name))
276 os_name = GENERIC_OS_NAME;
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dplatform.c155 init_platform_specific(const char *os_name, const char *arch_name) argument
165 if (strcmp(os_mapping[i].name, os_name) == 0) {
171 error("unknown Operating System: %s", os_name);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/driver/
H A Dplatform.c274 init_platform_specific(const char *os_name, const char *arch_name) argument
284 if (strcmp(os_mapping[i].name, os_name) == 0) {
290 error("unknown Operating System: %s", os_name);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dlayout.cc1195 const char* os_name = this->namepool_.add(".text.unlikely", true,
1197 os = this->get_output_section(os_name, name_key, sh_type, flags,
1226 const char* os_name = it->second->name;
1228 os_name = this->namepool_.add(os_name, true, &name_key);
1229 os = this->get_output_section(os_name, name_key, sh_type, flags,
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dlayout.cc1199 const char* os_name = this->namepool_.add(".text.unlikely", true,
1201 os = this->get_output_section(os_name, name_key, sh_type, sh_flags,
1226 const char* os_name = it->second->name;
1228 os_name = this->namepool_.add(os_name, true, &name_key);
1229 os = this->get_output_section(os_name, name_key, sh_type,
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dlayout.cc1202 const char* os_name = this->namepool_.add(".text.unlikely", true,
1204 os = this->get_output_section(os_name, name_key, sh_type, sh_flags,
1229 const char* os_name = it->second->name;
1231 os_name = this->namepool_.add(os_name, true, &name_key);
1232 os = this->get_output_section(os_name, name_key, sh_type,

Completed in 230 milliseconds