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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dfind.c68 typedef int (*action_fp)(const char *fileName, struct stat *statbuf, void *); typedef
71 action_fp f;
512 action* alloc_action(int sizeof_struct, action_fp f)
524 #define ALLOC_ACTION(name) (action_##name*)alloc_action(sizeof(action_##name), (action_fp) func_##name)

Completed in 84 milliseconds