Searched refs:__creat (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/lib/libc/compat-43/
H A Dcreat.c41 __weak_reference(__creat, creat);
42 __weak_reference(__creat, _creat);
44 int __creat(const char *path, mode_t mode);
48 __creat(const char *path, mode_t mode) function

Completed in 94 milliseconds