Searched defs:NEWER (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dhot.h69 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) macro
H A Dcommon.h222 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) macro
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c271 #define NEWER(ps1, ps2) \ macro
311 if (!ovalid || NEWER(ps, ops)) {
317 if (!ovalid || NEWER(ops, ps)) {
/illumos-gate/usr/src/cmd/find/
H A Dfind.c89 MTIME, NAME, NCPIO, NEWER, NOGRP, NOT, NOUSER, OK, OR, PATH, PERM, enumerator in enum:Command
142 "-newer", NEWER, Str,
727 case NEWER: {
914 case NEWER:

Completed in 76 milliseconds