Home
last modified time | relevance | path

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

/inet/
A Dinet_net.c67 if (*cp == '0') in __inet_network()
68 digit = 1, base = 8, cp++; in __inet_network()
69 if (*cp == 'x' || *cp == 'X') in __inet_network()
71 while ((c = *cp) != 0) { in __inet_network()
76 cp++; in __inet_network()
82 cp++; in __inet_network()
92 if (*cp == '.') { in __inet_network()
93 *pp++ = val, cp++; in __inet_network()
96 while (isspace(*cp)) in __inet_network()
97 cp++; in __inet_network()
[all …]
A Dbug-if1.c30 char *cp = if_indextoname (0, buf); in do_test() local
31 if (cp != NULL) in do_test()
33 printf ("invalid index returned result \"%s\"\n", cp); in do_test()
A Druserpass.c216 char *cp; in libc_hidden_def() local
227 cp = tokval; in libc_hidden_def()
232 *cp++ = c; in libc_hidden_def()
235 *cp++ = c; in libc_hidden_def()
240 *cp++ = c; in libc_hidden_def()
243 *cp = 0; in libc_hidden_def()
A Drcmd.c472 char *cp = NULL; in iruserfopen() local
479 cp = _("lstat failed"); in iruserfopen()
481 cp = _("not regular file"); in iruserfopen()
486 cp = _("cannot open"); in iruserfopen()
488 cp = _("fstat failed"); in iruserfopen()
490 cp = _("bad owner"); in iruserfopen()
492 cp = _("writeable by other than owner"); in iruserfopen()
494 cp = _("hard linked somewhere"); in iruserfopen()
498 if (cp != NULL) in iruserfopen()
500 __rcmd_errstr = cp; in iruserfopen()

Completed in 9 milliseconds