HomeSort by relevance Sort by last modified time
    Searched defs:tfp (Results 1 - 4 of 4) sorted by null

  /external/iproute2/misc/
ifstat.c 710 FILE *tfp; local
712 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
713 if (fscanf(tfp, "%ld", &uptime) != 1)
715 fclose(tfp);
nstat.c 562 FILE *tfp; local
564 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
565 if (fscanf(tfp, "%ld", &uptime) != 1)
567 fclose(tfp);
rtacct.c 582 FILE *tfp; local
584 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
585 if (fscanf(tfp, "%ld", &uptime) != 1)
587 fclose(tfp);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 176 milliseconds