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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dfuser.c13 #define FUSER_PROC_DIR "/proc" macro
82 char path[sizeof(FUSER_PROC_DIR)+12], tproto[5];
86 sprintf(path, FUSER_PROC_DIR "/net/%s", tproto);
139 char path[sizeof(FUSER_PROC_DIR)+12], line[FUSER_MAX_LINE+1];
149 sprintf(path, FUSER_PROC_DIR "/net/%s", proto);
258 d = opendir(FUSER_PROC_DIR);
265 dname = concat_subpath_file(FUSER_PROC_DIR, de->d_name);

Completed in 49 milliseconds