Home | History | Annotate | Download | only in atree

Lines Matching full:c_str

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