Searched refs:A_EXIST (Results 1 – 5 of 5) sorted by relevance
37 if ((access(mailfile, A_EXIST) == A_OK) && (utimep->modtime != -1)) in stamp()
61 if (access(file, A_EXIST) == A_OK) {
45 if (access(file, A_EXIST) == CERROR) {
197 #define A_EXIST 0 /* access check for existence */ macro
99 if (access(mailfile, A_EXIST) == A_OK) { in printmail()