Searched refs:cp2 (Results 26 - 50 of 64) sorted by relevance

123

/macosx-10.10.1/mail_cmds-30/mail/
H A Dnames.c178 char *cp, *cp2; local
205 for (cp2 = wbuf; *cp && (*cp2++ = *cp++) != '>';)
208 for (cp2 = wbuf; *cp != '\0' && strchr(" \t,(", *cp) == NULL;
209 *cp2++ = *cp++)
211 *cp2 = '\0';
224 char *cp, *cp2, *cp_temp; local
278 cp2 = wbuf;
280 *cp2++=*cp++;
284 *cp2
[all...]
H A Dfio.c71 char *cp, *cp2; local
142 for (cp = linebuf, cp2 = "status";; cp++) {
143 if ((c = *cp2++) == '\0') {
H A Dlex.c295 char *cp, *cp2; local
318 cp2 = word;
320 *cp2++ = *cp++;
321 *cp2 = '\0';
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_getimage.c1569 uint32* cp2 = cp1+w+toskew; local
1570 uint32* cp3 = cp2+w+toskew;
1606 YCbCrtoRGB(cp2[0], pp[ 8]);
1607 YCbCrtoRGB(cp2[1], pp[ 9]);
1608 YCbCrtoRGB(cp2[2], pp[10]);
1609 YCbCrtoRGB(cp2[3], pp[11]);
1615 cp += 4, cp1 += 4, cp2 += 4, cp3 += 4;
1618 cp += incr, cp1 += incr, cp2 += incr, cp3 += incr;
1630 uint32* cp2 = cp1+w+toskew;
1631 uint32* cp3 = cp2
[all...]
/macosx-10.10.1/libresolv-57/
H A Dns_verify.c354 u_char *cp, *eom = msg + *msglen, *cp2; local
459 cp2 = buf;
460 NS_PUT16(0, cp2); /* Top 16 bits of time. */
461 NS_PUT32(timesigned, cp2);
462 NS_PUT16(NS_TSIG_FUDGE, cp2);
465 buf, cp2 - buf, NULL, 0);
H A Dres_query.c1045 char *file, *cp1, *cp2; local
1069 for (cp2 = cp1 + 1; *cp2 && !isspace((unsigned char)*cp2); ++cp2) ;
1071 *cp2 = '\0';
/macosx-10.10.1/lsof-53/lsof/lib/
H A Ddvch.c294 char buf[MAXPATHLEN+1], *cp1, *cp2, hn[MAXPATHLEN+1]; local
333 if (!(cp2 = mkstrcpy(cp1, (MALLOC_S *)NULL))) {
339 DCpath[1] = cp2;
471 if (*cp1 == 'L' && (cp2 = strchr(hn, '.')) && cp2 > hn)
472 *cp2 = '\0';
495 if ((cp2 = getenv(HASPERSDCPATH))
496 && (l = strlen(cp2)) > 0
501 if (i && buf[i - 1] == '/' && *cp2 == '/') {
502 cp2
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dradix.c244 char *cp = trial, *cp2 = leaf->rn_key, *cp3 = leaf->rn_mask; local
246 int length = min(*(u_char *)cp, *(u_char *)cp2);
252 cplim = cp + length; cp3 += skip; cp2 += skip;
253 for (cp += skip; cp < cplim; cp++, cp2++, cp3++)
254 if ((*cp ^ *cp2) & *cp3)
272 caddr_t cp = v, cp2; local
301 cp += off; cp2 = t->rn_key + off; cplim = v + vlen;
302 for (; cp < cplim; cp++, cp2++)
303 if (*cp != *cp2)
330 test = (*cp ^ *cp2)
430 caddr_t cp2 = t->rn_key + head_off; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c2077 hfs_lockpair(struct cnode *cp1, struct cnode *cp2, enum hfs_locktype locktype) argument
2085 if (cp1 == cp2) {
2092 if (cp1 < cp2) {
2094 last = cp2;
2096 first = cp2;
2114 hfs_isordered(struct cnode *cp1, struct cnode *cp2) argument
2116 if (cp1 == cp2)
2118 if (cp1 == NULL || cp2 == (struct cnode *)0xffffffff)
2120 if (cp2 == NULL || cp1 == (struct cnode *)0xffffffff)
2125 return (cp1 < cp2);
2136 hfs_lockfour(struct cnode *cp1, struct cnode *cp2, struct cnode *cp3, struct cnode *cp4, enum hfs_locktype locktype, struct cnode **error_cnode) argument
2283 hfs_unlockpair(struct cnode *cp1, struct cnode *cp2) argument
2294 hfs_unlockfour(struct cnode *cp1, struct cnode *cp2, struct cnode *cp3, struct cnode *cp4) argument
[all...]
H A Dhfs_chash.c456 hfs_chash_rehash(struct hfsmount *hfsmp, struct cnode *cp1, struct cnode *cp2) argument
461 LIST_REMOVE(cp2, c_hash);
463 LIST_INSERT_HEAD(CNODEHASH(hfsmp, cp2->c_fileid), cp2, c_hash);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drpz.c574 char *cp2; local
604 prefix = strtoul(cp, &cp2, 10);
605 if (prefix < 1U || prefix > 128U || *cp2 != '.') {
609 cp = cp2+1;
628 l = strtoul(cp, &cp2, 10);
629 if (l > 255U || (*cp2 != '.' && *cp2 != '\0')) {
634 cp = cp2 + 1;
654 l = strtoul(cp, &cp2, 16);
656 (*cp2 !
[all...]
/macosx-10.10.1/lsof-53/lsof/
H A Dusage.c338 char buf[MAXPATHLEN+1], *cp, *cp1, *cp2; local
926 cp2 = "by and on";
928 cp2 = "on";
930 cp2 = "by";
932 cp2,
H A Darg.c802 char c, *cp1, *cp2, *dash; local
833 for (cp2 = cp1, dash = (char *)NULL; *cp2 && *cp2 != ','; cp2++) {
834 if (*cp2 == '-')
835 dash = cp2;
837 if ((c = *cp2) != '\0')
838 *cp2 = '\0';
839 if (cp2 > cp
[all...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dcommands.c164 char *cp, *cp2, c; local
183 for (cp2 = cp; c != '\0'; c = *++cp) {
202 *cp2++ = c;
204 *cp2 = '\0';
1667 char *cp, *cp2 = strchr((char *)ep->value, ':');
1671 cp = (char *)malloc(strlen(hbuf) + strlen(cp2) + 1);
1672 sprintf((char *)cp, "%s%s", hbuf, cp2);
2888 char *cp, *cp2, *lsrp, *ep;
2973 cp2 = 0;
2974 else for (cp2
1659 char *cp, *cp2 = strchr((char *)ep->value, ':'); local
2879 char *cp, *cp2, *lsrp, *ep; local
[all...]
H A Dtelnet.c554 char c, *cp, **argvp, *cp2, **argv, **avt;
586 for (cp = cp2 = buf; (c = *cp); cp++) {
596 if (n || (cp - cp2 > 41))
598 else if (name && (strncasecmp(name, cp2, cp-cp2) == 0))
599 *argv = cp2;
600 else if (is_unique(cp2, argv+1, argvp))
601 *argvp++ = cp2;
605 * Skip multiple delimiters. Reset cp2 to
611 cp2
551 char c, *cp, **argvp, *cp2, **argv, **avt; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dcommands.c63 char *cp, *cp2, c; local
83 for (cp2 = cp; c != '\0'; c = *++cp) {
102 *cp2++ = c;
104 *cp2 = '\0';
1571 char *cp2 = strchr((char *)ep->value, ':');
1598 error = asprintf (&cp, "%s%s", hbuf, cp2);
2524 char *cp, *cp2, *lsrp = NULL, *lsrep = NULL;
2593 cp2 = 0;
2594 else for (cp2 = cp; (c = *cp2) !
1563 char *cp2 = strchr((char *)ep->value, ':'); local
2515 char *cp, *cp2, *lsrp = NULL, *lsrep = NULL; local
[all...]
H A Dtelnet.c515 char c, *cp, **argvp, *cp2, **argv, **avt; local
547 for (cp = cp2 = buf; (c = *cp); cp++) {
557 if (n || (cp - cp2 > 41))
559 else if (name && (strncasecmp(name, cp2, cp-cp2) == 0))
560 *argv = cp2;
561 else if (is_unique(cp2, argv+1, argvp))
562 *argvp++ = cp2;
566 * Skip multiple delimiters. Reset cp2 to
572 cp2
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_recno.c54 * cp1 comes before cp2 iff one of the following holds:
55 * cp1's recno is less than cp2's recno
56 * recnos are equal, both deleted, and cp1's order is less than cp2's
57 * recnos are equal, cp1 deleted, and cp2 not deleted
59 #define C_LESSTHAN(cp1, cp2) \
60 (((cp1)->recno < (cp2)->recno) || \
61 (((cp1)->recno == (cp2)->recno) && \
62 ((CD_ISSET((cp1)) && CD_ISSET((cp2)) && (cp1)->order < (cp2)->order) || \
63 (CD_ISSET((cp1)) && !CD_ISSET((cp2))))))
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dx509asn1.c873 char * cp2; local
1002 cp2 = malloc(i + 1);
1003 if(!cp2) {
1008 i = copySubstring(cp2, "-----BEGIN CERTIFICATE-----");
1010 i += copySubstring(cp2 + i, cp1 + j);
1011 i += copySubstring(cp2 + i, "-----END CERTIFICATE-----");
1012 cp2[i] = '\0';
1015 Curl_ssl_push_certinfo(data, certnum, "Cert", cp2);
1017 infof(data, "%s\n", cp2);
1018 free(cp2);
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustrcase.cpp493 UChar32 c1, c2, cp1, cp2; local
611 cp2=c2;
617 /* advance ++s2; only below if cp2 decomposes/case-folds */
618 cp2=U16_GET_SUPPLEMENTARY(c2, c);
622 cp2=U16_GET_SUPPLEMENTARY(c, c2);
678 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
680 /* cp2 case-folds to the code point "length" or to p[length] */
726 * code point order comparison must not just return cp1-cp2
728 * that formed cp1 and cp2 may be from different string indexes
731 * c1=d800 cp1=10001 c2=dc00 cp2
[all...]
H A Dcaniter.cpp455 UChar32 cp2 = iter.getCodepoint(); local
458 if (extract(&remainder, cp2, segment, segLen, i, status) == NULL) {
464 prefix += cp2;
494 * See if the decomposition of cp2 is at segment starting at segmentPos
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dmod_socache_shmcb.c289 char *path, *cp, *cp2; local
304 cp2 = path + strlen(path) - 1;
307 if (*cp2 != ')') {
312 *cp2 = '\0';
316 if (endptr != cp2) {
331 else if (cp2 >= path && *cp2 == ')') {
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DwrapKeyCms.cpp210 uint8 *cp2 = TEMP2.Data + TEMP2.Length - 1; local
213 *cp++ = *cp2--;
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dssh-keygen.c1005 char *cp, *cp2, *kp, *kp2; local
1102 cp2 = host_hash(name, cp, strlen(cp));
1103 if (cp2 == NULL) {
1109 c = (strcmp(cp2, cp) == 0);
1148 for (cp2 = strsep(&cp, ",");
1149 cp2 != NULL && *cp2 != '\0';
1150 cp2 = strsep(&cp, ",")) {
1154 "%.64s\n", cp2);
1155 printhost(out, cp2, pu
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.c174 Char *cp2; local
456 if ((cp2 = Strrchr(cp, (Char) '/')) != NULL) {
457 cp2 = cp2 + 1;
460 cp2 = cp;
461 if (!(((Strncmp(cp2, STRtty, 3) == 0) && Isalpha(cp2[3])) ||

Completed in 336 milliseconds

123