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

/freebsd-10.0-release/contrib/ntp/libntp/
H A Ddofptoa.c19 register u_char *cp, *cpend; local
41 cp = cpend = &cbuf[5];
71 cpdec = cpend;
81 *cpend++ = (u_char)(val >> 16);
90 tp = cpend;
111 while (cp < cpend) {
H A Ddolfptoa.c20 register u_char *cp, *cpend; local
50 cp = cpend = &cbuf[10];
120 *cpend++ = (u_char)work.l_ui;
123 if (cpend > (cbuf + sizeof(cbuf))) abort(); /* rather die a horrible death than trash the memory */
130 register u_char *tp = cpend;
141 cpend += dec;
146 * the first character, cpend pointing past the last, and
162 while (cp < cpend) {
/freebsd-10.0-release/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-10.0-release/contrib/libpcap/
H A Dpcap-can-linux.c91 char *cpend; local
112 devnum = strtol(cp, &cpend, 10);
113 if (cpend == cp || *cpend != '\0') {
H A Dpcap-bt-linux.c141 char *cpend; local
157 devnum = strtol(cp, &cpend, 10);
158 if (cpend == cp || *cpend != '\0') {
H A Dpcap-canusb-linux.c210 char *cpend; local
228 devnum = strtol(cp, &cpend, 10);
229 if (cpend == cp || *cpend != '\0') {
H A Dpcap-dag.c838 char *cpend; local
854 devnum = strtol(cp, &cpend, 10);
855 if (cpend == cp || *cpend != '\0') {
H A Dpcap-usb-linux.c290 char *cpend; local
306 devnum = strtol(cp, &cpend, 10);
307 if (cpend == cp || *cpend != '\0') {
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.c2716 register char *cpend; local
2723 cpend = cp + *datalen;
2728 while (cp < cpend && (*cp == ',' || isspace((int)*cp)))
2730 if (cp == cpend)
2739 while (cp < cpend && np < npend && *cp != ',' && *cp != '='
2746 if (np == npend && !(cp == cpend || *cp == ',' || *cp == '=' ||
2757 if (cp == cpend || *cp == ',' || *cp == '\r' || *cp == '\n') {
2758 if (cp != cpend)
2761 *datalen = cpend - cp;
2770 while (cp < cpend
2866 register char *cpend; local
[all...]
H A Dntpq-subs.c364 register char *cp, *cpend; local
369 cpend = data + *datalen;
378 if (cp + totallen > cpend)
/freebsd-10.0-release/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.c425 cpend = 0; /* no pending replies */
/freebsd-10.0-release/contrib/tcsh/
H A Dtw.parse.c588 * cpend to the end of it.
595 insert_meta(const Char *cp, const Char *cpend, const Char *word, argument
603 int ndel = (int) (cp ? cpend - cp : 0);
608 if (cp >= cpend)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c60 char *cpend = cp + n; local
62 while (cp < cpend)

Completed in 226 milliseconds