Home | History | Annotate | Download | only in Modules

Lines Matching defs:X_OK

2455         or the inclusive-OR of R_OK, W_OK, and X_OK.
2559 #ifndef X_OK
2560 #define X_OK 1
12384 #ifdef X_OK
12385 if (PyModule_AddIntMacro(m, X_OK)) return -1;