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

  /external/iproute2/misc/
rtacct.c 579 FILE *tfp; local
581 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
582 if (fscanf(tfp, "%ld", &uptime) != 1)
584 fclose(tfp);
ifstat.c 712 FILE *tfp; local
714 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
715 if (fscanf(tfp, "%ld", &uptime) != 1)
717 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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 47 milliseconds