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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dchgrp.c39 static int fileAction(const char *fileName, struct stat *statbuf, void* junk) function
77 fileAction, fileAction, NULL) == FALSE) {
H A Dchmod.c32 static int fileAction(const char *fileName, struct stat *statbuf, void* junk) function
71 if (recursive_action (argv[i], recursiveFlag, FALSE, FALSE, fileAction,
72 fileAction, argv[optind]) == FALSE) {
H A Dchown.c41 static int fileAction(const char *fileName, struct stat *statbuf, void* junk) function
99 fileAction, fileAction, NULL) == FALSE) {
H A Dfind.c54 static int fileAction(const char *fileName, struct stat *statbuf, void* junk) function
188 if (recursive_action(".", TRUE, dereference, FALSE, fileAction,
189 fileAction, NULL) == FALSE)
193 if (recursive_action(argv[i], TRUE, dereference, FALSE, fileAction,
194 fileAction, NULL) == FALSE)
H A Dchmod_chown_chgrp.c47 static int fileAction(const char *fileName, struct stat *statbuf, void* junk) function
153 fileAction, fileAction, NULL) == FALSE)
H A Dutility.c642 * by the fileAction and dirAction function pointers).
651 int (*fileAction) (const char *fileName,
679 if (fileAction == NULL)
682 return fileAction(fileName, &statbuf, userData);
728 fileAction, dirAction, userData) == FALSE) {
742 if (fileAction == NULL)
745 return fileAction(fileName, &statbuf, userData);
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Drecursive_action.c41 * by the fileAction and dirAction function pointers).
50 int (*fileAction) (const char *fileName,
78 if (fileAction == NULL)
81 return fileAction(fileName, &statbuf, userData);
119 fileAction, dirAction, userData) == FALSE) {
134 if (fileAction == NULL)
137 return fileAction(fileName, &statbuf, userData);
H A Dlibbb.h109 int (*fileAction) (const char *fileName, struct stat* statbuf, void* userData),

Completed in 57 milliseconds