Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 5 of 5) sorted by relevance

/nss/nss_compat/
A Dcompat-initgroups.c523 char *tmp; in blacklist_store_name() local
544 tmp = realloc (ent->blacklist.data, ent->blacklist.size); in blacklist_store_name()
545 if (tmp == NULL) in blacklist_store_name()
551 ent->blacklist.data = tmp; in blacklist_store_name()
555 tmp = stpcpy (ent->blacklist.data + ent->blacklist.current, name); in blacklist_store_name()
556 *tmp++ = '|'; in blacklist_store_name()
557 *tmp = '\0'; in blacklist_store_name()
A Dcompat-grp.c635 char *tmp; in blacklist_store_name() local
656 tmp = realloc (ent->blacklist.data, ent->blacklist.size); in blacklist_store_name()
657 if (tmp == NULL) in blacklist_store_name()
663 ent->blacklist.data = tmp; in blacklist_store_name()
667 tmp = stpcpy (ent->blacklist.data + ent->blacklist.current, name); in blacklist_store_name()
668 *tmp++ = '|'; in blacklist_store_name()
669 *tmp = '\0'; in blacklist_store_name()
A Dcompat-spwd.c807 char *tmp; in blacklist_store_name() local
828 tmp = realloc (ent->blacklist.data, ent->blacklist.size); in blacklist_store_name()
829 if (tmp == NULL) in blacklist_store_name()
835 ent->blacklist.data = tmp; in blacklist_store_name()
839 tmp = stpcpy (ent->blacklist.data + ent->blacklist.current, name); in blacklist_store_name()
840 *tmp++ = '|'; in blacklist_store_name()
841 *tmp = '\0'; in blacklist_store_name()
A Dcompat-pwd.c1084 char *tmp; in blacklist_store_name() local
1105 tmp = realloc (ent->blacklist.data, ent->blacklist.size); in blacklist_store_name()
1106 if (tmp == NULL) in blacklist_store_name()
1112 ent->blacklist.data = tmp; in blacklist_store_name()
1116 tmp = stpcpy (ent->blacklist.data + ent->blacklist.current, name); in blacklist_store_name()
1117 *tmp++ = '|'; in blacklist_store_name()
1118 *tmp = '\0'; in blacklist_store_name()
/nss/
A Ddigits_dots.c187 char tmp[INADDRSZ]; in __nss_hostname_digits_dots_context() local
192 memcpy (tmp, host_addr, INADDRSZ); in __nss_hostname_digits_dots_context()
199 memcpy (p, tmp, INADDRSZ); in __nss_hostname_digits_dots_context()

Completed in 14 milliseconds