Searched refs:cp3 (Results 1 – 12 of 12) sorted by relevance
/openbsd/usr.bin/ftp/ |
H A D | small.c | 620 char *cp3 = name; local 622 while (*cp3) { 623 *cp1++ = *cp3++; 630 *cp1++ = *cp3++; 644 while (*cp3) { 645 *cp1++ = *cp3++; 651 while (cp3 != 694 char *cp3 = name; local 696 while (*cp3) { 697 *cp1++ = *cp3++; [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | nonnull-1.c | 19 foo (int i1, int i2, int i3, char *cp1, char *cp2, char *cp3) in foo() argument 30 func3(NULL, i2, cp3, i3); /* { dg-warning "null" "null with explicit nonnull 1" } */ in foo() 31 func3(cp3, i2, NULL, i3); /* { dg-warning "null" "null with explicit nonnull 3" } */ in foo() 35 …func1(i1 ? (i2 ? cp1 : NULL) : cp2, cp3, i3); /* { dg-warning "null" "null with nested cond expr" … in foo()
|
/openbsd/usr.bin/mg/ |
H A D | display.c | 702 char *cp3; in uline() local 743 cp3 = &vvp->v_text[ncol]; /* Compute right match. */ in uline() 745 while (cp3[-1] == cp4[-1]) { in uline() 746 --cp3; in uline() 748 if (cp3[0] != ' ') /* Note non-blanks in */ in uline() 751 cp5 = cp3; /* Is erase good? */ in uline() 756 if ((int) (cp3 - cp5) <= tceeol) in uline() 757 cp5 = cp3; in uline() 774 if (cp5 != cp3) /* Do erase. */ in uline()
|
/openbsd/sys/net/ |
H A D | radix.c | 212 char *cp3 = leaf->rn_mask; in rn_satisfies_leaf() local 217 if (cp3 == NULL) in rn_satisfies_leaf() 218 cp3 = rn_ones; in rn_satisfies_leaf() 220 length = min(length, SALEN(cp3)); in rn_satisfies_leaf() 224 cp3 += skip; in rn_satisfies_leaf() 226 if ((*cp ^ *cp2) & *cp3) in rn_satisfies_leaf() 228 cp++, cp2++, cp3++; in rn_satisfies_leaf()
|
H A D | if.c | 1585 const char *cp, *cp2, *cp3; in ifaof_ifpforaddr() local 1605 cp3 = ifa->ifa_netmask->sa_data; in ifaof_ifpforaddr() 1607 for (; cp3 < cplim; cp3++) in ifaof_ifpforaddr() 1608 if ((*cp++ ^ *cp2++) & *cp3) in ifaof_ifpforaddr() 1610 if (cp3 == cplim) in ifaof_ifpforaddr()
|
H A D | route.c | 1173 u_char *cp3 = (u_char *)netmask; in rt_maskedcopy() local 1174 u_char *cplim = cp2 + *cp3; in rt_maskedcopy() 1178 cp3 += 2; in rt_maskedcopy() 1182 *cp2++ = *cp1++ & *cp3++; in rt_maskedcopy()
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 3121.crt | 17 AAOCAQEAW359pHwluXP12+tO4gF0jaE5ZinMttku0x3hqpk587DmM/9HgaFS/cp3
|
/openbsd/regress/sys/net/rtable/ |
H A D | util.c | 280 uint8_t *cp3 = (uint8_t *)netmask; in rt_maskedcopy() local 281 uint8_t *cplim = cp2 + *cp3; in rt_maskedcopy() 285 cp3 += 2; in rt_maskedcopy() 289 *cp2++ = *cp1++ & *cp3++; in rt_maskedcopy()
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vms.c | 6198 char * cp3; local 6199 cp3 = strchr(cp2,';'); 6201 if (cp3) { 6202 vs_len = strlen(cp3); 7023 char *dirend, *cp1, *cp3, *tmp; local 7213 cp3 = tmp; 7214 while (*cp3 != ':' && *cp3) cp3++; 7215 *(cp3++) = '\0'; 7221 cp3 = tmp; 7223 while (*cp3) { [all …]
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | md.texi | 2811 cp3 registers. 2814 cp1 + cp2 + cp3 registers.
|
H A D | gcc.info | 19456 cp3 registers. 19459 cp1 + cp2 + cp3 registers.
|
H A D | gccint.info | 14737 cp3 registers. 14740 cp1 + cp2 + cp3 registers.
|