/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathValidatorExceptionTest.java | 283 CertPath cp = mcp.get("X.509"); local 289 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]); 311 CertPath cp = mcp.get("X.509"); local 314 tE = new CertPathValidatorException(msgs[i], tCause, cp, -1); 331 "getCertPath() must return ".concat(cp.toString()), tE 332 .getCertPath(), cp);
|
CertificateFactory2Test.java | 162 CertPath cp; local 164 cp = certFactory.generateCertPath(list); 168 assertNull("Must be null", cp);
|
PKIXCertPathBuilderResultTest.java | 227 CertPath cp = new MyCertPath(testEncoding); local 230 cp, 237 assertSame(cp, r.getCertPath());
|
/external/avahi/avahi-core/ |
iface-pfroute.c | 125 char *cp = (char *)(ifam + 1); local 132 if(((struct sockaddr *)cp)->sa_family == AF_UNSPEC) 133 ((struct sockaddr *)cp)->sa_family = AF_INET; 136 for (cp0 = cp, i = 0; i < RTAX_MAX; i++) { 139 sa = (struct sockaddr *)cp; 143 cp += SA_SIZE(sa); 145 ADVANCE(cp, sa); 157 for(cp = cp0, i = 0; i < RTAX_MAX; i++) 161 sa = (struct sockaddr *)cp; 202 cp += SA_SIZE(sa) [all...] |
/external/bison/src/ |
output.c | 112 | Print to OUT a representation of CP quoted and escaped for M4. | 116 quoted_output (FILE *out, char const *cp) 120 for (; *cp; cp++) 121 switch (*cp) 127 default: fputc (*cp, out); break; 173 char *cp = quotearg_alloc (symbols[i]->tag, -1, qo); local 176 int width = strlen (cp) + 2; 186 obstack_escape (&format_obstack, cp); 187 free (cp); [all...] |
/external/boringssl/src/crypto/conf/ |
conf.c | 196 char *s, *e, *rp, *rrp, *np, *cp, v; local 274 cp = section; 280 cp = np; 303 * cp which is the start of the section string which is 308 p = NCONF_get_string(conf, cp, np);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECAlgorithms.java | 73 ECCurve cp = P.getCurve(); local 74 Q = importPoint(cp, Q); 77 if (cp instanceof ECCurve.AbstractF2m) 79 ECCurve.AbstractF2m f2mCurve = (ECCurve.AbstractF2m)cp; 86 ECEndomorphism endomorphism = cp.getEndomorphism(); 118 ECCurve cp = P.getCurve(); local 119 Q = importPoint(cp, Q); 126 ECCurve cp = p.getCurve(); local 127 if (!c.equals(cp))
|
/external/clang/test/Analysis/ |
malloc-annotations.c | 221 const void *cp = p; // not crash local
|
misc-ps.c | 186 char *cp = (char *)&v; local 187 clang_analyzer_eval(ip == cp); // expected-warning{{TRUE}}
|
/external/compiler-rt/lib/BlocksRuntime/ |
runtime.c | 623 char *cp = buffer; local 625 sprintf(cp, "NULL passed to _Block_dump\n"); 632 cp += sprintf(cp, "^%p (new layout) =\n", (void *)closure); 634 cp += sprintf(cp, "isa: NULL\n"); 637 cp += sprintf(cp, "isa: stack Block\n"); 640 cp += sprintf(cp, "isa: malloc heap Block\n") 689 char *cp = buffer; local [all...] |
/external/dnsmasq/src/ |
util.c | 215 unsigned char *cp = p++; local 218 *cp = j;
|
/external/e2fsprogs/debugfs/ |
extent_inode.c | 71 char *cp; local 100 cp = strchr(extent_prompt, ':'); 101 if (cp) 102 *cp = 0;
|
/external/e2fsprogs/e2fsck/ |
logfile.c | 71 char *cp; local 112 cp = strrchr(ctx->filesystem_name, '/'); 113 if (cp) 114 cp++; 116 cp = ctx->filesystem_name; 117 append_string(s, cp, 0); 161 const char *cp; local 166 for (cp = log_fn; *cp; cp++) 209 char *cp; local [all...] |
/external/e2fsprogs/ext2ed/ |
general_com.c | 582 unsigned char *cp = (unsigned char *) ptr; local 589 ch = *cp++; 592 if (cp[j-i])
|
/external/e2fsprogs/intl/ |
localealias.c | 256 char *cp; local 262 cp = buf; 264 while (isspace ((unsigned char) cp[0])) 265 ++cp; 268 if (cp[0] != '\0' && cp[0] != '#') 270 alias = cp++; 271 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0])) 272 ++cp; [all...] |
relocatable.c | 217 const char *cp = curr_installdir + strlen (curr_installdir); local 221 while (rp > rel_installdir && cp > cp_base) 225 const char *cpi = cp; 252 cp = cpi; 260 size_t curr_prefix_len = cp - curr_installdir;
|
vasnprintf.c | 137 const CHAR_T *cp; local 207 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++) 209 if (cp != dp->dir_start) 211 size_t n = dp->dir_start - cp; 215 memcpy (result + length, cp, n * sizeof (CHAR_T));
|
/external/e2fsprogs/lib/blkid/ |
tag.c | 226 char *name, *value, *cp; local 230 if (!token || !(cp = strchr(token, '='))) 236 value = name + (cp - token); 240 if (!(cp = strrchr(value, c))) 242 *cp = '\0';
|
/external/e2fsprogs/lib/ext2fs/ |
test_io.c | 137 const unsigned char *cp; local 142 for (i=0, cp = buf; i < channel->block_size; i++, cp++) { 143 cksum += *cp; 146 for (i=0, cp = buf; i < channel->block_size; i++, cp++) { 149 fprintf(f, "%02x%c", *cp, ((i % 16) == 15) ? '\n' : ' ');
|
tst_bitmaps.c | 41 char *cp; local 68 cp = strchr(buf, '\n'); 69 if (cp) 70 *cp = 0; 71 cp = strchr(buf, '\r'); 72 if (cp) 73 *cp = 0;
|
/external/e2fsprogs/misc/ |
blkid.c | 72 static void safe_print(const char *cp, int len) 77 len = strlen(cp); 80 ch = *cp++; 101 const char *cp; local 111 cp = getenv("COLUMNS"); 112 if (cp) 113 return strtol(cp, NULL, 10);
|
e2initrd_helper.c | 127 char *cp, *ret; local 130 cp = file->buf + file->ptr; 131 while (*cp && *cp != '\n') { 132 cp++; 140 while (*cp && (*cp == '\n' || *cp == '\r')) { 141 cp++; 168 static char *skip_over_blank(char *cp) 238 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local [all...] |
uuidd.c | 237 char reply_buf[1024], *cp; local 420 for (i=0, cp=reply_buf+sizeof(num); 421 i < num; i++, cp+=16) { 422 uuid_unparse((unsigned char *)cp, str); 446 char buf[1024], *cp; local 547 cp = buf + 4; 550 for (i=0; i < num; i++, cp+=16) { 551 uuid_unparse((unsigned char *) cp, str);
|
/external/e2fsprogs/tests/progs/ |
test_rel.c | 666 char *cp; local 694 cp = strchr(buf, '\n'); 695 if (cp) 696 *cp = 0; 697 cp = strchr(buf, '\r'); 698 if (cp) 699 *cp = 0;
|
/external/elfutils/src/ |
size.c | 363 char *cp = new_prefix; local 368 cp = mempcpy (cp, prefix, prefix_len); 369 *cp++ = ':'; 371 memcpy (cp, fname, fname_len); 648 char *cp = fullname; local 653 cp = mempcpy (cp, prefix, prefix_len); 654 *cp++ = ':'; 656 memcpy (cp, fname, fname_len) [all...] |