Searched refs:ne (Results 1 - 7 of 7) sorted by relevance

/httpd/build/aix/
H A Dbuildaix.ksh27 [[ $? -ne 0 ]] && echo "must have bos.adt.insttools installed" && exit -1
101 [[ $? -ne 0 ]] && echo './configure' returned an error && exit -1
112 [[ $? -ne 0 ]] && echo 'make' returned an error && exit -1
116 [[ $? -ne 0 ]] && echo 'make install' returned an error && exit -1
120 [[ $? -ne 0 ]] && echo mkinstallp.ksh returned an error && exit -1
H A Dmkinstallp.ksh65 [[ $? -ne 0 ]] && echo $cmd: cleanup error && pwd && ls -ltr && exit -1
110 [[ $szetc -ne 0 ]] && echo " Upsize: ${nmetc} $szetc;" >> $template
111 [[ $szopt -ne 0 ]] && echo " Upsize: ${nmopt} $szopt;" >> $template
112 [[ $szvar -ne 0 ]] && echo " Upsize: ${nmvar} $szvar;" >> $template
192 [[ $? -ne 0 ]] && echo mkinstallp returned error status && exit -1
/httpd/support/
H A Ddbmmanage.in234 while (($c = getc(STDIN)) ne '' and $c ne "\n" and $c ne "\r") {
297 } elsif (length($chkpass) == 13 && $chkpass ne $testpass) {
H A Dlogresolve.pl.in222 $hostname ne "" ? $hostname : $ip;
H A Dapxs.in134 if ($rest ne '') {
166 $name = $opt_n if ($opt_n ne '');
/httpd/build/
H A Dinstall-bindist.sh.in36 if test $? -ne 0 ; then
/httpd/modules/filters/
H A Dmod_include.c2752 const char *ne = n + nl; local
2758 for (x = 1; n < ne; x <<= 1) {

Completed in 103 milliseconds