Searched defs:X_OK (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgstdio.c94 #ifndef X_OK
95 #define X_OK 1 macro
98 retval = _waccess (wfilename, mode & ~X_OK);
/external/openssl/
H A De_os.h355 # ifndef X_OK
356 # define X_OK 0 macro
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c75 #ifndef X_OK
76 #define X_OK 0 /* not really */ macro
857 g_access (path, X_OK) == 0);
/external/openssl/apps/
H A Dca.c94 # define X_OK 1 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 487 milliseconds