Home
last modified time | relevance | path

Searched refs:f_always_true (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/find/
H A Doption.c74 { "-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 Dextern.h82 exec_f f_always_true; variable
H A Dfunction.c427 f_always_true(PLAN *plan __unused, FTSENT *entry __unused) in f_always_true() function