Searched refs:X_OK (Results 1 – 5 of 5) sorted by relevance
26 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __euidaccess()
33 if (file == NULL || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in __access()
29 || (type & ~(R_OK|W_OK|X_OK|F_OK)) != 0) in faccessat()
132 if (faccessat (dir_fd, "some-file", X_OK, AT_EACCESS) == 0 in do_test()
130 # define X_OK 1 /* Test for execute permission. */ macro
Completed in 4 milliseconds