Searched refs:tmpName (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/bzip2/
H A Dbzip2.c207 Char tmpName[FILE_NAME_LEN]; variable
1764 for (j = 0; j < k; j++) tmpName[j] = p[j];
1765 tmpName[k] = 0;
1766 APPEND_FLAG(*argList, tmpName);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2522 std::string tmpName = InFileName; local
2524 for (i=0; i < tmpName.length(); i++) {
2525 char c = tmpName.at(i);
2528 tmpName[i] = '_';
2530 S += tmpName;
H A DRewriteModernObjC.cpp2606 std::string tmpName = InFileName; local
2608 for (i=0; i < tmpName.length(); i++) {
2609 char c = tmpName.at(i);
2612 tmpName[i] = '_';
2614 S += tmpName;

Completed in 83 milliseconds