Searched refs:TARGET_O_CREAT (Results 1 – 7 of 7) sorted by relevance
16 #ifndef TARGET_O_CREAT17 #define TARGET_O_CREAT 0100 /* not fcntl */ macro
13 #define TARGET_O_CREAT 01000 /* not fcntl */ macro
14 #define TARGET_O_CREAT 000000400 /* not fcntl */ macro
14 #define TARGET_O_CREAT 0x0100 /* not fcntl */ macro
13 #define TARGET_O_CREAT 0x0200 /* not fcntl */ macro
3554 int is_creat = (arg1 & TARGET_O_CREAT); in print_mq_open()3573 int is_creat = (arg1 & TARGET_O_CREAT); in print_open()3590 int is_creat = (arg2 & TARGET_O_CREAT); in print_openat()3621 if (how.flags & TARGET_O_CREAT) { in print_openat2()
428 { TARGET_O_CREAT, TARGET_O_CREAT, O_CREAT, O_CREAT, },