Home
last modified time | relevance | path

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

/dragonfly/usr.bin/find/
H A Doption.c61 { "-cmin", c_Xmin, f_Xmin, F_TIME_C },
62 { "-cnewer", c_newer, f_newer, F_TIME_C },
63 { "-ctime", c_Xtime, f_Xtime, F_TIME_C },
103 { "-newerca", c_newer, f_newer, F_TIME_C | F_TIME2_A },
104 { "-newercc", c_newer, f_newer, F_TIME_C | F_TIME2_C },
105 { "-newercm", c_newer, f_newer, F_TIME_C },
106 { "-newerct", c_newer, f_newer, F_TIME_C | F_TIME2_T },
H A Dfind.h52 #define F_TIME_C 0x00000008 /* one of -ctime, -cnewer, -newerc* */ macro
H A Dfunction.c249 if (plan->flags & F_TIME_C) { in f_Xmin()
295 else if (plan->flags & F_TIME_C) in f_Xtime()
1119 if (plan->flags & F_TIME_C) in f_newer()