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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Drecursive_action.c17 * by the fileAction and dirAction function pointers).
33 * (fileAction/dirAction will be called on each file).
35 * if !depthFirst, dirAction return value of 0 (FALSE) or 2 (SKIP)
41 * 1: stat(statbuf). Calls dirAction and optionally recurse on link to dir.
47 int (*dirAction)(const char *fileName, struct stat *statbuf, void* userData, int depth),
57 if (!dirAction) dirAction = true_action;
81 return dirAction(fileName, &statbuf, userData, depth);
85 status = dirAction(fileName, &statbuf, userData, depth);
107 if (!recursive_action(nextFile, flags, fileAction, dirAction, userDat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmdev.c219 static int dirAction(const char *fileName, struct stat *statbuf, function
306 fileAction, dirAction, temp, 0);
310 fileAction, dirAction, temp, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h225 int (*dirAction) (const char *fileName, struct stat* statbuf, void* userData, int depth),

Completed in 69 milliseconds