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

12

/freebsd-10.0-release/contrib/dialog/samples/
H A Dmsgbox26 $DIALOG --title "MESSAGE BOX" --trim "$@" \
13 $DIALOG --aspect 12 --title "MESSAGE BOX aspect=12" --trim "$@" \
20 $DIALOG --aspect 6 --title "MESSAGE BOX aspect=6" --trim "$@" \
28 --trim --msgbox " "$@" \
/freebsd-10.0-release/contrib/atf/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&);
H A Dtext.cpp110 impl::trim(const std::string& str) function in class:impl
/freebsd-10.0-release/contrib/groff/contrib/grap2graph/
H A Dgrap2graph.sh82 convert -trim -crop 0x0 $convert_opts - $tmp/grap2graph.$format \
/freebsd-10.0-release/contrib/groff/contrib/eqn2graph/
H A Deqn2graph.sh88 && convert -trim -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \
/freebsd-10.0-release/contrib/groff/contrib/pic2graph/
H A Dpic2graph.sh98 && convert -trim -crop 0x0 $convert_opts $tmp/pic2graph.ps $tmp/pic2graph.$format \
/freebsd-10.0-release/usr.bin/man/
H A Dman.sh264 .so*) trim "${line#.so}"
696 trim "${line#MANPATH}"
700 trim "${line#MANLOCALE}"
704 trim "${line#MANCONFIG}"
709 trim "${line#$var}"
856 # Usage: trim string
858 trim() { function
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl168 sub trim { subroutine
192 $exceptions{trim($line)} = 1;
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dexpn.pl675 ($newaddr) = &trim($1);
681 ($newaddr) = &trim($2);
682 unshift(@names, &trim($3,$1));
688 unshift(@names,&trim($2));
689 local($f,$l) = (&trim($1),&trim($3));
744 sub trim subroutine
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dreader.cpp223 got_info(t.text(), atf::text::trim(p.rest_of_line()));
290 reason = text::trim(p.rest_of_line());
383 std::string reason = text::trim(p.rest_of_line());
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dbfd.c498 size_t len, extra, trim;
583 /* If there isn't room, trim off the end of the string. */
588 trim = extra - avail;
589 bufp -= trim;
595 while (--trim != 0);
496 size_t len, extra, trim; local
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dcolumn.cpp64 void trim();
374 void column::trim() function in class:column
605 error("can't trim column - column not active");
607 the_column->trim();
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DStringRef.h504 StringRef trim(StringRef Chars = " \t\n\v\f\r") const {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h375 ExplodedGraph *trim(ArrayRef<const NodeTy *> Nodes,
H A DExprEngine.h150 void ViewGraph(bool trim = false);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp335 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, function in class:ExplodedGraph
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.decls.h201 extern void trim (Char **);
H A Dsh.glob.c559 trim(vl);
576 trim(v);
592 trim(Char **t) function
H A Dsh.exec.c179 trim(pv);
193 * Glob the argument list, if necessary. Otherwise trim off the quote bits.
216 trim(av);
H A Dsh.set.c723 trim(c->vec = vec);
736 trim(c->vec = vec);
H A Ded.inputl.c631 trim(v);
H A Dtc.who.c233 trim(vp = v->vec);
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dtest-program.cpp341 out_reason = atf::text::trim(line.substr(pos + 1));
349 out_reason = atf::text::trim(line.substr(pos2 + 2));
509 const std::string value = atf::text::trim(p.rest_of_line());
/freebsd-10.0-release/sys/dev/nxge/
H A Dif_nxge.c2516 int trim; local
2567 /* If the frame is padded, trim it */
2569 trim = tot_len - (ip_len + ETHER_HDR_LEN);
2570 if(trim != 0) {
2571 if(trim < 0)
2573 m_adj(m_head, -trim);

Completed in 143 milliseconds

12