Searched refs:F_OK (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dunistd.h33 #ifndef F_OK
34 #define F_OK 0 macro
/bind-9.11.3/bin/dnssec/
H A Ddnssec-revoke.c232 if (access(newname, F_OK) == 0 && !force) {
/bind-9.11.3/unit/atf-src/atf-c/
H A Dutils.c233 const int ret = access(path, F_OK);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c74 return access(atf_fs_path_cstring(p), F_OK) == 0;

Completed in 590 milliseconds