Searched refs:O_EXEC (Results 1 – 5 of 5) sorted by relevance
691 O_EXEC = 0x400000 const
1107 O_EXEC = 0x40000 const
1115 O_EXEC = 0x40000 const
1108 O_EXEC = 0x40000 const
12946 #ifdef O_EXEC in all_ins()12947 if (PyModule_AddIntMacro(m, O_EXEC)) return -1; in all_ins()