Searched refs:f_stat (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dfuser.c58 struct stat f_stat; local
59 if ((stat(filename, &f_stat)) < 0)
61 *inode = f_stat.st_ino;
62 *dev = f_stat.st_dev;

Completed in 92 milliseconds