Searched refs:trim (Results 1 - 25 of 184) sorted by relevance

12345678

/netbsd-current/share/misc/
H A Dnanpa.awk7 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)));
/netbsd-current/external/bsd/nvi/dist/tcl_scripts/
H A Dwc.tcl12 set outLine [split [string trim [viGetLine $viScreenId $i]]]
H A Dmailprocs.tcl9 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]"
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dtext_test.cpp261 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("\
[all...]
H A Dtext.hpp97 std::string trim(const std::string&);
/netbsd-current/external/bsd/atf/dist/tools/
H A Dtext_test.cpp261 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("\
[all...]
H A Dtext.hpp97 std::string trim(const std::string&);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormatVariadic.cpp59 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();
/netbsd-current/external/gpl2/groff/dist/contrib/grap2graph/
H A Dgrap2graph.sh82 convert -trim -crop 0x0 $convert_opts - $tmp/grap2graph.$format \
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cc87 char *trim; local
88 ExtractTokenUpToDelimiter(str, "\n", &trim);
99 const char *rest = trim;
104 InternalFree(trim);
129 InternalFree(trim);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cc85 char *trim; local
86 ExtractTokenUpToDelimiter(str, "\n", &trim);
97 const char *rest = trim;
102 InternalFree(trim);
127 InternalFree(trim);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dls-errs.exp168 test_break "$x:3" invalid_file [string trim $x \"']
173 test_break "-source $x -line 3" invalid_file [string trim $x \"']
196 test_break "$srcfile:$x" invalid_function_f [string trim $x] $srcfile
198 invalid_function_f [string trim $x] $srcfile
199 test_break "$srcfile:main:$x" invalid_label [string trim $x] "main"
201 invalid_label [string trim $x] "main"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dls-errs.exp167 test_break "$x:3" invalid_file [string trim $x \"']
172 test_break "-source $x -line 3" invalid_file [string trim $x \"']
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"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmemory-block.h38 static void trim (int nblocks = freelist_size);
H A Dmemory-block.cc83 memory_block_pool::trim (int num) function in class:memory_block_pool
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmemory-block.h38 static void trim (int nblocks = freelist_size);
H A Dmemory-block.cc83 memory_block_pool::trim (int num) function in class:memory_block_pool
/netbsd-current/external/gpl2/groff/dist/contrib/eqn2graph/
H A Deqn2graph.sh88 && convert -trim -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \
/netbsd-current/external/gpl2/groff/dist/contrib/pic2graph/
H A Dpic2graph.sh98 && convert -trim -crop 0x0 $convert_opts $tmp/pic2graph.ps $tmp/pic2graph.$format \
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp155 char *trim; local
156 ExtractTokenUpToDelimiter(str, "\n", &trim);
167 const char *rest = trim;
172 InternalFree(trim);
197 InternalFree(trim);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp45 CommentText = CommentText.trim();
60 if (!(RegVal.Register = findRegisterByName(Parts[0].trim()))) {
66 const StringRef HexValue = Parts[1].trim();
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-tcl-120 viMsg $viScreenId [format [_ "%s is %s"] $target [string trim $address]]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dmips-elf-flags.exp138 set isa [string trim [lindex $args 0]]
145 set ext [string trim [lindex $args 1]]
153 set ases [string trim [lindex $args 2]]
162 set gotases [split [string trim $gotases] "\n"]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmake-target-delegates70 sub trim($) {
147 push @result, trim ($onetype);
365 $current_line = trim ($current_line);
371 my $return_type = trim ($+{return_type});
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp49 InputFilePath.append((*File)->getBuffer().trim());

Completed in 189 milliseconds

12345678