Home
last modified time | relevance | path

Searched refs:TARGET_O_TRUNC (Results 1 – 5 of 5) sorted by relevance

/qemu/linux-user/generic/
H A Dfcntl.h25 #ifndef TARGET_O_TRUNC
26 #define TARGET_O_TRUNC 01000 /* not fcntl */ macro
/qemu/linux-user/alpha/
H A Dtarget_fcntl.h14 #define TARGET_O_TRUNC 02000 /* not fcntl */ macro
/qemu/linux-user/mips/
H A Dtarget_fcntl.h15 #define TARGET_O_TRUNC 0x0200 /* not fcntl */ macro
/qemu/linux-user/sparc/
H A Dtarget_fcntl.h14 #define TARGET_O_TRUNC 0x0400 /* not fcntl */ macro
/qemu/linux-user/
H A Dsyscall.c432 { TARGET_O_TRUNC, TARGET_O_TRUNC, O_TRUNC, O_TRUNC, },