Searched refs:__open (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_open.c43 int __open(const char *path, int flags,...);
45 __weak_reference(__open, open);
48 __open(const char *path, int flags,...) function
/freebsd-9.3-release/contrib/less/
H A Dttyin.c73 /* The __open() system call translates "/dev/tty" to "con". */
74 tty = __open("/dev/tty", OPEN_READ);
H A Dlsystem.c115 /* The __open() system call translates "/dev/tty" to "con". */
116 if (__open("/dev/tty", OPEN_READ) < 0)
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_syscalls.c143 int __open(const char *, int,...);
346 __weak_reference(__open, open);
353 __open(const char *path, int flags,...) function
/freebsd-9.3-release/lib/libkse/
H A Dkse.map175 __open;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map191 __open;

Completed in 109 milliseconds