Searched refs:NEWER (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-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
H A Dhotplug.c171 !(NEWER(ses_stat.st_ctim, ses_time))) {
2162 if (NEWER(ses_stat.st_ctim, ses_lastmtim)) {
2966 if (NEWER(dsk_stat.st_ctim, lastmtim)) {
/opensolaris-onvv-gate/usr/src/cmd/pgrep/
H A Dpgrep.c272 #define NEWER(ps1, ps2) \ macro
312 if (!ovalid || NEWER(ps, ops)) {
318 if (!ovalid || NEWER(ops, ps)) {
/opensolaris-onvv-gate/usr/src/cmd/find/
H A Dfind.c81 PRINT, DEPTH, LOCAL, MOUNT, ATIME, MTIME, CTIME, NEWER, enumerator in enum:Command
125 "-newer", NEWER, Str,
657 case NEWER: {
833 case NEWER:
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpcmd.y208 UMASK IDLE CHMOD GROUP GPASS NEWER
946 | SITE check_login SP NEWER SP STRING CRLF
949 syslog(LOG_INFO, "SITE NEWER %s", $6);
958 | SITE check_login SP NEWER SP STRING SP pathname CRLF
961 syslog(LOG_INFO, "SITE NEWER %s %s", $6,
1795 {"NEWER", NEWER, STR3, 1, "<sp> YYYYMMDDHHMMSS [ <sp> path-name ]"},

Completed in 123 milliseconds