Lines Matching refs:err
163 int err = 0; in read_list_file() local
174 err = errno; in read_list_file()
178 err = fseek(f, 0, SEEK_END); in read_list_file()
179 if (err != 0) { in read_list_file()
182 err = errno; in read_list_file()
188 err = fseek(f, 0, SEEK_SET); in read_list_file()
189 if (err != 0) { in read_list_file()
192 err = errno; in read_list_file()
200 err = ENOMEM; in read_list_file()
207 err = errno; in read_list_file()
254 err = 1; in read_list_file()
268 err = 1; in read_list_file()
276 err = 1; in read_list_file()
289 return err; in read_list_file()
296 int err; in locate() local
302 err = stat(full.c_str(), &st); in locate()
303 if (err == 0) { in locate()
322 int err; in stat_out() local
324 err = stat(rec->outPath.c_str(), &st); in stat_out()
325 if (err == 0) { in stat_out()
354 int err = stat(r.sourcePath.c_str(), &st); in add_more() local
355 if (err == 0) { in add_more()
380 int err; in list_dir() local