Searched refs:gt (Results 1 - 25 of 385) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecGroupTransform.cpp31 GroupTransform* gt = (GroupTransform*) CoreFoundationHolder::ObjectFromCFType(groupTransform); local
32 return gt->FindLastTransform();
39 GroupTransform* gt = (GroupTransform*) CoreFoundationHolder::ObjectFromCFType(groupTransform); local
40 return gt->FindMonitor();
47 GroupTransform* gt = (GroupTransform*) CoreFoundationHolder::ObjectFromCFType(groupTransform); local
48 return gt->HasMember(transform);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Ddnlcstat63 if [ "$1" -gt 0 ]; then
66 if [ "$1" -gt 0 ]; then
H A Dxvmstat80 if [ "$1" -gt 0 ]; then
83 if [ "$1" -gt 0 ]; then
H A Dtopsysproc45 if [ "$1" -gt 0 ]; then
H A Dcpudists77 if [ "$1" -gt 0 ]; then
80 if [ "$1" -gt 0 ]; then
H A Dcputimes93 if [ "$1" -gt 0 ]; then
96 if [ "$1" -gt 0 ]; then
/macosx-10.10/dtrace-147/DTTk/Kernel/
H A Ddnlcstat63 if [ "$1" -gt 0 ]; then
66 if [ "$1" -gt 0 ]; then
H A Dcpudists77 if [ "$1" -gt 0 ]; then
80 if [ "$1" -gt 0 ]; then
H A Dcputimes93 if [ "$1" -gt 0 ]; then
96 if [ "$1" -gt 0 ]; then
/macosx-10.10/dtrace-147/DTTk/Mem/
H A Dxvmstat80 if [ "$1" -gt 0 ]; then
83 if [ "$1" -gt 0 ]; then
/macosx-10.10/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 Dsubstr231 if [ "$OPTIND" -gt 1 ] ; then
35 if [ "$#" -eq 0 ] || [ "$#" -gt 2 ] ; then
H A Dsubstr33 if [ "$#" -eq 0 ] || [ "$#" -gt 2 ] ; then
/macosx-10.10/dtrace-147/DTTk/Proc/
H A Dtopsysproc45 if [ "$1" -gt 0 ]; then
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dbashrand49 (( $Lower < 0 )) || [ `expr "$Lower" : '.*'` -gt 5 ] && {
54 (( $Upper > 32767 )) || [ `expr "$Upper" : '.*'` -gt 5 ] && {
59 (( $SEED < 0 )) || (( $SEED > 32767 )) || [ `expr "$SEED" : '.*'` -gt 5 ] && {
/macosx-10.10/Heimdal-398.1.2/tests/kdc/
H A Dwait-kdc.sh58 if [ "$t" -gt $waitsec ]; then
/macosx-10.10/crontabs-52/files/daily/
H A D430.status-rwho30 [ $rc -gt 1 ] && rc=1
H A D140.clean-rwho44 [ $rc -gt 1 ] && rc=1
/macosx-10.10/cups-408/cups/test/
H A Dwaitjobs.sh41 while test $timeout -gt 0; do
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dutils.rb21 s.to_s.gsub(/&/, "&amp;").gsub(/\"/, "&quot;").gsub(/>/, "&gt;").gsub(/</, "&lt;")
/macosx-10.10/bash-94.1.2/bash-3.2/tests/
H A Dcond.tests88 [[ 7 -gt $IVAR ]]
91 [[ $IVAR -gt 7 ]]
95 [[ $IVAR -gt 7 ]]
/macosx-10.10/rsync-45/rsync/
H A Druntests.sh134 if [ "x$loglevel" != x ] && [ "$loglevel" -gt 8 ]; then
294 [ "$failed" -gt 0 ] && echo " $failed failed"
295 [ "$skipped" -gt 0 ] && echo " $skipped skipped"
296 [ "$missing" -gt 0 ] && echo " $missing missing"
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dxml-8.0.tcl77 lt < gt > amp & quot \" apos '
/macosx-10.10/uucp-11/uucp/contrib/
H A Duuq.sh78 if [ ${LONG} -gt 0 ] ; then
101 if [ ${LONG} -gt 0 ] ; then
/macosx-10.10/crontabs-52/files/monthly/
H A D200.accounting44 [ $rc -gt 0 ] && rc=1

Completed in 176 milliseconds

1234567891011>>