Home
last modified time | relevance | path

Searched refs:bc_open (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/sys/sys5/
H A Dopen.c35 return (bc_open(path, flags, mode)); in open()
40 bc_open(char *path, int flags, int mode) in bc_open() function
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/
H A Dopen.c38 return (bc_open(path, flags, mode)); in open()
42 bc_open(char *path, int flags, int mode) in bc_open() function
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dsyscall.c126 return (bc_open(c1, i1, i2)); in syscall()
128 return (bc_open(c1, i1)); in syscall()