Home
last modified time | relevance | path

Searched refs:A_WRITE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mail/
H A Dlegal.c62 if (access(file, A_WRITE) == A_OK)
76 if (access(dfile, A_WRITE) == CERROR)
H A Dmail.h198 #define A_WRITE 2 /* access check for write permission */ macro