Searched refs:bc_open (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | open.c | 35 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 D | open.c | 38 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 D | syscall.c | 126 return (bc_open(c1, i1, i2)); in syscall() 128 return (bc_open(c1, i1)); in syscall()
|