Searched refs:stat_com (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | stat.c | 53 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 D | stat.c | 52 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.c | 97 stat_com(int lstat, char *path, struct stat *buf) in stat_com() function 117 ret = stat_com(lstat, "/etc/mnttab", buf); in stat_com()
|