Searched refs:A_WRITE (Results 1 – 2 of 2) sorted by relevance
62 if (access(file, A_WRITE) == A_OK)76 if (access(dfile, A_WRITE) == CERROR)
198 #define A_WRITE 2 /* access check for write permission */ macro