HomeSort by relevance Sort by last modified time
    Searched refs:ne (Results 1 - 25 of 781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/pkgdefs/SUNWtftpr/
postinstall.tmpl 35 if [ $? -ne 0 ]; then
42 if [ $? -ne 0 ]; then
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/base/
if.t 11 if ($x ne $x) { print "not ok 2\n"; } else { print "ok 2\n";}
cond.t 12 $x ne $x && (print "not ok 1\n");
14 $x ne $x || (print "ok 2\n");
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWftdur/
preremove 32 if [ $? -ne 0 ]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpcu/
preremove.tmpl 35 if [ $? -ne 0 ]; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWdrr.u/
postinstall.tmpl 40 if [ $? -ne 0 ]; then
42 if [ $? -ne 0 ]; then
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
tst.substr.d.out 4 if (substr("foobarbazbop", 3) ne "barbazbop") {
12 if (substr("foobarbazbop", 300) ne "") {
20 if (substr("foobarbazbop", -10) ne "obarbazbop") {
28 if (substr("foobarbazbop", 0) ne "foobarbazbop") {
36 if (substr("foobarbazbop", 1) ne "oobarbazbop") {
44 if (substr("foobarbazbop", 11) ne "p") {
52 if (substr("foobarbazbop", 12) ne "") {
60 if (substr("foobarbazbop", 13) ne "") {
68 if (substr("foobarbazbop", 8, 20) ne "zbop") {
76 if (substr("foobarbazbop", 4, 4) ne "arba")
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWgss/
preremove.tmpl 35 if [ $? -ne 0 ]; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWkrbu/
preremove.tmpl 35 if [ $? -ne 0 ]; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpool/
preremove 34 if [ $? -ne 1 ]; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpoolr/
preremove 34 if [ $? -ne 1 ]; then
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Env/t/
array.t 20 print "not " if $FOO ne 'foo/bar';
23 print "not " if $BAR ne 'bar/baz';
  /onnv/onnv-gate/usr/src/cmd/pools/
svc-pools 46 if [ $? -ne 0 ]; then
51 if [ $? -ne 0 ]; then
59 if [ $? -ne 0 ]; then
63 if [ $? -ne 0 ]; then
70 if [ $? -ne 0 ]; then
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/
getnetent_r.c 42 struct netent *ne = getnetbyname(name); local
46 if (ne == NULL || (n = copy_netent(ne, nptr, NET_R_COPY)) != 0)
49 *answerp = ne;
50 if (ne == NULL)
54 if (ne == NULL)
57 return (copy_netent(ne, nptr, NET_R_COPY));
66 struct netent *ne = getnetbyaddr(addr, type); local
70 if (ne == NULL || (n = copy_netent(ne, nptr, NET_R_COPY)) != 0
94 struct netent *ne = getnetent(); local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/
x509name.c 112 X509_NAME_ENTRY *ne; local
122 ne=sk_X509_NAME_ENTRY_value(sk,lastpos);
123 if (OBJ_cmp(ne->object,obj) == 0)
177 X509_NAME_ENTRY *ne; local
179 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
180 if(!ne) return 0;
181 ret = X509_NAME_add_entry(name, ne, loc, set);
182 X509_NAME_ENTRY_free(ne);
189 X509_NAME_ENTRY *ne; local
191 ne = X509_NAME_ENTRY_create_by_NID(NULL, nid, type, bytes, len)
201 X509_NAME_ENTRY *ne; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/common/
sgsmsg_piglatin_nl.pl 71 if (($_ ne "") && ($_ ne "\n")) {
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWhermon/
postinstall 37 if [ $? -ne 0 ]; then
40 if [ $? -ne 0 ]; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWnfssu/
preremove.tmpl 35 if [ $? -ne 0 ]; then
46 if [ $? -ne 1 ]; then
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWsdcard/
postremove 31 if [ $? -ne 0 ]
39 if [ $? -ne 0 ]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWtavor/
postinstall 19 if [ $? -ne 0 ]; then
21 if [ $? -ne 0 ]; then
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
tst.DestructWithFunction.d.ksh 52 if [ "$status" -ne 0 ]; then
tst.DestructWithID.d.ksh 50 if [ "$status" -ne 0 ]; then
tst.DestructWithModule.d.ksh 50 if [ "$status" -ne 0 ]; then
tst.DestructWithName.d.ksh 50 if [ "$status" -ne 0 ]; then
tst.DestructWithProvider.d.ksh 50 if [ "$status" -ne 0 ]; then

Completed in 1800 milliseconds

1 2 3 4 5 6 7 8 91011>>