Searched refs:N_NEWER (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/find/ |
H A D | find.h | 43 N_MINDEPTH, N_MTIME, N_NAME, N_NEWER, N_NOGROUP, N_NOT, N_NOUSER, enumerator
|
H A D | option.c | 81 { "-newer", N_NEWER, c_newer, O_ARGV },
|
H A D | function.c | 1223 new = palloc(N_NEWER, f_newer); in c_newer() 1254 new = palloc(N_NEWER, f_anewer); in c_anewer() 1285 new = palloc(N_NEWER, f_cnewer); in c_cnewer()
|