Lines Matching refs:err
183 int err = 0; in read_list_file() local
194 err = errno; in read_list_file()
198 err = fseek(f, 0, SEEK_END); in read_list_file()
199 if (err != 0) { in read_list_file()
202 err = errno; in read_list_file()
208 err = fseek(f, 0, SEEK_SET); in read_list_file()
209 if (err != 0) { in read_list_file()
212 err = errno; in read_list_file()
220 err = ENOMEM; in read_list_file()
227 err = errno; in read_list_file()
290 err = 1; in read_list_file()
306 err = 1; in read_list_file()
326 return err; in read_list_file()
341 int err; in locate() local
347 err = stat(full.c_str(), &st); in locate()
348 if (err == 0) { in locate()
368 int err; in stat_out() local
370 err = stat(rec->outPath.c_str(), &st); in stat_out()
371 if (err == 0) { in stat_out()
402 int err = stat(r.sourcePath.c_str(), &st); in add_more() local
403 if (err == 0) { in add_more()
428 int err; in list_dir() local