Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/libc/sys/sys5/
H A Dread.c45 return (bc_read(fd, buf, size)); in read()
49 bc_read(int fd, char *buf, int size) in bc_read() function
/titanic_44/usr/src/lib/libbc/libc/sys/4.2/
H A Dread.c45 return (bc_read(fd, buf, size)); in read()
49 bc_read(int fd, char *buf, int size) in bc_read() function
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dsyscall.c101 return (bc_read(i1, c1, i2)); in syscall()