Searched refs:statb1 (Results 1 – 2 of 2) sorted by relevance
519 struct stat statb1,statb2; in test_time() local521 if(test_stat(file1,&statb1)<0) in test_time()525 t1 = tmxgetmtime(&statb1); in test_time()
1772 struct stat statb, statb1; in gstat() local1917 error = stat(file, &statb1); in gstat()1923 statb1.st_mode); in gstat()1930 switch (statb1.st_mode & S_IFMT) { in gstat()1944 if ((statb1.st_mode & ~S_IFMT) & in gstat()1969 (stat(file, &statb1) < 0)) in gstat()1972 if (!argfl || stat(file, &statb1) < 0) in gstat()1975 if ((statb1.st_mode & S_IFMT) == S_IFDIR) { in gstat()1976 statb = statb1; in gstat()1978 rep->lsize = statb1.st_size; in gstat()