Searched refs:gt (Results 76 - 100 of 157) sorted by relevance

1234567

/freebsd-9.3-release/sys/kern/
H A Dkern_conf.c591 struct cdevsw *gt; local
594 gt = devsw->d_gianttrick;
595 memcpy(devsw, gt, sizeof *devsw);
596 cdevsw_free_devlocked(gt);
/freebsd-9.3-release/tools/regression/usr.sbin/newsyslog/
H A Dregress.sh109 if [ $1 -gt 0 ]
/freebsd-9.3-release/contrib/expat/lib/
H A Dxmltok_impl.c637 goto gt;
652 gt:
747 goto gt;
762 gt:
/freebsd-9.3-release/etc/
H A Dnetwork.subr823 if [ $_ipcount -gt $(($_iplow + $_IPEXPANDMAX)) ]; then
913 if [ $_ipcount -gt $(($_iplow + $_IPEXPANDMAX)) ]
/freebsd-9.3-release/tools/tools/sysbuild/
H A Dsysbuild.sh77 if [ $ncpu -gt 1 ] ; then
359 if [ $# -gt 0 ] ; then
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-bsdlabel.sh156 if [ $NUM -gt $MAXNUM ]
H A Dfunctions-disk.sh429 if [ $LASTSLICE -gt 4 ]
/freebsd-9.3-release/tools/regression/usr.bin/sed/
H A Dmultitest.t103 [ $MARK -gt 0 ] && result
/freebsd-9.3-release/usr.bin/calendar/calendars/de_DE.ISO8859-1/
H A Dcalendar.geschichte195 10/12 Chruschtschow schl�gt w�hrend einer Rede in der UNO mit den
/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh91 while [ $# -gt 0 ]; do
150 if [ $# -gt 1 ]; then usage; fi
488 if [ `date "+%s"` -gt `expr ${SNAPSHOTDATE} + 31536000` ]; then
507 if [ ${OLDSNAPSHOTDATE} -gt ${SNAPSHOTDATE} ]; then
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh415 while [ $# -gt 0 ]; do
743 if [ `sysctl -n kern.securelevel` -gt 0 ]; then
1994 if [ ${TIMELEFT} -gt 7884000 ]; then
2000 if [ ${TIMELEFT} -gt `expr ${SINCEWARN} \* 3` ]; then
2145 if [ ${P} -gt `expr ${T} / 2` ]; then
2666 if [ $CNT -gt 9 ]; then
/freebsd-9.3-release/sys/mips/malta/
H A Dgt_pci.c39 * PCI configuration support for gt I/O Processor chip.
753 DRIVER_MODULE(gt_pci, gt, gt_pci_driver, gt_pci_devclass, 0, 0);
/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.sh880 if [ -n "${AUTO_INSTALL}" -a $st_nlink -gt 1 ]; then
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c758 _xmlNm_(gt, '>') \
/freebsd-9.3-release/crypto/openssh/
H A Dbuildpkg.sh.in189 if [ $? -gt 0 ]
/freebsd-9.3-release/contrib/groff/contrib/groffer/
H A Dgroffer2.sh864 '>'|'-gt')
865 fc_op='-gt';
2160 if test "$#" -gt 0
4966 while test "$#" -gt 0
5246 while test "$#" -gt 0
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S492 RETc(gt)
665 RETc(gt)
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c2248 add_word (">");
2250 xml_insert_entity ("gt");
/freebsd-9.3-release/contrib/binutils/
H A Dltmain.sh844 while test "$#" -gt 0; do
2261 test "$#" -gt 1 && \
2373 if test "$#" -gt 0; then
2714 while test "$#" -gt 0; do
4679 test "$#" -gt 1 && \
4778 if test "$age" -gt "$current"; then
/freebsd-9.3-release/contrib/less/
H A Dconfigure3162 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3168 test $ac_count -gt 10 && break
3228 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3234 test $ac_count -gt 10 && break
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dltmain.sh396 while test "$#" -gt 0
1167 while test "$#" -gt 0; do
3138 if test "$#" -gt 2; then
3249 if test "$age" -gt "$current"; then
5846 if test "$#" -gt 2; then
5969 if test "$#" -gt 0; then
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dltmain.sh396 while test "$#" -gt 0
1167 while test "$#" -gt 0; do
3138 if test "$#" -gt 2; then
3249 if test "$age" -gt "$current"; then
5846 if test "$#" -gt 2; then
5969 if test "$#" -gt 0; then
/freebsd-9.3-release/crypto/heimdal/
H A Dltmain.sh396 while test "$#" -gt 0
1167 while test "$#" -gt 0; do
3135 if test "$#" -gt 2; then
3241 if test "$age" -gt "$current"; then
5838 if test "$#" -gt 2; then
5961 if test "$#" -gt 0; then
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile390 CLEANFILES+= gt-*.h gtype-*.h
/freebsd-9.3-release/tools/test/netfibs/
H A Dreflector.sh609 if test ${_instances} -gt 1 -o ${_transfer} -eq 1; then

Completed in 506 milliseconds

1234567