Searched refs:tr (Results 51 - 75 of 251) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/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
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dt_bpf.sh49 h_copydata $(echo ${1} | tr _ -)
/freebsd-11-stable/contrib/gcc/
H A Dprefix.c82 static void tr (char *, int, int);
235 tr (char *string, int c1, int c2) function
341 tr (result, DIR_SEPARATOR_2, DIR_SEPARATOR);
346 tr (result, '/', DIR_SEPARATOR);
/freebsd-11-stable/contrib/bmake/mk/
H A Dhost-target.mk41 # tr is insanely non-portable, accommodate the lowest common denominator
42 TR ?= tr
/freebsd-11-stable/share/mk/
H A Dhost-target.mk42 # tr is insanely non-portable, accommodate the lowest common denominator
43 TR ?= tr
/freebsd-11-stable/release/scripts/
H A Drelnotes-search.sh64 c=$(echo -n ${rev} | tr -d '0-9' | wc -c)
/freebsd-11-stable/etc/rc.d/
H A Dsyslogd68 for _s in `cat $sockfile | tr '\n' ' '` ; do
H A Djail409 _j=$(echo $_j | tr /. _)
410 _jv=$(echo -n $_j | tr -c '[:alnum:]' _)
426 _j=$(echo $1 | tr /. _)
427 _jv=$(echo -n $1 | tr -c '[:alnum:]' _)
478 _j=$(echo $_j | tr /. _)
479 _jv=$(echo -n $_j | tr -c '[:alnum:]' _)
506 _j=$(echo $_j | tr /. _)
507 _jv=$(echo -n $_j | tr -c '[:alnum:]' _)
564 _j=$(echo $_j | tr /. _)
565 _jv=$(echo -n $_j | tr
[all...]
/freebsd-11-stable/tools/tools/nanobsd/
H A DFlashDevice.sub41 a1=`echo $1 | tr '[:upper:]' '[:lower:]'`
42 a2=`echo $2 | tr '[:upper:]' '[:lower:]'`
/freebsd-11-stable/contrib/ncurses/man/
H A Dmake_sed.sh59 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ <$COL.$F >$UPPER
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dbase32.c259 isc_textregion_t *tr; local
276 tr = &token.value.as_textregion;
277 for (i = 0; i < tr->length; i++)
278 RETERR(base32_decode_char(&ctx, tr->base[i]));
365 isc_region_t tr; local
367 isc_buffer_availableregion(target, &tr);
368 if (length > tr.length)
370 memcpy(tr.base, base, length);
/freebsd-11-stable/contrib/ntp/
H A Dbootstrap162 case `ls -1tr config.h.in aclocal.m4 | tail -1` in
165 case `ls -1tr sntp/config.h.in sntp/aclocal.m4 | tail -1` in
168 case `ls -1tr sntp/libevent/config.h.in sntp/libevent/aclocal.m4 | tail -1` in
/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dmktestdata.sh13 grep -v '^[a-zA-Z]' | tr -d ' \n:' > ${_outbase}.n
29 grep -v '^[a-zA-Z]' | tr -d ' \n:' > ${_outbase}.n
32 grep -v '^[a-zA-Z]' | tr -d ' \n:' > ${_outbase}.p
35 grep -v '^[a-zA-Z]' | tr -d ' \n:' > ${_outbase}.q
50 grep -v '^[a-zA-Z]' | tr -d ' \n:' > ${_outbase}.priv
53 grep -v '^[a-zA-Z]' | tr -d ' \n:' > ${_outbase}.pub
56 grep -v '^[a-zA-Z]' | tr -d ' \n:' > ${_outbase}.g
71 grep -v '^[a-zA-Z]' | tr -d ' \n:' > ${_outbase}.priv
74 grep -v '^[a-zA-Z]' | tr -d ' \n:' > ${_outbase}.pub
76 grep "ASN1 OID:" | tr
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dos.sh70 # tr is insanely non-portable wrt char classes, so we need to
73 ${TR:-tr} abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
77 ${TR:-tr} ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
118 # wonderful, 5.8's tr again require's []'s
119 # but /usr/xpg4/bin/tr causes problems if LC_COLLATE is set!
222 TR=${TR:-tr}
225 HOST_TARGET=`echo ${OS}${OSMAJOR}-$HOST_ARCH | tr -d / | toLower`
226 HOST_TARGET32=`echo ${OS}${OSMAJOR}-$HOST_ARCH32 | tr -d / | toLower`
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_box.c66 chtype tl, chtype tr,
80 _tracechtype2(6, tr),
92 RENDER_WITH_DEFAULT(tr, ACS_URCORNER);
63 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/freebsd-11-stable/contrib/openbsm/config/
H A Ddepcomp136 tr ' ' '
177 tr ' ' '
180 tr '
185 tr ' ' '
381 tr ' ' '
429 sed '1,2d' "$tmpdepfile" | tr ' ' '
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh40 sort | uniq | tr '\n' ',')
52 lrc=$(svcs -Ho SVC $svc | tr _ '?')
/freebsd-11-stable/contrib/pjdfstest/tests/chflags/
H A D00.t115 for flag in `echo ${allflags},none | tr ',' ' '`; do
130 for flag in `echo ${allflags},none | tr ',' ' '`; do
148 for flag in `echo ${allflags},none | tr ',' ' '`; do
163 for flag in `echo ${allflags},none | tr ',' ' '`; do
/freebsd-11-stable/release/powerpc/
H A Dmkisoimages.sh61 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
/freebsd-11-stable/tools/build/
H A Dcheck-links.sh58 unresolved_symbols=$(nm -u -D --format=posix "$1" | awk '$2 == "U" {print $1}' | tr '\n' ' ')
59 [ ${isbin} -eq 1 ] && bss_symbols=$(nm -D --format=posix "$1" | awk '$2 == "B" && $4 != "" {print $1}' | tr '\n' ' ')
85 lib_symbols="$(nm -D --defined-only --format=posix "${libpath}" | awk '$2 ~ /C|R|D|T|W|B|V/ {print $1}' | tr '\n' ' ')"
107 lib_symbols="$(nm --defined-only --format=posix "/usr/lib/crt1.o" | awk '$2 ~ /C|R|D|T|W|B|V/ {print $1}' | tr '\n' ' ')"
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_raise.c134 struct timespec tv, tr; local
154 ATF_REQUIRE(nanosleep(&tv, &tr) == 0);
/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dbus_macro.sh37 bus_n=$(echo $n | tr "[:lower:]" "[:upper:]")
/freebsd-11-stable/contrib/ntp/sntp/scripts/
H A Dcvo.sh18 set 1 `echo $CVO | tr '-' ' '`
31 CVO_OS=`lsb_release --id --short | tr '[:upper:]' '[:lower:]'`
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_set_e.sh46 result=`$TEST_SH -c "$1" 2>/dev/null | tr '\n' ' ' | sed 's/ *$//'`
/freebsd-11-stable/sys/kern/
H A Dkern_rmlock.c813 print_tracker(struct rm_priotracker *tr) argument
817 td = tr->rmp_thread;
820 if (tr->rmp_flags & RMPF_ONQUEUE) {
822 if (tr->rmp_flags & RMPF_SIGNAL)
832 struct rm_priotracker *tr; local
846 tr = (struct rm_priotracker *)queue;
847 if (tr->rmp_rmlock == rm)
848 print_tracker(tr);
851 LIST_FOREACH(tr, &rm->rm_activeReaders, rmp_qentry)
852 print_tracker(tr);
[all...]

Completed in 315 milliseconds

1234567891011