Searched refs:cpend (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/ntp/libntp/
H A Ddofptoa.c20 register u_char *cp, *cpend; local
42 cp = cpend = &cbuf[5];
72 cpdec = cpend;
82 *cpend++ = (u_char)(val >> 16);
91 tp = cpend;
112 while (cp < cpend) {
H A Ddolfptoa.c21 u_char *cp, *cpend, *cpdec; local
42 cp = cpend = cpdec = &cbuf[10];
64 if ((size_t)dec > sizeof(cbuf) - (cpend - cbuf))
65 dec = (int)(sizeof(cbuf) - (cpend - cbuf));
86 *cpend++ = (u_char)digit;
92 cpend += dec;
95 u_char *tp = cpend;
112 * the first character, cpend pointing past the last, and
125 while (cp < cpend) {
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h102 extern int cpend; /* flag: if != 0, then pending server reply */
H A Dglobals.c61 int cpend; /* flag: if != 0, then pending server reply */ variable
H A Dftp.c315 cpend = 1;
398 cpend = 0;
546 cpend = 0;
697 while (cpend) {
864 if (!cpend) {
926 while (cpend) {
1163 if (!cpend) {
1543 ip->cpnd = cpend;
1544 cpend = op->cpnd;
1648 if (!cpend
[all...]
H A Dmain.c131 cpend = 0; /* no pending replies */
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-bt-linux.c145 char *cpend; local
161 devnum = strtol(cp, &cpend, 10);
162 if (cpend == cp || *cpend != '\0') {
H A Dpcap-dag.c1031 char *cpend; local
1048 devnum = strtol(cp, &cpend, 10);
1049 if (*cpend == ':') {
1051 stream = strtol(++cpend, &cpend, 10);
1054 if (cpend == cp || *cpend != '\0') {
H A Dpcap-usb-linux.c558 char *cpend; local
574 devnum = strtol(cp, &cpend, 10);
575 if (cpend == cp || *cpend != '\0') {
/freebsd-12-stable/contrib/tnftp/src/
H A Dftp.c355 cpend = 1;
426 cpend = 0;
502 cpend = 0;
699 while (cpend)
853 if (!cpend) {
936 while (cpend)
1168 if (!cpend) {
1796 ip->cpnd = cpend;
1797 cpend = op->cpnd;
1914 if (!cpend
[all...]
H A Dftp_var.h294 GLOBAL int cpend; /* flag: if != 0, then pending server reply */ variable
H A Dmain.c428 cpend = 0; /* no pending replies */
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.c3234 const char *cp, *cpend; local
3240 cpend = *datap + *datalen;
3247 ch = pf_getch(datap, cpend);
3254 ch = pf_nextch(datap, cpend);
3259 ch = pf_nextch(datap, cpend);
3267 ch = pf_nextch(datap, cpend);
3270 ch = pf_nextch(datap, cpend);
3275 *datap = cpend;
3282 ch = pf_nextch(datap, cpend);
3284 ch = pf_nextch(datap, cpend);
3398 const char *cpend; local
[all...]
H A Dntpq-subs.c578 register char *cp, *cpend; local
583 cpend = data + *datalen;
592 if (cp + totallen > cpend) {
/freebsd-12-stable/contrib/tcsh/
H A Dtw.parse.c584 * cpend to the end of it.
591 insert_meta(const Char *cp, const Char *cpend, const Char *word, argument
599 int ndel = (int) (cp ? cpend - cp : 0);
604 if (cp >= cpend)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c64 char *cpend = cp + n; local
66 while (cp < cpend)

Completed in 226 milliseconds