Searched defs:statb1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtest.c519 struct stat statb1,statb2; local
521 if(test_stat(file1,&statb1)<0)
525 t1 = tmxgetmtime(&statb1);
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1772 struct stat statb, statb1; local
1917 error = stat(file, &statb1);
1923 statb1.st_mode);
1930 switch (statb1.st_mode & S_IFMT) {
1944 if ((statb1.st_mode & ~S_IFMT) &
1969 (stat(file, &statb1) < 0))
1972 if (!argfl || stat(file, &statb1) < 0)
1975 if ((statb1.st_mode & S_IFMT) == S_IFDIR) {
1976 statb = statb1;
1978 rep->lsize = statb1
[all...]

Completed in 51 milliseconds