Searched refs:ne (Results 76 - 100 of 1051) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/common/usdt/
H A Dtst.multiple.ksh41 if [ $? -ne 0 ]; then
63 if [ $? -ne 0 ]; then
68 if [ $? -ne 0 ]; then
73 if [ $? -ne 0 ]; then
H A Dtst.user.ksh41 if [ $? -ne 0 ]; then
60 if [ $? -ne 0 ]; then
65 if [ $? -ne 0 ]; then
70 if [ $? -ne 0 ]; then
H A Dtst.reeval.ksh50 if [ $? -ne 0 ]; then
55 if [ $? -ne 0 ]; then
60 if [ $? -ne 0 ]; then
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtrsa.com35 $ if $severity .ne. 1 then exit 3
38 $! if $severity .ne. 1 then exit 3
41 $ if $severity .ne. 1 then exit 3
45 $ if $severity .ne. 1 then exit 3
48 $! if $severity .ne. 1 then exit 3
51 $ if $severity .ne. 1 then exit 3
55 $! if $severity .ne. 1 then exit 3
58 $! if $severity .ne. 1 then exit 3
61 $! if $severity .ne. 1 then exit 3
65 $ if $severity .ne
[all...]
H A Dtpkcs7.com24 $ if $severity .ne. 1 then exit 3
27 $ if $severity .ne. 1 then exit 3
31 $ if $severity .ne. 1 then exit 3
34 $ if $severity .ne. 1 then exit 3
39 $ if $severity .ne. 1 then exit 3
42 $ if $severity .ne. 1 then exit 3
45 $ if $severity .ne. 1 then exit 3
47 $ if $severity .ne. 1 then exit 3
49 $ if $severity .ne. 1 then exit 3
52 $ if $severity .ne
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/dtraceUtil/
H A Dtst.InvalidModule3.d.ksh49 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidProvider3.d.ksh49 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidTraceFunc2.d.ksh47 if [ $? -ne 1 ]; then
H A Dtst.InvalidTraceFunc5.d.ksh47 if [ $? -ne 1 ]; then
H A Dtst.InvalidTraceModule5.d.ksh48 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidTraceModule6.d.ksh48 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidTraceName8.d.ksh47 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidTraceProvider4.d.ksh48 if [ "$status" -ne 0 ]; then
/macosx-10.10.1/file_cmds-242/xcodescripts/
H A Dhardlink.sh6 if [ "$SCRIPT_INPUT_FILE_COUNT" -ne "$SCRIPT_OUTPUT_FILE_COUNT" ]; then
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dagent-ptrace.sh34 if [ $r -ne 0 ]; then
41 if [ $? -ne 0 ]; then
47 if [ $r -ne 0 ]; then
H A Dconnect-privsep.sh11 if [ $? -ne 0 ]; then
21 if [ $? -ne 0 ]; then
32 if [ $? -ne 0 ]; then
H A Dbroken-pipe.sh11 if [ $r -ne 0 ]; then
/macosx-10.10.1/bootp-298/
H A Drc.netboot85 if [ $? -ne 0 ]; then
103 if [ $? -ne 0 ]; then
114 if [ $? -ne 0 ]; then
119 if [ $? -ne 0 ]; then
138 if [ $? -ne 0 ]; then
151 if [ $? -ne 0 ]; then
157 if [ $? -ne 0 ]; then
159 if [ $? -ne 0 ]; then
166 if [ $? -ne 0 ]; then
173 if [ $? -ne
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dllist.c72 struct curl_llist_element *ne = malloc(sizeof(struct curl_llist_element)); local
73 if(!ne)
76 ne->ptr = (void *) p;
78 list->head = ne;
81 list->tail = ne;
85 ne->next = e?e->next:list->head;
86 ne->prev = e;
88 list->head->prev = ne;
89 list->head = ne;
92 e->next->prev = ne;
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/scripting/
H A Dtst.egid.ksh71 if [ $? -ne 0 ]; then
79 if [ $? -ne 0 ]; then
86 if [ $? -ne 0 ]; then
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dmkinstalldirs11 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dmkinstalldirs13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/macosx-10.10.1/ICU-531.30/icuSources/
H A Dmkinstalldirs16 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dsearchexample.sh28 if [ $? -ne 0 ]; then
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmkinstalldirs13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`

Completed in 210 milliseconds

1234567891011>>