Home
last modified time | relevance | path

Searched refs:___creat (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
HDthr_syscalls.c124 int ___creat(const char *, mode_t);
233 ___creat(const char *path, mode_t mode) in ___creat() function
246 __strong_reference(___creat, creat);
/dragonfly/lib/libthread_xu/
HDpthread.map4 ___creat;