Home
last modified time | relevance | path

Searched refs:tfp (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/misc/
Drtacct.c581 FILE *tfp; in main() local
583 if ((tfp = fopen("/proc/uptime", "r")) != NULL) { in main()
584 if (fscanf(tfp, "%ld", &uptime) != 1) in main()
586 fclose(tfp); in main()
Dnstat.c643 FILE *tfp; in main() local
645 if ((tfp = fopen("/proc/uptime", "r")) != NULL) { in main()
646 if (fscanf(tfp, "%ld", &uptime) != 1) in main()
648 fclose(tfp); in main()
Difstat.c813 FILE *tfp; in main() local
815 if ((tfp = fopen("/proc/uptime", "r")) != NULL) { in main()
816 if (fscanf(tfp, "%ld", &uptime) != 1) in main()
818 fclose(tfp); in main()