Searched refs:tr (Results 1 - 25 of 108) sorted by relevance

12345

/haiku-fatelf/src/bin/coreutils/man/
H A Dtr.x2 tr \- translate or delete characters
/haiku-fatelf/src/bin/diffutils/m4/
H A DMakefile.am.in11 ) | tr '\012' @); \
12 (echo *.m4|tr ' ' @) ) \
13 |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
H A DMakefile.am44 ) | tr '\012' @); \
45 (echo *.m4|tr ' ' @) ) \
46 |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_transform.h32 conv_transform(VertexSource& source, const Transformer& tr) : argument
33 m_source(&source), m_trans(&tr) {}
51 void transformer(const Transformer& tr) argument
53 m_trans = &tr;
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dradixsort.c74 tr = tr0; \
83 tr = tab; \
94 u_char const *tr; local
99 r_sort_a(a, n, 0, tr, endch);
106 u_char const *tr; local
113 simplesort(a, n, 0, tr, endch);
117 r_sort_b(a, ta, n, 0, tr, endch);
130 r_sort_a(u_char const **a, int n, int i, u_char const *tr, u_int endch) argument
156 simplesort(a, n, i, tr, endch);
165 c = tr[(*a
229 r_sort_b(u_char const **a, u_char const **ta, int n, int i, u_char const *tr, u_int endch) argument
301 simplesort(u_char const **a, int n, int b, u_char const *tr, u_int endch) argument
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-igmp.c112 register const struct tr_query *tr = (const struct tr_query *)(bp + 8); local
114 TCHECK(*tr);
120 TR_GETQID(EXTRACT_32BITS(&tr->tr_rttlqid)),
121 ipaddr_string(&tr->tr_src), ipaddr_string(&tr->tr_dst),
122 ipaddr_string(&tr->tr_raddr));
123 if (IN_CLASSD(EXTRACT_32BITS(&tr->tr_raddr)))
124 printf(" with-ttl %d", TR_GETTTL(EXTRACT_32BITS(&tr->tr_rttlqid)));
134 register const struct tr_query *tr = (const struct tr_query *)(bp + 8); local
136 TCHECK(*tr);
[all...]
/haiku-fatelf/src/libs/edit/
H A Dmakelist92 tr[substr(low, i, 1)] = substr(high, i, 1);
102 uname = uname tr[s];
144 sort | LC_ALL=C tr 'a-z' 'A-Z' | $AWK '
196 echo "$FILES" | tr ' ' '\012' | $AWK '
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.cpp60 BRect tr(TextView()->Bounds());
61 tr.InsetBy(4.0, 1.0);
62 TextView()->SetTextRect(tr);
/haiku-fatelf/src/bin/diffutils/config/
H A Ddepcomp111 tr ' ' '
152 tr ' ' '
155 tr '
160 tr ' ' '
283 tr ' ' '
327 sed '1,2d' "$tmpdepfile" | tr ' ' '
/haiku-fatelf/src/bin/gawk/
H A Ddepcomp111 tr ' ' '
152 tr ' ' '
155 tr '
160 tr ' ' '
325 tr ' ' '
373 sed '1,2d' "$tmpdepfile" | tr ' ' '
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_box_set.c48 const ARG_CH_T tl, const ARG_CH_T tr,
62 _tracech_t2(6, tr),
76 RENDER_WITH_DEFAULT(tr, WACS_URCORNER);
45 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/haiku-fatelf/src/kits/media/
H A DTrackReader.cpp100 for (int tr = 0; tr < count; tr++) {
101 track = fMediaFile->TrackAt(tr);
/haiku-fatelf/src/libs/ncurses/man/
H A Dmake_sed.sh59 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ <$COL.$F >$UPPER
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Ddepcomp150 tr ' ' '
191 tr ' ' '
194 tr '
199 tr ' ' '
435 tr ' ' '
483 sed '1,2d' "$tmpdepfile" | tr ' ' '
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_box.c63 chtype tl, chtype tr,
77 _tracechtype2(6, tr),
89 RENDER_WITH_DEFAULT(tr, ACS_URCORNER);
60 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Ddepcomp157 tr ' ' '
198 tr ' ' '
201 tr '
206 tr ' ' '
452 tr ' ' '
507 sed '1,2d' "$tmpdepfile" | tr ' ' '
/haiku-fatelf/src/documentation/docbook-xsl/
H A Dinstall.sh128 pathnames=$(echo $CLASSPATH | tr ";" " ")
130 pathnames=$(echo $CLASSPATH | tr ":" " ")
/haiku-fatelf/3rdparty/mesa/
H A Dmesa-o-matic.sh82 for y in $( echo "$HEADERS_RAW" | cut -d':' -f2 | sed 's/\\//g' | tr -d '\n' )
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Ddwt.c523 opj_tcd_resolution_t* tr = tilec->resolutions; local
525 int rw = tr->x1 - tr->x0; /* width of the resolution level computed */
526 int rh = tr->y1 - tr->y0; /* height of the resolution level computed */
530 h.mem = (int*)opj_aligned_malloc(dwt_decode_max_resolution(tr, numres) * sizeof(int));
537 ++tr;
541 rw = tr->x1 - tr->x0;
542 rh = tr
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dextract-magic23 (my $VERSION = '$Revision: 1.5 $ ') =~ tr/[0-9].//cd;
H A DMakefile.am123 tr \
633 @echo $(bin_PROGRAMS) $(bin_SCRIPTS) | tr ' ' '\n' \
634 | sed -e 's,$(EXEEXT)$$,,' | $(ASSORT) -u | tr '\n' ' '
637 @echo $(all_programs) | tr ' ' '\n' | sed -e 's,$(EXEEXT)$$,,' \
654 | tr -s ' ' '\n' | sed -e 's,$(EXEEXT)$$,,;s/ginstall/install/' \
658 | sed -n '/^ */s///p' | tr -s ' ' '\n' > $(pr)
665 check-duplicate-no-install: tr
666 $(AM_V_GEN)test -z "`echo '$(EXTRA_PROGRAMS)'| ./tr ' ' '\n' | uniq -d`"
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dgather-docs79 $key =~ tr/A-Z/a-z/;
/haiku-fatelf/src/bin/findutils/locate/
H A Dupdatedb.sh258 # Alphabetize subdirectories before file entries using tr. James Woods says:
291 } | tr / '\001' | $sort -f | tr '\001' / > $filelist
295 awk '{ if (NR <= 128) print $2 }' | tr -d '\012' > $bigrams
/haiku-fatelf/src/apps/mediaplayer/
H A DInfoWin.cpp203 BRect tr; local
204 tr = lr.OffsetToCopy(0, 0).InsetByCopy(5, 1);
205 fLabelsView = new BTextView(lr, "labels", tr, B_FOLLOW_BOTTOM);
210 tr = cr.OffsetToCopy(0, 0).InsetByCopy(10, 1);
211 fContentsView = new BTextView(cr, "contents", tr, B_FOLLOW_BOTTOM);
/haiku-fatelf/data/develop/
H A DJamfile-engine113 TMP=`echo "$(LOCALES)" | tr ';' ' '`
155 TMP=`echo $(LOCALES) | tr ';' ' '`
158 -s $(APP_MIME_SIG) -tr \

Completed in 153 milliseconds

12345