Searched defs:TARGET_O_CREAT (Results 1 – 5 of 5) sorted by relevance
13 #define TARGET_O_CREAT 01000 /* not fcntl */ macro
13 #define TARGET_O_CREAT 0x0200 /* not fcntl */ macro
14 #define TARGET_O_CREAT 000000400 /* not fcntl */ macro
14 #define TARGET_O_CREAT 0x0100 /* not fcntl */ macro
17 #define TARGET_O_CREAT 0100 /* not fcntl */ macro