Searched defs:creat64 (Results 1 – 4 of 4) sorted by relevance
205 #define creat64 creat macro
289 INTERCEPTOR(int, creat64, const char *name, int mode) { in INTERCEPTOR() argument
1430 TSAN_INTERCEPTOR(int, creat64, const char *name, int mode) { in TSAN_INTERCEPTOR() argument
1664 pub fn creat64(path: *const c_char, mode: mode_t) -> ::c_int; in creat64() function