Searched refs:W_OK (Results 1 - 17 of 17) sorted by relevance

/barrelfish-master/include/sys/
H A Dunistd.h102 #define W_OK 0x02 /* test for write permission */ macro
/barrelfish-master/tools/harness/
H A Dreprocess.py38 if not (os.path.isdir(d) and os.access(d, os.W_OK)
H A Dscalebench.py102 and os.access(options.resultsdir, os.W_OK)):
/barrelfish-master/lib/libc/tests/nss/
H A Dgetusershell_test.c158 if (access(snapshot_file, W_OK | R_OK) != 0) {
H A Dgetaddrinfo_test.c439 if (access(snapshot_file, W_OK | R_OK) != 0) {
H A Dgetgr_test.c401 if (access(snapshot_file, W_OK | R_OK) != 0) {
H A Dgetproto_test.c407 if (access(snapshot_file, W_OK | R_OK) != 0) {
H A Dgetpw_test.c382 if (access(snapshot_file, W_OK | R_OK) != 0) {
H A Dgetrpc_test.c412 if (access(snapshot_file, W_OK | R_OK) != 0) {
H A Dgetserv_test.c422 if (access(snapshot_file, W_OK | R_OK) != 0) {
H A Dgethostby_test.c983 if (access(snapshot_file, W_OK | R_OK) != 0) {
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dos_support.h62 #define W_OK 2 macro
H A Dos_support.c237 #define W_OK 2 macro
244 /* CAUTION: Windows _access() knows only R_OK and W_OK.
255 if (_access(winname, amode & (R_OK|W_OK)))
H A Dbip_misc.c1503 acc = W_OK;
/barrelfish-master/lib/openssl-1.0.0d/
H A De_os.h361 # ifndef W_OK
362 # define W_OK 2 macro
/barrelfish-master/include/openssl/local/
H A De_os.h362 # ifndef W_OK
363 # define W_OK 2 macro
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dca.c78 #ifndef W_OK
92 #ifndef W_OK
95 # define W_OK 2 macro
855 if (access(outdir,R_OK|W_OK|X_OK) != 0)
857 if (_access(outdir,R_OK|W_OK|X_OK) != 0)

Completed in 180 milliseconds