Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/libc/sys/sys5/
H A Dstat.c53 return(stat_com(0, path, buf));
68 return(stat_com(1, path, buf));
/titanic_44/usr/src/lib/libbc/libc/sys/4.2/
H A Dstat.c52 return(stat_com(0, path, buf));
68 return(stat_com(1, path, buf));
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A D_stat.c97 stat_com(int lstat, char *path, struct stat *buf) in stat_com() function
117 ret = stat_com(lstat, "/etc/mnttab", buf); in stat_com()