Searched refs:FUSER_MAX_LINE (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.c14 #define FUSER_MAX_LINE 255 macro
139 char path[sizeof(FUSER_PROC_DIR)+12], line[FUSER_MAX_LINE+1];
154 while (fgets(line, FUSER_MAX_LINE, f)) {
193 char line[FUSER_MAX_LINE + 1];
202 while (fgets(line, FUSER_MAX_LINE, file)) {

Completed in 117 milliseconds