Searched refs:cp0 (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/rcp/
H A Dutil.c95 okname(cp0)
96 char *cp0;
101 cp = (unsigned char *)cp0;
111 bad: warnx("%s: invalid user name", cp0);
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-openflow-1.0.c759 const u_char *cp0 = cp; local
953 ND_TCHECK2(*cp0, len);
954 return cp0 + len;
964 const u_char *cp0 = cp; local
1027 ND_TCHECK2(*cp0, len);
1028 return cp0 + len;
1145 const u_char *cp0 = cp; local
1208 ND_TCHECK2(*cp0, len0);
1209 return cp0 + len0;
1220 const u_char *cp0 local
1296 const u_char *cp0 = cp; local
1449 const u_char *cp0 = cp; local
1748 const u_char *cp0 = cp; local
1879 const u_char *cp0 = cp; local
1993 const u_char *cp0 = cp; local
2052 const u_char *cp0 = cp; local
2137 const u_char *cp0 = cp; local
2185 const u_char *cp0 = cp; local
2225 const u_char *cp0 = cp; local
2383 const u_char *cp0 = cp; local
[all...]
/freebsd-12-stable/sbin/dump/
H A Ddumprmt.c186 okname(const char *cp0) argument
191 for (cp = cp0; *cp; cp++) {
194 msg("invalid user name %s\n", cp0);
/freebsd-12-stable/lib/libc/stdio/
H A Dvfprintf.c130 const CHAR *cp0 = cp; local
150 return (cp - cp0);
H A Dvfwprintf.c159 const CHAR *cp0 = cp; local
179 return (cp - cp0);
/freebsd-12-stable/crypto/openssh/
H A Dscp.c1643 okname(char *cp0) argument
1648 cp = cp0;
1668 bad: fmprintf(stderr, "%s: invalid user name\n", cp0);

Completed in 182 milliseconds