Searched defs:followLinks (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Disdirectory.c37 int is_directory(const char *fileName, const int followLinks, struct stat *statBuf) argument
H A Drecursive_action.c48 recursive_action(const char *fileName, int recurse, int followLinks, int depthFirst, int (*fileAction) (const char *fileName, struct stat * statbuf, void* userData), int (*dirAction) (const char *fileName, struct stat * statbuf, void* userData), void* userData) argument
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dcp_mv.c53 static int followLinks; variable
H A Dutility.c306 int is_directory(const char *fileName, const int followLinks, struct stat *statBuf) argument
365 copy_file(const char *srcName, const char *destName, int setModes, int followLinks, int forceFlag) argument
649 recursive_action(const char *fileName, int recurse, int followLinks, int depthFirst, int (*fileAction) (const char *fileName, struct stat * statbuf, void* userData), int (*dirAction) (const char *fileName, struct stat * statbuf, void* userData), void* userData) argument
[all...]

Completed in 35 milliseconds