Searched refs:cp (Results 1 – 14 of 14) sorted by relevance
38 char *cp;46 cp = strchr (addr, '.');47 if (cp != NULL)50 cp = strchr (cp + 1, '.');51 if (cp != NULL)54 cp = strchr (cp + 1, '.');55 if (cp != NULL)62 cp = stpcpy (newp, addr);65 *cp++ = '.';66 *cp++ = '0';[all …]
173 cp++; in libc_hidden_def()175 str = cp; in libc_hidden_def()176 while (*cp != '\0' && ! isspace(*cp)) in libc_hidden_def()177 cp++; in libc_hidden_def()180 *cp = '\0'; in libc_hidden_def()199 ++cp; in _nss_netgroup_parseline()206 while (*cp != '\0' && ! isspace (*cp)) in _nss_netgroup_parseline()207 ++cp; in _nss_netgroup_parseline()216 *cp = '\0'; in _nss_netgroup_parseline()218 ++cp; in _nss_netgroup_parseline()[all …]
114 char *cp; in libc_hidden_def() local124 if (cp != NULL) in libc_hidden_def()125 *cp = '\0'; in libc_hidden_def()157 cp = first_unused; in libc_hidden_def()183 first_unused = cp; in libc_hidden_def()214 if (cp != NULL) in libc_hidden_def()215 *cp = '\0'; in libc_hidden_def()222 cp = first_unused; in libc_hidden_def()292 cp = strchr (cp, '\0') + 1; in libc_hidden_def()318 if (cp != NULL) in libc_hidden_def()[all …]
75 const char *cp; in __nss_hostname_digits_dots_context() local147 for (cp = name;; ++cp) in __nss_hostname_digits_dots_context()149 if (*cp == '\0') in __nss_hostname_digits_dots_context()153 if (*--cp == '.') in __nss_hostname_digits_dots_context()217 if (!isdigit (*cp) && *cp != '.') in __nss_hostname_digits_dots_context()250 for (cp = name;; ++cp) in __nss_hostname_digits_dots_context()252 if (!*cp) in __nss_hostname_digits_dots_context()254 if (*--cp == '.') in __nss_hostname_digits_dots_context()285 if (!isxdigit (*cp) && *cp != ':' && *cp != '.') in __nss_hostname_digits_dots_context()
448 char *cp = line; in process_input() local450 ++cp; in process_input()452 if (*cp == '#' || *cp == '\0') in process_input()459 char *key = cp++; in process_input()460 while (*cp != '\0' && !isspace (*cp)) in process_input()463 *cp = tolower (*cp); in process_input()464 ++cp; in process_input()467 if (*cp == '\0') in process_input()471 *cp++ = '\0'; in process_input()475 ++cp; in process_input()[all …]
1 cp $B/nss/libnss_test1.so $L/libnss_test1.so.22 cp $B/nss/libnss_test2.so $L/libnss_test2.so.2
2 cp $B/nss/libnss_test1.so $L/libnss_test1.so.23 cp $B/nss/libnss_test2.so $L/libnss_test2.so.2
66 const char *cp = &valstr[grouplen + 1]; in _nss_db_setnetgrent() local67 while (isblank (*cp)) in _nss_db_setnetgrent()68 ++cp; in _nss_db_setnetgrent()69 if (*cp != '\0') in _nss_db_setnetgrent()71 result->data = strdup (cp); in _nss_db_setnetgrent()
1 cp $B/nss/libnss_test1.so $L/libnss_test1.so.2
568 char *cp; in in_blacklist() local574 cp = stpcpy (&buf[1], name); in in_blacklist()575 *cp++ = '|'; in in_blacklist()576 *cp = '\0'; in in_blacklist()
680 char *cp; in in_blacklist() local686 cp = stpcpy (&buf[1], name); in in_blacklist()687 *cp++ = '|'; in in_blacklist()688 *cp = '\0'; in in_blacklist()
853 char *cp; in in_blacklist() local859 cp = stpcpy (&buf[1], name); in in_blacklist()860 *cp++ = '|'; in in_blacklist()861 *cp = '\0'; in in_blacklist()
1129 char *cp; in in_blacklist() local1135 cp = stpcpy (&buf[1], name); in in_blacklist()1136 *cp++ = '|'; in in_blacklist()1137 *cp = '\0'; in in_blacklist()
Completed in 25 milliseconds