HomeSort by relevance Sort by last modified time
    Searched defs:fp (Results 301 - 325 of 545) sorted by null

<<11121314151617181920>>

  /system/extras/tests/fstest/
perm_checker.c 155 static int read_rules(FILE *fp)
165 while ((res = fscanf(fp, "%s %lo %lo %s %s %s %s\n", spec,
409 FILE *fp; local
422 if (!(fp = fopen(config_file, "r"))) {
426 read_rules(fp);
427 fclose(fp);
  /system/extras/tests/lib/testUtil/
testUtil.c 395 FILE *fp; local
405 if ((fp = popen(cmd, "r")) == NULL) {
411 while (fgets(str, sizeof(str), fp) != NULL) {
420 status = pclose(fp);
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 127 FILE *fp; local
  /system/vold/
CommandListener.cpp 96 FILE *fp = fopen("/proc/mounts", "r"); local
97 if (fp) {
99 while (fgets(line, sizeof(line), fp)) {
103 fclose(fp);
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 326 void write2LE(FILE* fp, unsigned short val)
328 putc(val & 0xff, fp);
329 putc(val >> 8, fp);
332 void write4LE(FILE* fp, unsigned int val)
334 putc(val & 0xff, fp);
335 putc((val >> 8) & 0xff, fp);
336 putc((val >> 16) & 0xff, fp);
337 putc((val >> 24) & 0xff, fp);
340 void write8LE(FILE* fp, unsigned long long val)
342 putc(val & 0xff, fp);
436 FILE *fp = fopen(traceFileName, "w"); local
    [all...]
  /dalvik/vm/
Profile.cpp 287 static void dumpThreadList(FILE* fp) {
291 fprintf(fp, "%d\t%s\n", thread->threadId, threadName.c_str());
303 FILE* fp = (FILE*) vfp; local
314 fprintf(fp, "0x%08x\t%s\t%s\t%s\t%s\t%d\n", (int) meth,
327 fprintf(fp, "0x%08x\t%s\t%s\t%s\t%s\t%d\n", (int) meth,
344 static void dumpMethodList(FILE* fp)
347 dvmHashForeach(gDvm.loadedClasses, dumpMarkedMethods, (void*) fp);
  /external/checkpolicy/test/
dismod.c 75 FILE * fp)
78 fprintf(fp, "{");
81 fprintf(fp, "%s ", perm);
82 fprintf(fp, "}");
86 policydb_t * p, FILE * fp)
90 fprintf(fp, "{");
95 fprintf(fp, " %s", perm);
98 fprintf(fp, " }");
101 static void display_id(policydb_t * p, FILE * fp, uint32_t symbol_type,
109 fprintf(fp, " [%s%s]", prefix, id)
295 FILE *fp; local
500 FILE *fp; local
    [all...]
  /external/chromium/chrome/browser/download/
download_manager_unittest.cc 536 FILE* fp = file_util::OpenFile(new_path, "w"); local
537 file_util::CloseFile(fp);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 1101 FILE* fp = file_util::OpenFile(database_filename_, "r+"); local
    [all...]
  /external/clang/test/Analysis/
taint-tester.c 100 FILE *fp; local
110 if((fp=fopen("test", "w")) == 0) // expected-warning + {{tainted}}
112 fprintf(fp, "%s %d", s, t); // expected-warning + {{tainted}}
113 fclose(fp); // expected-warning + {{tainted}}
116 if((fp=fopen("test","r")) == 0) // expected-warning + {{tainted}}
118 fscanf(fp, "%s%d", s, &t); // expected-warning + {{tainted}}
174 FILE *fp; local
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 36 f fp = 0; local
38 f *fpp = (f*)(&fp);
206 fnptr fp = 0; local
207 (void)(fnptr2)(fp);
208 void *vp = (void*)(fp);
  /external/dropbear/
keyimport.c 145 FILE*fp; local
163 fp = fopen(filename, "w");
164 if (!fp) {
172 1, buf->len - buf->pos, fp);
176 fclose(fp);
200 static void base64_encode_fp(FILE * fp, unsigned char *data,
216 fwrite(out, 1, outlen, fp);
217 fputc('\n', fp);
364 FILE *fp = NULL; local
377 fp = stdin
706 FILE *fp; local
    [all...]
  /external/expat/xmlwf/
xmlwf.c 30 FILE *fp = (FILE *)userData; local
34 fputts(T("&amp;"), fp);
37 fputts(T("&lt;"), fp);
40 fputts(T("&gt;"), fp);
44 fputts(T("&#xD;"), fp);
48 fputts(T("&quot;"), fp);
53 ftprintf(fp, T("&#%d;"), *s);
57 puttc(*s, fp);
64 attributeValue(FILE *fp, const XML_Char *s)
66 puttc(T('='), fp);
125 FILE *fp = (FILE *)userData; local
147 FILE *fp = (FILE *)userData; local
172 FILE *fp = (FILE *)userData; local
218 FILE *fp = (FILE *)userData; local
238 FILE *fp = (FILE *)userData; local
300 FILE *fp = (FILE *)XML_GetUserData((XML_Parser) userData); local
337 FILE *fp = (FILE *)XML_GetUserData(parser); local
371 FILE *fp = (FILE *)XML_GetUserData(parser); local
382 FILE *fp = (FILE *)XML_GetUserData(parser); local
394 FILE *fp = (FILE *)XML_GetUserData(parser); local
406 FILE *fp = (FILE *)XML_GetUserData(parser); local
416 FILE *fp = (FILE *)XML_GetUserData(parser); local
426 FILE *fp = (FILE *)XML_GetUserData(parser); local
442 FILE *fp = (FILE *)XML_GetUserData(parser); local
452 FILE *fp = (FILE *)XML_GetUserData(parser); local
466 FILE *fp = (FILE *)XML_GetUserData(parser); local
492 FILE *fp = (FILE *)XML_GetUserData(parser); local
530 FILE *fp = (FILE *)XML_GetUserData(parser); local
547 FILE *fp = (FILE *)XML_GetUserData(parser); local
755 FILE *fp = 0; local
    [all...]
  /external/icu4c/i18n/
udat.cpp 179 FieldPosition fp; local
182 fp.setField(position->field);
184 ((DateFormat*)format)->format(dateToFormat, res, fp);
187 position->beginIndex = fp.getBeginIndex();
188 position->endIndex = fp.getEndIndex();
  /external/iproute2/ip/
xfrm_state.c 699 FILE *fp = (FILE*)arg; local
739 fprintf(fp, "Deleted ");
741 fprintf(fp, "Updated ");
743 fprintf(fp, "Expired ");
768 xfrm_state_info_print(xsinfo, tb, fp, NULL, NULL);
771 fprintf(fp, "\t");
772 fprintf(fp, "hard %u", xexp->hard);
773 fprintf(fp, "%s", _SL_);
777 fprintf(fp, "\n");
778 fflush(fp);
1029 FILE *fp = (FILE*)arg; local
    [all...]
  /external/iproute2/lib/
utils.c 485 FILE *fp; local
497 fp = fopen(name, "r");
499 if (fp) {
501 if (fscanf(fp, "%*08x%*08x%08x%08x", &nom, &denom) == 2)
504 fclose(fp);
688 int print_timestamp(FILE *fp)
698 fprintf(fp, "Timestamp: %s %lu usec\n", tstr, tv.tv_usec);
  /external/iproute2/misc/
ifstat.c 148 void load_raw_table(FILE *fp)
154 while (fgets(buf, sizeof(buf), fp) != NULL) {
211 void dump_raw_db(FILE *fp, int to_hist)
215 fprintf(fp, "#%s\n", info_source);
234 fprintf(fp, "%d %s ", n->ifindex, n->name);
236 fprintf(fp, "%llu %u ", vals[i], (unsigned)rates[i]);
237 fprintf(fp, "\n");
246 void format_rate(FILE *fp, unsigned long long *vals, double *rates, int i)
250 fprintf(fp, "%7lluM ", vals[i]/mega);
252 fprintf(fp, "%7lluK ", vals[i]/kilo)
522 FILE *fp = fdopen(clnt, "w"); local
    [all...]
nstat.c 114 void load_good_table(FILE *fp)
120 while (fgets(buf, sizeof(buf), fp) != NULL) {
160 void load_ugly_table(FILE *fp)
166 while (fgets(buf, sizeof(buf), fp) != NULL) {
200 if (fgets(buf, sizeof(buf), fp) == NULL)
233 FILE *fp = fdopen(net_snmp_open(), "r"); local
234 if (fp) {
235 load_ugly_table(fp);
236 fclose(fp);
242 FILE *fp = fdopen(net_snmp6_open(), "r") local
251 FILE *fp = fdopen(net_netstat_open(), "r"); local
407 FILE *fp = fdopen(clnt, "w"); local
    [all...]
  /external/libppp/src/
datalink.c 560 datalink_LayerStart(void *v, struct fsm *fp)
565 if (fp->proto == PROTO_LCP)
566 (*dl->parent->LayerStart)(dl->parent->object, fp); local
570 datalink_LayerUp(void *v, struct fsm *fp)
576 if (fp->proto == PROTO_LCP) {
592 } else if (fp->proto == PROTO_CCP)
749 datalink_LayerDown(void *v, struct fsm *fp)
754 if (fp->proto == PROTO_LCP) {
760 (*dl->parent->LayerDown)(dl->parent->object, fp);
778 datalink_LayerFinish(void *v, struct fsm *fp)
    [all...]
fsm.c 129 struct fsm *fp = (struct fsm *)v; local
131 log_Printf(fp->LogLevel, "%s: Stopped timer expired\n", fp->link->name);
132 if (fp->OpenTimer.state == TIMER_RUNNING) {
134 fp->link->name, fp->name);
135 timer_Stop(&fp->OpenTimer);
137 if (fp->state == ST_STOPPED)
138 fsm2initial(fp);
142 fsm_Init(struct fsm *fp, const char *name, u_short proto, int mincode
229 struct fsm *fp = (struct fsm *)v; local
412 struct fsm *fp = (struct fsm *)v; local
576 (*fp->parent->LayerUp)(fp->parent->object, fp); local
652 (*fp->parent->LayerUp)(fp->parent->object, fp); local
    [all...]
  /external/libselinux/src/
android.c 113 FILE *fp = NULL; local
122 while ((fp==NULL) && seapp_contexts_file[i])
123 fp = fopen(seapp_contexts_file[i++], "r");
125 if (!fp) {
131 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
144 rewind(fp);
147 while (fgets(line_buf, sizeof line_buf - 1, fp)) {
253 fclose(fp);
label_file.c 393 FILE *fp; local
419 if ((fp = fopen(path, "r")) == NULL)
422 if (fstat(fileno(fp), &sb) < 0)
451 while (fgets(line_buf, sizeof line_buf - 1, fp)
492 rewind(fp);
518 fclose(fp);
  /external/linux-tools-perf/util/
annotate.c 433 FILE *fp; local
442 fp = popen(cmd, "r");
443 if (!fp)
446 if (getline(&path, &line_len, fp) < 0 || !line_len)
457 pclose(fp);
  /external/mdnsresponder/mDNSPosix/
Responder.c 472 static mDNSBool ReadALine(char *buf, size_t bufSize, FILE *fp, mDNSBool skipBlankLines)
480 if (fgets(buf, bufSize, fp) == NULL)
505 FILE * fp = fopen(filePath, "r"); local
507 if (fp == NULL) {
527 if (! ReadALine(name, sizeof(nameBuf), fp, mDNStrue))
543 if (! ReadALine(type, sizeof(type), fp, mDNSfalse))
562 if (! ReadALine(port, sizeof(port), fp, mDNSfalse))
575 if (!ReadALine(rawText, sizeof(rawText), fp, mDNSfalse)) break;
599 } while (!feof(fp));
601 if (!feof(fp)) {
676 FILE *fp; local
    [all...]
  /external/openssl/crypto/conf/
conf.h 126 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, variable
164 int NCONF_load_fp(CONF *conf, FILE *fp,long *eline);

Completed in 518 milliseconds

<<11121314151617181920>>