Home
last modified time | relevance | path

Searched refs:myloc (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Derror.c261 locale_t myloc = newlocale (LC_CTYPE_MASK | LC_MESSAGES_MASK, "", in gf_strerror() local
264 if (myloc) in gf_strerror()
266 p = strerror_l (errnum, myloc); in gf_strerror()
267 freelocale (myloc); in gf_strerror()
/netbsd/external/gpl3/gcc/dist/libgfortran/runtime/
H A Derror.c230 locale_t myloc = newlocale (LC_CTYPE_MASK | LC_MESSAGES_MASK, "", in gf_strerror() local
233 if (myloc) in gf_strerror()
235 p = strerror_l (errnum, myloc); in gf_strerror()
236 freelocale (myloc); in gf_strerror()
/netbsd/sys/arch/mac68k/nubus/
H A Dnubus.c602 nubus_adjust_ptr(fmt->bytelanes, dirent->myloc, loc); in nubus_get_dir_from_rsrc()
629 dirent_return->myloc = entry; in nubus_find_rsrc()
659 loc = nubus_adjust_ptr(lanes, dirent->myloc, loc); in nubus_get_ind_data()
683 loc = nubus_adjust_ptr(lanes, dirent->myloc, loc); in nubus_get_c_string()
717 loc = nubus_adjust_ptr(lanes, dirent->myloc, loc); in nubus_get_smem_addr_rangelist()
H A Dnubus.h227 u_int32_t myloc; member
249 u_int32_t myloc; member