Searched defs:NEWER (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | hot.h | 69 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) macro
|
H A D | common.h | 222 #define NEWER(time1, time2) (time1.tv_sec > time2.tv_sec) macro
|
/illumos-gate/usr/src/cmd/pgrep/ |
H A D | pgrep.c | 271 #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 D | find.c | 89 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 59 milliseconds