Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 3 of 3) sorted by relevance

/nss/
A Dnss_test1.c201 for (size_t idx = 0; idx < npwd_data; ++idx) in NAME() local
202 if (pwd_data[idx].pw_uid == uid) in NAME()
214 for (size_t idx = 0; idx < npwd_data; ++idx) in NAME() local
215 if (strcmp (pwd_data[idx].pw_name, name) == 0) in NAME()
314 for (size_t idx = 0; idx < ngrp_data; ++idx) in NAME() local
315 if (grp_data[idx].gr_gid == gid) in NAME()
327 for (size_t idx = 0; idx < ngrp_data; ++idx) in NAME() local
328 if (strcmp (pwd_data[idx].pw_name, name) == 0) in NAME()
412 for (size_t idx = 0; idx < nspwd_data; ++idx) in NAME() local
520 for (size_t idx = 0; idx < nhost_data; ++idx) in NAME() local
[all …]
A Dnss_module.c230 for (size_t idx = 0; idx < array_length (nss_function_name_array); ++idx) in module_load() local
234 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() local
341 void *fptr = module->functions.untyped[idx]; in __nss_module_get_function()
A Dmakedb.c91 stridx_t idx; member
518 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 8 milliseconds