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()
1765 struct stat statb, statb1; in gstat() local1910 error = stat(file, &statb1); in gstat()1916 statb1.st_mode); in gstat()1923 switch (statb1.st_mode & S_IFMT) { in gstat()1937 if ((statb1.st_mode & ~S_IFMT) & in gstat()1962 (stat(file, &statb1) < 0)) in gstat()1965 if (!argfl || stat(file, &statb1) < 0) in gstat()1968 if ((statb1.st_mode & S_IFMT) == S_IFDIR) { in gstat()1969 statb = statb1; in gstat()1971 rep->lsize = statb1.st_size; in gstat()