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

12345678910

/freebsd-12-stable/crypto/openssh/regress/
H A Dintegrity.sh33 if [ $skip -gt 0 ]; then
H A Dcfgmatch.sh25 if test $n -gt 60; then
/freebsd-12-stable/usr.bin/grep/
H A Dzgrep.sh75 while [ $# -gt 0 -a ${endofopts} -eq 0 ]
151 elif [ ${hyphen} -gt 0 ]; then
172 if [ ${silent} -lt 1 -a $# -gt 1 ]; then
/freebsd-12-stable/usr.sbin/ndiscvt/
H A Dndisgen.sh217 if [ ${INFTYPE} -gt 0 ]; then
227 if [ ${INFTYPE} -gt 0 ]; then
/freebsd-12-stable/tools/tools/nanobsd/
H A Dlegacy.sh150 if [ $NANO_IMAGES -gt 1 -a $NANO_INIT_IMG2 -gt 0 ] ; then
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S106 p0 = cmp.gt(k, c63)
207 p0 = cmp.gt(k, c63)
315 p0 = cmp.gt(kb, guard)
392 p2 = cmp.gt(expo, #126)
H A Dfastmath2_ldlib_asm.S100 p0 = cmp.gt(k, #58)
199 p0 = cmp.gt(k, #58)
316 p0 = cmp.gt(kp, #58)
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh15 if [ $PID -gt 0 ]; then
H A Dp2p-action.sh15 if [ $PID -gt 0 ]; then
/freebsd-12-stable/libexec/rc/
H A Drc.initdiskless163 [ ${o_verbose} -gt 0 ] && echo "*** $* ***"
164 [ ${o_verbose} -gt 1 ] && read -p "=== Press enter to continue" foo
/freebsd-12-stable/share/examples/bhyve/
H A Dvmrun.sh245 if [ ${pass_total} -gt 0 ]; then
250 if [ ${efi_mode} -gt 0 ]; then
362 if [ ${efi_mode} -gt 0 ]; then
/freebsd-12-stable/contrib/mandoc/
H A Dconfigure378 if [ ${BUILD_CATMAN} -gt 0 ]; then
586 [ ${BUILD_CGI} -gt 0 ] && BUILD_TARGETS="man.cgi"
587 [ ${BUILD_CATMAN} -gt 0 ] && \
590 [ ${INSTALL_LIBMANDOC} -gt 0 ] && INSTALL_TARGETS="lib-install"
591 [ ${BUILD_CGI} -gt 0 ] && INSTALL_TARGETS="${INSTALL_TARGETS} cgi-install"
592 [ ${BUILD_CATMAN} -gt 0 ] && \
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c416 ASN1_GENERALIZEDTIME *gt = NULL; local
418 if ((gt = ASN1_GENERALIZEDTIME_new()) == NULL)
420 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim)))
422 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_archiveCutoff, 0, gt);
424 ASN1_GENERALIZEDTIME_free(gt);
/freebsd-12-stable/contrib/bc/
H A Dfunctions.sh142 if [ "$_checkcrash_error" -gt 127 ]; then
/freebsd-12-stable/contrib/amd/scripts/
H A Dtest-attrcache.in63 while test $maxtry -gt 0
/freebsd-12-stable/sys/mips/malta/
H A Dgt.c62 BUS_ADD_CHILD(parent, 0, "gt", 0);
126 "gt",
132 DRIVER_MODULE(gt, nexus, gt_driver, gt_devclass, 0, 0);
/freebsd-12-stable/tests/sys/netinet6/
H A Dexthdr.sh43 if [ $$ -gt 65535 ]; then
/freebsd-12-stable/libexec/rc/rc.d/
H A Drandom50 if [ ${harvest_mask} -gt 0 ]; then
/freebsd-12-stable/crypto/openssh/contrib/
H A Dssh-copy-id108 while test "$#" -gt 0
143 while test "$#" -gt 0
/freebsd-12-stable/usr.bin/man/
H A Dman.sh319 if [ $debug -gt 0 ]; then
360 if [ $debug -gt 0 ]; then
452 if [ $debug -gt 0 ]; then
641 if [ "$MANWIDTH" -gt 0 2>/dev/null ]; then
648 if [ $2 -gt 80 ]; then
/freebsd-12-stable/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh125 if [ $fpi -gt 16384 ]; then
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/sodium/
H A Dutils.c210 volatile unsigned char gt = 0U; local
222 gt |= ((x2 - x1) >> 8) & eq;
225 return (int) (gt + gt + eq) - 1;
/freebsd-12-stable/usr.bin/mkimg/tests/
H A Dmkimg_test.sh46 if test $bootsz -gt 0; then
/freebsd-12-stable/contrib/netbsd-tests/bin/cp/
H A Dt_cp.sh214 if [ $? -gt 0 ]; then
229 if [ $? -gt 0 ]; then
/freebsd-12-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in107 $text =~ s/&gt\;/>/g;

Completed in 321 milliseconds

12345678910