Searched refs:ge (Results 1 - 25 of 118) sorted by relevance

12345

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Daref.bash25 [ $index -ge 1 ] && shift $index
H A Dstring.bash102 if [ ${3} -ge ${#1} ] && [ ${3} -ge ${#2} ]; then
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dksh-compat-test10 -lt|-gt|-eq|-ne|-le|-ge) n1=$(( $1 ))
25 -lt|-gt|-eq|-ne|-le|-ge) n1=$(( $1 ))
H A Dcoshell.bash97 g|ge|get|getf|getfi|getfil|getfile)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/
H A Dautogen.sh19 if [ `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53 ]; then
33 if [ `$i --version | head -n 1 | cut -d. -f 2 | tr -d [:alpha:]` -ge 53 ]; then
/macosx-10.10.1/bzip2-36/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
288 ge = gs-1;
290 while (aFreq < tFreq && ge < alphaSize-1) {
291 ge++;
292 aFreq += s->mtfFreq[ge];
295 if (ge > gs
298 aFreq -= s->mtfFreq[ge];
299 ge--;
305 nPart, gs, ge, aFreq,
309 if (v >= gs && v <= ge)
[all...]
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/
H A Dget-hdr-loc.sh37 while test $FOREVER -ge 1 # {
/macosx-10.10.1/sudo-73/src/
H A Dmkpkg109 if [ $osrelease -ge 40 ]; then
113 if [ $osrelease -ge 50 ]; then
135 if [ $osrelease -ge 10 ]; then
137 if [ $osrelease -ge 11 ]; then
/macosx-10.10.1/shell_cmds-179/test/
H A DTEST.csh120 echo 't 200 -ge 200'
121 t 200 -ge 200
122 echo 't 34 -ge 222'
123 t 34 -ge 222
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dpretty.build43 $tmp =~ s/\.c/".o"/ge;
/macosx-10.10.1/crontabs-52/files/daily/
H A D310.accounting37 while [ $n -ge 0 ]
/macosx-10.10.1/CPANInternal-159.1/Net-Daemon-0.48/
H A Dregexp-threads16 my $this_is_510 = $^V ge v5.10.0;
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtestgen.com4 $ if f$getsyi("cpu") .ge. 128 then -
H A Dtverify.com4 $ if f$getsyi("cpu") .ge. 128 then -
H A Dtestca.com4 $ if f$getsyi("cpu") .ge. 128 then -
H A Dtestenc.com4 $ if f$getsyi("cpu") .ge. 128 then -
H A Dtests.com9 $ if f$getsyi("cpu") .ge. 128 then -
H A Dtestss.com4 $ if f$getsyi("cpu") .ge. 128 then -
H A Dtpkcs7.com4 $ if f$getsyi("cpu") .ge. 128 then -
H A Dtpkcs7d.com4 $ if f$getsyi("cpu") .ge. 128 then -
/macosx-10.10.1/OpenSSL098-52/src/
H A Dconfig428 if [ $GCCVER -ge 30 ]; then
439 if [ $GCCVER -ge 30 ]; then
494 if [ $CPU -ge 4000 ]; then
502 #if [ $CPU -ge 5000 ]; then
518 #if [ $CPU -ge 5000 ]; then
618 if [ "$CC" = "cc" -a $CCVER -ge 50 ]; then
710 if [ $CPU_VERSION -ge 768 ]; then # IA-64 CPU
719 elif [ $CPU_VERSION -ge 532 ]; then # PA-RISC 2.x CPU
729 elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU
731 elif [ $CPU_VERSION -ge 52
[all...]
/macosx-10.10.1/lsof-53/lsof/
H A DConfigure428 if test $LSOF_VERS -ge 4320 # {
548 if test $? -eq 0 -a $LSOF_VERS -ge 4140 -a $LSOF_VERS -lt 5000 # {
572 if test $LSOF_VERS -ge 5000 # {
587 if test $LSOF_VERS -ge 5200 # {
604 if test $LSOF_TMP1 -ge 303 # {
765 if test $LSOF_VERS -ge 4100 -a $LSOF_VERS -lt 4200 # {
818 if test "X$LSOF_TMP" != "X" -a $LSOF_TMP -ge 4 # {
820 if test $LSOF_TMP -ge 6 # {
829 if test $LSOF_VERS -ge 5300 # {
973 if test $LSOF_VERS -ge 80
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dforward-control.sh17 test $_n -ge 20 && return 1
29 test $_n -ge 20 && return 1
/macosx-10.10.1/curl-83.1.2/curl/
H A Dcurl-config.in113 if test "$nownum" -ge "$checknum"; then
/macosx-10.10.1/groff-38/groff/contrib/groffer/
H A Dgroffer.sh201 if test "$#" -ge 2

Completed in 281 milliseconds

12345