Searched refs:mystat (Results 1 – 3 of 3) sorted by relevance
162 struct stat mystat; in uprv_mapFile() local168 if(stat(path, &mystat)!=0 || mystat.st_size<=0) { in uprv_mapFile()171 length=mystat.st_size; in uprv_mapFile()376 struct stat mystat; in uprv_mapFile() local381 if(stat(path, &mystat)!=0 || mystat.st_size<=0) { in uprv_mapFile()384 length=mystat.st_size; in uprv_mapFile()
373 struct stat mystat; in run_file() local381 rc = lstat (fname, &mystat); in run_file()383 rc = stat (fname, &mystat); in run_file()396 if (!S_ISREG (mystat.st_mode)) in run_file()435 fchmod (fd2, mystat.st_mode); in run_file()437 chmod (oname, mystat.st_mode); in run_file()
904 || dnsDomainIs(host, ".mystat.pl")