Home
last modified time | relevance | path

Searched refs:A_EXIST (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dstamp.c37 if ((access(mailfile, A_EXIST) == A_OK) && (utimep->modtime != -1)) in stamp()
H A Dlegal.c60 if (access(file, A_EXIST) == A_OK) {
H A Dcreatemf.c43 if (access(file, A_EXIST) == CERROR) {
H A Dmail.h197 #define A_EXIST 0 /* access check for existence */ macro
H A Dprintmail.c97 if (access(mailfile, A_EXIST) == A_OK) { in printmail()