Searched refs:f_always_true (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/usr.bin/find/ |
| HD | option.c | 90 { "-follow", c_follow, f_always_true, 0 }, 99 { "-ignore_readdir_race",c_ignore_readdir_race, f_always_true,0 }, 109 { "-maxdepth", c_mXXdepth, f_always_true, F_MAXDEPTH }, 110 { "-mindepth", c_mXXdepth, f_always_true, 0 }, 113 { "-mount", c_xdev, f_always_true, 0 }, 144 { "-noignore_readdir_race",c_ignore_readdir_race, f_always_true,0 }, 145 { "-noleaf", c_simple, f_always_true, 0 }, 164 { "-true", c_simple, f_always_true, 0 }, 170 { "-xdev", c_xdev, f_always_true, 0 },
|
| HD | extern.h | 85 exec_f f_always_true; variable
|
| HD | function.c | 501 f_always_true(PLAN *plan __unused, FTSENT *entry __unused) in f_always_true() function
|