Searched refs:bin (Results 1 - 25 of 685) sorted by relevance

1234567891011>>

/freebsd-9.3-release/share/examples/printing/
H A Dif-simple0 #!/bin/sh
8 /bin/cat && exit 0
H A Dif-simpleX0 #!/bin/sh
9 /bin/cat && printf "\f" && exit 0
H A Dpsdf0 #!bin/sh
8 exec /usr/local/bin/dvips -f | /usr/local/libexec/lprps "$@"
/freebsd-9.3-release/tools/build/cross-build/
H A Ddate.sh0 #!/bin/sh
6 exec /bin/date -r0 "$@"
/freebsd-9.3-release/usr.bin/less/
H A Dzless.sh0 #!/bin/sh
6 export LESSOPEN="||/usr/bin/lesspipe.sh %s"
7 exec /usr/bin/less "$@"
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Duuid.c20 int uuid_str2bin(const char *str, u8 *bin) argument
26 opos = bin;
55 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) argument
60 bin[0], bin[1], bin[2], bin[3],
61 bin[4], bin[5], bin[
[all...]
H A Duuid.h20 int uuid_str2bin(const char *str, u8 *bin);
21 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
/freebsd-9.3-release/contrib/ntp/html/hints/
H A Dsolaris.xtra.S99ntpd0 #!/bin/sh
3 if [ -x /usr/local/bin/xntpd ]; then
8 /usr/local/bin/tickadj -s
9 /usr/local/bin/ntpdate -v server1 server2
11 /usr/local/bin/xntpd
15 pid=`/usr/bin/ps -e | /usr/bin/grep xntpd | /usr/bin/sed -e 's/^ *//' -e 's/ .*//'`
18 /usr/bin/kill ${pid}
/freebsd-9.3-release/contrib/smbfs/examples/print/
H A Dtolj0 #!/bin/sh
5 /usr/local/bin/smbutil print ${QUEUE} -
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Code/Shell/
H A Dfunc_waste.sh5 /usr/bin/echo "Function C"
11 /usr/bin/echo "Function B"
18 /usr/bin/echo "Function A"
/freebsd-9.3-release/etc/
H A Drc.resume0 #!/bin/sh
42 /bin/rm -f /var/run/rc.suspend.pid
59 /usr/bin/logger -t $subsystem resumed at `/bin/date +'%Y%m%d %H:%M:%S'`
60 /bin/sync && /bin/sync && /bin/sync
H A Drc.suspend0 #!/bin/sh
55 /usr/bin/logger -t $subsystem suspend at `/bin/date +'%Y%m%d %H:%M:%S'`
56 /bin/sync && /bin/sync && /bin/sync
57 /bin/sleep 3
59 /bin/rm -f /var/run/rc.suspend.pid
/freebsd-9.3-release/bin/sh/funcs/
H A Dcmv0 #!/bin/sh
48 /bin/mv "$1" "$2"
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A D60_wpa_supplicant0 #!/bin/sh
6 PATH=/sbin:/usr/sbin:/bin:/usr/bin
/freebsd-9.3-release/gnu/
H A DMakefile4 SUBDIR= lib usr.bin
/freebsd-9.3-release/release/ia64/
H A Dmake-memstick.sh0 #!/bin/sh
13 PATH=/bin:/usr/bin:/sbin:/usr/sbin
/freebsd-9.3-release/usr.bin/pagesize/
H A Dpagesize.sh0 #!/bin/sh -
34 PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH
/freebsd-9.3-release/contrib/ntp/scripts/deprecated/
H A Dntp-restart0 #!/bin/sh
4 # /usr/local/bin/ntpd line to fit.
8 /usr/local/bin/ntpd -g
9 /usr/local/bin/ntp-wait
/freebsd-9.3-release/usr.sbin/rpc.ypupdated/
H A Dypupdate0 #!/bin/sh
21 /usr/bin/touch $LOGFILE
25 /bin/date >> $LOGFILE
30 cd /var/yp/$2; /usr/bin/make -f ../Makefile $1 2>&1
32 cd /var/yp/$2; /usr/bin/make -f ../Makefile $1 >> $LOGFILE
/freebsd-9.3-release/contrib/groff/
H A DMakefile20 SHELL=/bin/sh
/freebsd-9.3-release/lib/libc/db/test/hash.tests/
H A Dmakedb.sh0 #!/bin/sh
6 ls /bin /usr/bin /usr/ucb /etc | egrep '^(...|....|.....|......)$' | \
/freebsd-9.3-release/tools/regression/bin/sh/
H A DMakefile4 SH?= /bin/sh
/freebsd-9.3-release/tools/tools/ansify/
H A DMakefile4 BINDIR?= /usr/local/bin
/freebsd-9.3-release/tools/tools/genericize/
H A DMakefile4 BINDIR?= /usr/local/bin
/freebsd-9.3-release/tools/tools/mfi/
H A DMakefile5 BINDIR?=/usr/local/bin

Completed in 193 milliseconds

1234567891011>>