Home | History | Annotate | Download | only in apps

Lines Matching full:x_ok

94 #  define X_OK 1
869 if (access(outdir,R_OK|W_OK|X_OK) != 0)
871 if (_access(outdir,R_OK|W_OK|X_OK) != 0)