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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Drecursive_action.c17 * by the fileAction and dirAction function pointers).
31 /* fileAction return value of 0 on any file in directory will make
33 * (fileAction/dirAction will be called on each file).
40 * 0: lstat(statbuf). Calls fileAction on link name even if points to dir.
46 int (*fileAction)(const char *fileName, struct stat *statbuf, void* userData, int depth),
56 if (!fileAction) fileAction = true_action;
75 return fileAction(fileName, &statbuf, userData, depth);
107 if (!recursive_action(nextFile, flags, fileAction, dirAction, userData, depth+1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dchmod.c37 static int fileAction(const char *fileName, struct stat *statbuf, void* param, int depth) function
107 fileAction, // file action
108 fileAction, // dir action
H A Dchown.c44 static int fileAction(const char *fileName, struct stat *statbuf, function
99 fileAction, /* file action */
100 fileAction, /* dir action */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmdev.c202 static int fileAction(const char *fileName, struct stat *statbuf, function
306 fileAction, dirAction, temp, 0);
310 fileAction, dirAction, temp, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dfind.c374 static int fileAction(const char *fileName, struct stat *statbuf, void *userData, int depth) function
882 fileAction, /* file action */
883 fileAction, /* dir action */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h224 int (*fileAction) (const char *fileName, struct stat* statbuf, void* userData, int depth),

Completed in 64 milliseconds