/external/clang/test/SemaCXX/ |
functional-cast.cpp | 37 typedef c *cp; typedef 38 typedef cp *cpp;
|
/external/dropbear/ |
scp.c | 835 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local 858 cp = buf; 859 if (atomicio(read, remin, cp, 1) != 1) 861 if (*cp++ == '\n') 866 *cp++ = ch; 867 } while (cp < &buf[sizeof(buf) - 1] && ch != '\n'); 868 *cp = 0; 886 *--cp = 0; 888 cp = buf; 889 if (*cp == 'T') 1111 char ch, *cp, resp, rbuf[2048]; local 1194 char *cp; local [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 231 char **cp; local 236 for (cp = list; *cp; cp++) 237 free(*cp); 247 char *fn, *cp; local 256 for (cp = de->d_name; *cp; cp++) { 257 if (!isalnum(*cp) & 305 char **cpp, *cp, **array = 0; local 682 char *cp, ch, *tag, *value; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
extent.c | 1452 char *cp; local [all...] |
/external/e2fsprogs/misc/ |
fsck.c | 153 static char *skip_over_blank(char *cp) 155 while (*cp && isspace(*cp)) 156 cp++; 157 return cp; 160 static char *skip_over_word(char *cp) 162 while (*cp && !isspace(*cp)) 163 cp++; 164 return cp; 274 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local 746 char *cp, *list, *s; local 838 char *cp; local [all...] |
/external/e2fsprogs/resize/ |
resize2fs.c | 1586 char *cp; local [all...] |
/external/elfutils/libcpu/ |
i386_disasm.c | 762 char *cp = stpcpy (mnebuf, cmpops[*param_start]); local 764 *cp++ = 's'; 766 *cp++ = 'p'; 768 *cp++ = 'd'; 770 *cp++ = 's'; 771 *cp = '\0';
|
/external/elfutils/src/ |
nm.c | 421 char *cp = new_prefix; local 423 cp = stpcpy (cp, prefix); 424 cp = stpcpy (cp, fname); 425 stpcpy (cp, "["); 427 cp = new_suffix; 429 cp = stpcpy (cp, suffix); 430 stpcpy (cp, "]"); 1233 char *cp = fullname; local [all...] |
strip.c | 382 char *cp = fullname; local 421 cp = mempcpy (cp, prefix, prefix_len); 422 *cp++ = ':'; 424 memcpy (cp, fname, fname_len); 1772 char *cp = new_prefix; local [all...] |
/external/icu4c/i18n/ |
alphaindex.cpp | 446 UChar32 cp = item.char32At(i); local 447 result.append(cp); 546 UChar32 cp = codePoint.char32At(0); local 547 UScriptCode scriptCode = uscript_getScript(cp, &status); [all...] |
ucol_elm.cpp | 824 UChar32 cp; local 836 fprintf(stdout, "CP: %04X ", element->cPoints[j]); 845 for (j = 1; j<element->prefixSize; j++) { /* First add NFD prefix chars to unsafe CP hash table */ 893 UTF_NEXT_CHAR(element->cPoints, cpsize, element->cSize, cp); 940 UChar32 cp; local 1075 UChar32 cp; local [all...] |
ucol_tok.cpp | 931 UChar32 cp; local 934 U16_NEXT(src->source, src->currentStarredCharIndex, (uint32_t)(src->end - src->source), cp) 1773 UChar32 cp; local [all...] |
/external/icu4c/test/cintltst/ |
cnormtst.c | 381 UChar cp = 0; local 382 while (cp < 0xA0) 384 if (unorm_quickCheck(&cp, 1, UNORM_NFD, &error) != UNORM_YES) 386 log_data_err("ERROR in NFD quick check at U+%04x - (Are you missing data?)\n", cp); 389 if (unorm_quickCheck(&cp, 1, UNORM_NFC, &error) != 392 log_err("ERROR in NFC quick check at U+%04x\n", cp); 395 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES) 397 log_err("ERROR in NFKD quick check at U+%04x\n", cp); 400 if (unorm_quickCheck(&cp, 1, UNORM_NFKC, &error) != 403 log_err("ERROR in NFKC quick check at U+%04x\n", cp); [all...] |
/external/icu4c/test/intltest/ |
transrt.cpp | 440 UChar32 cp; local 442 for (int32_t i = 0; i < a.length(); i += UTF_CHAR_LENGTH(cp)) { 443 cp = a.char32At(i); 444 int8_t t = u_charType(cp); 1318 int cp=sourceString.charAt(0); local [all...] |
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | 1342 uint32_t cp; local [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 126 UChar cp = *(c ++); local 128 fprintf(f, " %04x", cp); 131 cp = *(c ++); 132 fprintf(f, " %04x", cp); 146 UChar cp = *(c ++); local 148 fprintf(f, " %04x", cp); 151 cp = *(c ++); 152 fprintf(f, " %04x", cp); [all...] |
/external/icu4c/tools/genrb/ |
parse.c | 292 const char* cp = NULL; local 333 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status); 434 const char* cp = NULL; local 471 ucbuf = ucbuf_open(filename, &cp, getShowWarning(),FALSE, status); 662 const char* cp = ""; local 764 ucbuf = ucbuf_open(openFileName, &cp,getShowWarning(),TRUE, status); 1683 const char* cp = NULL; local [all...] |
/external/icu4c/tools/tzcode/ |
zdump.c | 228 register const char * cp; local 233 cp = abbrp; 235 while (isascii((unsigned char) *cp) && isalpha((unsigned char) *cp)) 236 ++cp; 237 if (cp - abbrp == 0) 239 else if (cp - abbrp < 3) 241 else if (cp - abbrp > 6) 243 if (wp == NULL && (*cp == '+' || *cp == '-')) [all...] |
/external/ipsec-tools/src/racoon/ |
racoonctl.c | 372 struct cmd_tag *cp; local 380 for (cp = &cmdtab[0]; cp->str; cp++) { 381 if (strcmp(*av, cp->str) == 0) { 385 if (!cp->str) { 393 return (cp->func)(ac, av); 868 struct proto_tag *cp; local 876 for (cp = &prototab[0]; cp->str; cp++) 1074 struct ulproto_tag *cp; local [all...] |
/external/javassist/src/main/javassist/ |
CtClass.java | 1149 ClassPool cp = getClassPool(); local 1184 ClassPool cp = getClassPool(); local [all...] |
CtField.java | 89 ConstPool cp = fi.getConstPool(); local 92 fi.addAttribute(ainfo.copy(cp, null)); 380 ConstPool cp = fieldInfo.getConstPool(); 381 switch (cp.getTag(index)) { 383 return new Long(cp.getLongInfo(index)); 385 return new Float(cp.getFloatInfo(index)); 387 return new Double(cp.getDoubleInfo(index)); 389 int value = cp.getIntegerInfo(index); 396 return cp.getStringInfo(index); 398 throw new RuntimeException("bad tag: " + cp.getTag(index [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ClassFile.java | 167 ConstPool cp = compact0(); local 172 minfo.compact(cp); 179 finfo.compact(cp); 182 attributes = AttributeInfo.copyAll(attributes, cp); 183 constPool = cp; 187 ConstPool cp = new ConstPool(thisclassname); local 188 thisClass = cp.getThisClassInfo(); 191 superClass = cp.addClassInfo(getSuperclass()); 197 = cp.addClassInfo(constPool.getClassInfo(interfaces[i])); 200 return cp; 210 ConstPool cp = compact0(); local 778 ConstPool cp = constPool; local [all...] |
ConstPool.java | [all...] |
/external/libpng/ |
pngwutil.c | 2589 png_bytep rp, dp, pp, cp, lp; local 2627 png_bytep rp, dp, pp, cp, lp; local [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 778 struct cclass *cp; local 786 for (cp = cclasses; cp->name != NULL; cp++) 787 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0') 789 if (cp->name == NULL) { 795 u = cp->chars; 798 for (u = cp->multis; *u != '\0'; u += strlen(u) + 1) 842 struct cname *cp; local 1427 char *cp; local [all...] |