Searched refs:f_always_true (Results 1 – 3 of 3) sorted by relevance
/dragonfly/usr.bin/find/ |
H A D | option.c | 74 { "-follow", c_follow, f_always_true, 0 }, 81 { "-ignore_readdir_race",c_ignore_readdir_race, f_always_true,0 }, 91 { "-maxdepth", c_mXXdepth, f_always_true, F_MAXDEPTH }, 92 { "-mindepth", c_mXXdepth, f_always_true, 0 }, 95 { "-mount", c_xdev, f_always_true, 0 }, 112 { "-noignore_readdir_race",c_ignore_readdir_race, f_always_true,0 }, 113 { "-noleaf", c_simple, f_always_true, 0 }, 131 { "-true", c_simple, f_always_true, 0 }, 136 { "-xdev", c_xdev, f_always_true, 0 },
|
H A D | extern.h | 82 exec_f f_always_true; variable
|
H A D | function.c | 427 f_always_true(PLAN *plan __unused, FTSENT *entry __unused) in f_always_true() function
|