Searched refs:GDB_O_TRUNC (Results 1 – 3 of 3) sorted by relevance
93 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC,94 GDB_O_WRONLY | GDB_O_CREAT | GDB_O_TRUNC,95 GDB_O_RDWR | GDB_O_CREAT | GDB_O_TRUNC,96 GDB_O_RDWR | GDB_O_CREAT | GDB_O_TRUNC,
281 if (gdb_flags & GDB_O_TRUNC) { in host_open()
18 #define GDB_O_TRUNC 0x400 macro