| /src/share/misc/ |
| nanpa.awk | 7 function trim(s) function 60 t = locationmap(trim(f[fnames["Location"]])) FS; 61 if (trim(f[fnames["Overlay?"]])=="Yes") 62 t = t "Overlay of " trim(f[fnames["Old NPA"]]); 64 t = t "Split of " trim(f[fnames["Old NPA"]]); 66 t = t " (" trim(f[fnames["Status"]]) ")"; 69 trim(f[fnames["In Service Date"]]); 70 data[trim(f[fnames["New NPA"]]) "*"] = t; 77 data[substr($0, 1, i-1)]=locationmap(trim(substr($0,i+1)));
|
| /src/external/bsd/nvi/dist/tcl_scripts/ |
| wc.tcl | 12 set outLine [split [string trim [viGetLine $viScreenId $i]]]
|
| mailprocs.tcl | 9 isValid [string trim $name] 37 viMsg $viScreenId "$target is [string trim $address]" 49 isAliased [string trim $name] 60 if {[string compare $target [string trim $address]] == 0} { 75 viMsg $viScreenId "$target is aliased to [string trim $name]"
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| text_test.cpp | 261 ATF_TEST_CASE(trim); variable 262 ATF_TEST_CASE_HEAD(trim) 264 set_md_var("descr", "Tests the trim function"); 266 ATF_TEST_CASE_BODY(trim) 268 using atf::text::trim; 270 ATF_REQUIRE_EQ(trim(""), ""); 271 ATF_REQUIRE_EQ(trim(" "), ""); 272 ATF_REQUIRE_EQ(trim("\t"), ""); 274 ATF_REQUIRE_EQ(trim(" foo"), "foo"); 275 ATF_REQUIRE_EQ(trim("\t foo"), "foo") [all...] |
| text.hpp | 97 std::string trim(const std::string&);
|
| /src/external/bsd/atf/dist/tools/ |
| text_test.cpp | 261 ATF_TEST_CASE(trim); variable 262 ATF_TEST_CASE_HEAD(trim) 264 set_md_var("descr", "Tests the trim function"); 266 ATF_TEST_CASE_BODY(trim) 268 using tools::text::trim; 270 ATF_REQUIRE_EQ(trim(""), ""); 271 ATF_REQUIRE_EQ(trim(" "), ""); 272 ATF_REQUIRE_EQ(trim("\t"), ""); 274 ATF_REQUIRE_EQ(trim(" foo"), "foo"); 275 ATF_REQUIRE_EQ(trim("\t foo"), "foo") [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| FormatVariadic.cpp | 59 StringRef RepString = Spec.trim("{}"); 68 RepString = RepString.trim(); 73 RepString = RepString.trim(); 79 RepString = RepString.trim(); 81 Options = RepString.drop_front().trim(); 84 RepString = RepString.trim();
|
| /src/external/gpl2/groff/dist/contrib/grap2graph/ |
| grap2graph.sh | 82 convert -trim -crop 0x0 $convert_opts - $tmp/grap2graph.$format \
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_symbolizer_mac.cc | 86 // Trim ending newlines. 87 char *trim; local 88 ExtractTokenUpToDelimiter(str, "\n", &trim); 99 const char *rest = trim; 104 InternalFree(trim); 129 InternalFree(trim);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_symbolizer_mac.cpp | 108 // Trim ending newlines. 109 char *trim; local 110 ExtractTokenUpToDelimiter(str, "\n", &trim); 121 const char *rest = trim; 126 InternalFree(trim); 151 InternalFree(trim);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/ |
| ls-errs.exp | 167 test_break "$x:3" invalid_file [string trim $x \"'] 172 test_break "-source $x -line 3" invalid_file [string trim $x \"'] 194 # Trim any leading/trailing whitespace for error messages. 195 test_break "$srcfile:$x" invalid_function_f [string trim $x] $srcfile 197 invalid_function_f [string trim $x] $srcfile 198 test_break "$srcfile:main:$x" invalid_label [string trim $x] "main" 200 invalid_label [string trim $x] "main"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/ |
| ls-errs.exp | 167 test_break "$x:3" invalid_file [string trim $x \"'] 172 test_break "-source $x -line 3" invalid_file [string trim $x \"'] 194 # Trim any leading/trailing whitespace for error messages. 195 test_break "$srcfile:$x" invalid_function_f [string trim $x] $srcfile 197 invalid_function_f [string trim $x] $srcfile 198 test_break "$srcfile:main:$x" invalid_label [string trim $x] "main" 200 invalid_label [string trim $x] "main"
|
| /src/external/gpl3/gcc/dist/gcc/ |
| memory-block.cc | 83 memory_block_pool::trim (int num) function in class:memory_block_pool
|
| memory-block.h | 38 static void trim (int nblocks = freelist_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| memory-block.cc | 83 memory_block_pool::trim (int num) function in class:memory_block_pool
|
| memory-block.h | 38 static void trim (int nblocks = freelist_size);
|
| /src/external/gpl2/groff/dist/contrib/eqn2graph/ |
| eqn2graph.sh | 88 && convert -trim -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \
|
| /src/external/gpl2/groff/dist/contrib/pic2graph/ |
| pic2graph.sh | 98 && convert -trim -crop 0x0 $convert_opts $tmp/pic2graph.ps $tmp/pic2graph.$format \
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_symbolizer_mac.cpp | 154 // Trim ending newlines. 155 char *trim; local 156 ExtractTokenUpToDelimiter(str, "\n", &trim); 167 const char *rest = trim; 172 InternalFree(trim); 197 InternalFree(trim);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| SnippetFile.cpp | 45 CommentText = CommentText.trim(); 60 if (!(RegVal.Register = findRegisterByName(Parts[0].trim()))) { 66 const StringRef HexValue = Parts[1].trim();
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-tcl-1 | 20 viMsg $viScreenId [format [_ "%s is %s"] $target [string trim $address]]
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/boards/ |
| local-remote-host-native.exp | 64 set_board_info remotedir [string trim [lindex $res 1]]
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/boards/ |
| local-remote-host-native.exp | 64 set_board_info remotedir [string trim [lindex $res 1]]
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| Yaml.h | 30 if (ConfigFile.trim().empty())
|
| /src/external/apache2/llvm/dist/llvm/lib/Testing/Support/ |
| SupportHelpers.cpp | 49 InputFilePath.append((*File)->getBuffer().trim());
|