Searched defs:trunc (Results 1 – 4 of 4) sorted by relevance
75 const ios_base::openmode ios_base::trunc; member in ios_base
573 #define trunc(X) _Generic((X), \ macro
149 int trunc = FALSE; in WIN32open() local
1713 static NTSTATUS divide_ext(send_ext* ext, uint64_t len, bool trunc) { in divide_ext()