Searched refs:idx (Results 1 – 3 of 3) sorted by relevance
201 for (size_t idx = 0; idx < npwd_data; ++idx) in NAME() local202 if (pwd_data[idx].pw_uid == uid) in NAME()214 for (size_t idx = 0; idx < npwd_data; ++idx) in NAME() local215 if (strcmp (pwd_data[idx].pw_name, name) == 0) in NAME()314 for (size_t idx = 0; idx < ngrp_data; ++idx) in NAME() local315 if (grp_data[idx].gr_gid == gid) in NAME()327 for (size_t idx = 0; idx < ngrp_data; ++idx) in NAME() local328 if (strcmp (pwd_data[idx].pw_name, name) == 0) in NAME()412 for (size_t idx = 0; idx < nspwd_data; ++idx) in NAME() local520 for (size_t idx = 0; idx < nhost_data; ++idx) in NAME() local[all …]
230 for (size_t idx = 0; idx < array_length (nss_function_name_array); ++idx) in module_load() local234 module->name, nss_function_name_array[idx]) < 0) in module_load()240 pointers[idx] = __libc_dlsym (handle, function_name); in module_load()243 PTR_MANGLE (pointers[idx]); in module_load()340 size_t idx = name_entry - nss_function_name_array; in __nss_module_get_function() local341 void *fptr = module->functions.untyped[idx]; in __nss_module_get_function()
91 stridx_t idx; member518 nentry->idx = extrastrlen; in process_input()520 nentry->idx = valstrlen; in process_input()543 newp->validx = nentry->idx; in process_input()584 strcpy (valstrtab + (p->extra_string ? valstrlen : 0) + p->idx, p->str); in copy_valstr()
Completed in 9 milliseconds