Lines Matching refs:c_str
167 it->first.c_str(), it->second.c_str()); in replace_variables()
190 f = fopen(filename.c_str(), "r"); in read_list_file()
193 filename.c_str(), strerror(errno)); in read_list_file()
201 filename.c_str(), strerror(errno)); in read_list_file()
211 filename.c_str(), strerror(errno)); in read_list_file()
226 filename.c_str(), strerror(errno)); in read_list_file()
264 printf("'%s' ", words[k].c_str()); in read_list_file()
305 filename.c_str(), i+1, p, errstr.c_str()); in read_list_file()
347 err = stat(full.c_str(), &st); in locate()
359 rec->listFile.c_str(), rec->listLine, rec->sourceName.c_str()); in locate()
370 err = stat(rec->outPath.c_str(), &st); in stat_out()
402 int err = stat(r.sourcePath.c_str(), &st); in add_more()
416 if (0 == fnmatch(it->c_str(), file, FNM_PERIOD)) { in matches_excludes()
431 DIR *d = opendir(full.c_str()); in list_dir()