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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 92 milliseconds