Searched refs:current (Results 1 – 6 of 6) sorted by relevance
108 struct nss_action_list_wrapper *current = nss_actions; in __nss_action_freeres() local109 while (current != NULL) in __nss_action_freeres()111 struct nss_action_list_wrapper *next = current->next; in __nss_action_freeres()112 free (current); in __nss_action_freeres()113 current = next; in __nss_action_freeres()
424 struct nss_module *current = nss_module_list; in __nss_module_freeres() local425 while (current != NULL) in __nss_module_freeres()428 if (current->state == nss_module_loaded in __nss_module_freeres()429 && current->handle != NULL) in __nss_module_freeres()430 __libc_dlclose (current->handle); in __nss_module_freeres()432 struct nss_module *next = current->next; in __nss_module_freeres()433 free (current); in __nss_module_freeres()434 current = next; in __nss_module_freeres()
66 int current; member118 ent->blacklist.current = 1; in internal_setgrent()123 ent->blacklist.current = 0; in internal_setgrent()145 ent->blacklist.current = 1; in internal_endgrent()150 ent->blacklist.current = 0; in internal_endgrent()261 if (ent->blacklist.current <= 1) in getgrent_next_nss()534 ent->blacklist.current = 1; in blacklist_store_name()541 if (ent->blacklist.current + namelen + 1 >= ent->blacklist.size) in blacklist_store_name()555 tmp = stpcpy (ent->blacklist.data + ent->blacklist.current, name); in blacklist_store_name()558 ent->blacklist.current += namelen + 1; in blacklist_store_name()
56 int current; member102 ent->blacklist.current = 1; in internal_setgrent()107 ent->blacklist.current = 0; in internal_setgrent()155 ent->blacklist.current = 1; in internal_endgrent()160 ent->blacklist.current = 0; in internal_endgrent()646 ent->blacklist.current = 1; in blacklist_store_name()653 if (ent->blacklist.current + namelen + 1 >= ent->blacklist.size) in blacklist_store_name()667 tmp = stpcpy (ent->blacklist.data + ent->blacklist.current, name); in blacklist_store_name()670 ent->blacklist.current += namelen + 1; in blacklist_store_name()
57 int current; member172 ent->blacklist.current = 1; in internal_setspent()177 ent->blacklist.current = 0; in internal_setspent()233 ent->blacklist.current = 1; in internal_endspent()238 ent->blacklist.current = 0; in internal_endspent()818 ent->blacklist.current = 1; in blacklist_store_name()825 if (ent->blacklist.current + namelen + 1 >= ent->blacklist.size) in blacklist_store_name()839 tmp = stpcpy (ent->blacklist.data + ent->blacklist.current, name); in blacklist_store_name()842 ent->blacklist.current += namelen + 1; in blacklist_store_name()
60 int current; member217 ent->blacklist.current = 1; in internal_setpwent()222 ent->blacklist.current = 0; in internal_setpwent()277 ent->blacklist.current = 1; in internal_endpwent()282 ent->blacklist.current = 0; in internal_endpwent()1095 ent->blacklist.current = 1; in blacklist_store_name()1102 if (ent->blacklist.current + namelen + 1 >= ent->blacklist.size) in blacklist_store_name()1116 tmp = stpcpy (ent->blacklist.data + ent->blacklist.current, name); in blacklist_store_name()1119 ent->blacklist.current += namelen + 1; in blacklist_store_name()
Completed in 15 milliseconds