| /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/gpl3/gcc/dist/gcc/ |
| memory-block.cc | 83 memory_block_pool::trim (int num) function in class:memory_block_pool
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| memory-block.cc | 83 memory_block_pool::trim (int num) function in class:memory_block_pool
|
| /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/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.cpp | 110 impl::trim(const std::string& str) function in class:impl
|
| /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...] |
| text.cpp | 105 impl::trim(const std::string& str) function in class:impl
|
| /src/usr.bin/pwhash/ |
| pwhash.c | 83 trim(char *line) function 250 string = trim(line);
|
| /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/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/bsd/zstd/dist/contrib/gen_html/ |
| gen_html.cpp | 17 /* trim string at the beginning and at the end */ 18 void trim(string& s, string characters) function 29 /* trim C++ style comments */ 157 trim(comments[l], "*-="); 183 trim(comments[0], " "); 197 trim(comments[0], " ");
|
| /src/tests/lib/libc/gen/ |
| t_glob.c | 106 trim(char *buf, size_t len, const char *name) function 121 trim(buf, sizeof(buf), dir); 155 trim(buf, sizeof(buf), name);
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| ExplodedGraph.cpp | 442 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, function in class:ExplodedGraph
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| parse-duration.c | 390 trim (char * pz) function 392 /* trim leading white space */ 396 /* trim trailing white space */ 429 pz = trim (pz); 430 pT = trim (pT);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| StringBuilder.cc | 92 StringBuilder::trim () function in class:StringBuilder 446 trim ();
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| StringBuilder.cc | 92 StringBuilder::trim () function in class:StringBuilder 446 trim ();
|
| /src/external/historical/nawk/dist/testdir/ |
| funstack.awk | 219 title = trim(title) # discard leading and trailing space 316 Url = trim(parts[1]) 601 arg = trim(substr(s,n,k - n)) 615 arg = trim(substr(s,n,k - n)) 960 function trim(s) function
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| exploded-graph-rewriter.py | 911 def trim(self, graph): member in class:SinglePathTrimmer 932 # other paths. Useful when you cannot use -trim-egraph (e.g. when debugging 955 def trim(self, graph): member in class:TargetedTrimmer 1039 trimmer.trim(graph)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| ImmutableGraph.h | 354 static std::unique_ptr<GraphT> trim(const GraphT &G, const NodeSet &TrimNodes, function in class:llvm::ImmutableGraphBuilder
|
| /src/bin/csh/ |
| glob.c | 348 trim(vlp); 505 trim(vl); 531 trim(Char **t) function 537 *p++ &= TRIM; 680 *cp &= TRIM; 735 c = (*ip++ & TRIM); 827 namec = *name & TRIM; 843 while ((pat[1] & TRIM) == '*') 858 c &= TRIM; 860 if (c <= namec && namec <= (pat[1] & TRIM)) [all...] |
| /src/usr.bin/newsyslog/ |
| newsyslog.c | 106 time_t trimat; /* Specific trim time */ 350 warnx("config line %d: bad trim time", lineno); 355 warnx("config line %d: bad trim time", lineno); 422 * Examine a log file. If the trim conditions are met, call log_trim() to 423 * trim the log file. 430 int age, trim; local 496 * Examine the set of given trim conditions and if any one is met, 497 * trim the log. 499 * Note: if `maxage' or `trimat' is used as a trim condition, we 501 * the active log file. WRT `trimat', we will trim up to one hou [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| vdev_queue.c | 47 * async write, scrub/resilver and trim. Each queue defines the minimum and 152 * TRIM max active is large in comparison to the other values due to the fact 153 * that TRIM IOs are coalesced at the device layer. This value is set such 240 ZFS_VDEV_QUEUE_KNOB_MIN(trim); variable 241 ZFS_VDEV_QUEUE_KNOB_MAX(trim); variable
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| column.cpp | 66 void trim(); 376 void column::trim() function in class:column 607 error("can't trim column - column not active"); 609 the_column->trim();
|
| /src/external/bsd/byacc/dist/ |
| output.c | 43 int trim = 0; local 50 if (trim++ == 0) 55 trim = 0; 60 if (trim) 66 trim = 0; 71 if (trim)
|