Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/sys/sys5/
H A Dstat.c38 return(bc_stat(path, buf));
41 int bc_stat(path, buf) in bc_stat() function
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/
H A Dstat.c36 return(bc_stat(path, buf));
40 int bc_stat(path, buf) in bc_stat() function
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dsyscall.c157 return (bc_stat(c1, c2)); in syscall()