HomeSort by: relevance | last modified time | path
    Searched defs:F_OK (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/untgz/
untgz.c 37 # ifndef F_OK
38 # define F_OK 0
142 if (access(buffer,F_OK) == 0)
  /src/bin/ksh/
sh.h 31 #ifndef F_OK /* access() arguments */
32 # define F_OK 0
36 #endif /* !F_OK */
  /src/sys/sys/
unistd.h 172 #define F_OK 0 /* test for existence of file */

Completed in 15 milliseconds