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

/freebsd-current/contrib/ntp/libntp/
H A Ddofptoa.c18 register u_char *cp, *cpend; local
40 cp = cpend = &cbuf[5];
70 cpdec = cpend;
80 *cpend++ = (u_char)(val >> 16);
89 tp = cpend;
110 while (cp < cpend) {
H A Ddolfptoa.c19 u_char *cp, *cpend, *cpdec; local
40 cp = cpend = cpdec = &cbuf[10];
62 if ((size_t)dec > sizeof(cbuf) - (cpend - cbuf))
63 dec = (int)(sizeof(cbuf) - (cpend - cbuf));
84 *cpend++ = (u_char)digit;
90 cpend += dec;
93 u_char *tp = cpend;
110 * the first character, cpend pointing past the last, and
123 while (cp < cpend) {
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dglobals.c61 int cpend; /* flag: if != 0, then pending server reply */ variable
H A Dftp_var.h102 extern int cpend; /* flag: if != 0, then pending server reply */
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-current/contrib/libpcap/
H A Dpcap-bt-linux.c153 char *cpend; local
169 devnum = strtol(cp, &cpend, 10);
170 if (cpend == cp || *cpend != '\0') {
H A Dpcap-dag.c1044 char *cpend; local
1061 devnum = strtol(cp, &cpend, 10);
1062 if (*cpend == ':') {
1064 stream = strtol(++cpend, &cpend, 10);
1067 if (cpend == cp || *cpend != '\0') {
H A Dpcap-usb-linux.c423 char *cpend; local
439 devnum = strtol(cp, &cpend, 10);
440 if (cpend == cp || *cpend != '\0') {
/freebsd-current/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-current/contrib/ntp/ntpq/
H A Dntpq.c3281 const char *cp, *cpend; local
3287 cpend = *datap + *datalen;
3294 ch = pf_getch(datap, cpend);
3301 ch = pf_nextch(datap, cpend);
3306 ch = pf_nextch(datap, cpend);
3314 ch = pf_nextch(datap, cpend);
3317 ch = pf_nextch(datap, cpend);
3322 *datap = cpend;
3329 ch = pf_nextch(datap, cpend);
3331 ch = pf_nextch(datap, cpend);
3445 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-current/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)

Completed in 244 milliseconds