/external/blktrace/btt/ |
bno_dump.c | 24 FILE *rfp, *wfp, *cfp; member in struct:bno_dump 60 bdp->cfp = bno_dump_open(device, 'c'); 79 if (bdp->cfp) 80 bno_dump_write(bdp->cfp, iop);
|
seek.c | 37 FILE *rfp, *wfp, *cfp, *sps_fp; member in struct:seeki 214 sip->cfp = seek_open(str, 'c'); 261 if (sip->cfp) 262 fprintf(sip->cfp, "%15.9lf %13lld %c\n", tstamp, dist, rw);
|
/cts/tools/cfassembler/src/dxconvext/ |
ClassFileParser.java | 56 ClassFileParser cfp = new ClassFileParser(); local 57 cfp.process(args[0], args[1], args[2]);
|
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 256 struct config *cfp; /* All configurations in this set */ member in struct:state 269 struct config *cfp; /* The configuration to which linked */ member in struct:plink 810 struct config *cfp, *bp; local 830 cfp = Configlist_return(); 831 Configlist_eat(cfp); 836 cfp = Configlist_return(); /* Get a pointer to the config list */ 840 stp->cfp = cfp; /* Remember the configuration closure */ 870 struct config *cfp; /* For looping thru the config closure of "stp" */ local 873 struct symbol *sp; /* Symbol following the dot in configuration "cfp" */ 924 struct config *cfp, *other; local 959 struct config *cfp; local 995 struct config *cfp; local 1201 struct config *cfp, model; local 1226 struct config *cfp, model; local 1254 struct config *cfp, *newcfp; local 2942 struct config *cfp; local [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNS.c | 6484 CacheRecord **cfp = &CacheFlushRecords; local [all...] |