Home
last modified time | relevance | path

Searched defs:creat (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libc/compat-43/
H A Dcreat.c34 creat(const char *path, mode_t mode) in creat() function
/openbsd/gnu/usr.bin/binutils/gas/
H A Dconfig-gas.com130 extern int creat(), open(), close(), read(), write(); function
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dmpw.h119 #define creat mpw_creat macro
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1700 TSAN_INTERCEPTOR(int, creat, const char *name, int mode) { in TSAN_INTERCEPTOR() argument