Searched refs:f_always_true (Results 1 – 3 of 3) sorted by relevance
| /freebsd/usr.bin/find/ |
| H A D | option.c | 85 { "-follow", c_follow, f_always_true, 0 }, 94 { "-ignore_readdir_race",c_ignore_readdir_race, f_always_true,0 }, 104 { "-maxdepth", c_mXXdepth, f_always_true, F_MAXDEPTH }, 105 { "-mindepth", c_mXXdepth, f_always_true, 0 }, 108 { "-mount", c_xdev, f_always_true, 0 }, 139 { "-noignore_readdir_race",c_ignore_readdir_race, f_always_true,0 }, 140 { "-noleaf", c_simple, f_always_true, 0 }, 159 { "-true", c_simple, f_always_true, 0 }, 167 { "-xdev", c_xdev, f_always_true, 0 },
|
| H A D | extern.h | 87 exec_f f_always_true; variable
|
| H A D | function.c | 500 f_always_true(PLAN *plan __unused, FTSENT *entry __unused) in f_always_true() function
|