Home
last modified time | relevance | path

Searched refs:cp (Results 1 – 14 of 14) sorted by relevance

/nss/nss_files/
A Dfiles-network.c38 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 …]
A Dfiles-netgrp.c173 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 …]
A Dfiles-alias.c114 char *cp; in libc_hidden_def() local
124 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 …]
/nss/
A Ddigits_dots.c75 const char *cp; in __nss_hostname_digits_dots_context() local
147 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()
A Dmakedb.c448 char *cp = line; in process_input() local
450 ++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 …]
/nss/tst-reload1.root/
A Dtst-reload1.script1 cp $B/nss/libnss_test1.so $L/libnss_test1.so.2
2 cp $B/nss/libnss_test2.so $L/libnss_test2.so.2
/nss/tst-nss-test3.root/
A Dtst-nss-test3.script1 cp $B/nss/libnss_test1.so $L/libnss_test1.so.2
2 cp $B/nss/libnss_test2.so $L/libnss_test2.so.2
/nss/tst-reload2.root/
A Dtst-reload2.script2 cp $B/nss/libnss_test1.so $L/libnss_test1.so.2
3 cp $B/nss/libnss_test2.so $L/libnss_test2.so.2
/nss/nss_db/
A Ddb-netgrp.c66 const char *cp = &valstr[grouplen + 1]; in _nss_db_setnetgrent() local
67 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()
/nss/tst-nss-compat1.root/
A Dtst-nss-compat1.script1 cp $B/nss/libnss_test1.so $L/libnss_test1.so.2
/nss/nss_compat/
A Dcompat-initgroups.c568 char *cp; in in_blacklist() local
574 cp = stpcpy (&buf[1], name); in in_blacklist()
575 *cp++ = '|'; in in_blacklist()
576 *cp = '\0'; in in_blacklist()
A Dcompat-grp.c680 char *cp; in in_blacklist() local
686 cp = stpcpy (&buf[1], name); in in_blacklist()
687 *cp++ = '|'; in in_blacklist()
688 *cp = '\0'; in in_blacklist()
A Dcompat-spwd.c853 char *cp; in in_blacklist() local
859 cp = stpcpy (&buf[1], name); in in_blacklist()
860 *cp++ = '|'; in in_blacklist()
861 *cp = '\0'; in in_blacklist()
A Dcompat-pwd.c1129 char *cp; in in_blacklist() local
1135 cp = stpcpy (&buf[1], name); in in_blacklist()
1136 *cp++ = '|'; in in_blacklist()
1137 *cp = '\0'; in in_blacklist()

Completed in 25 milliseconds