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

1234567891011>>

/freebsd-11-stable/crypto/openssh/contrib/aix/
H A Dinventory.sh33 find . ! -name . -print | perl -ne '{
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d.out4 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 "arb
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/tests/
H A Doptions.sh17 if test $? -ne 0 ; then
24 if test $? -ne 0 ; then
31 if test $? -ne 1 ; then
H A Dbackref.sh12 if test $? -ne 0 ; then
19 if test $? -ne 0 ; then
26 if test $? -ne 2 ; then
33 if test $? -ne 2 ; then
H A Dfile.sh21 if test $? -ne 0 ; then
28 if test $? -ne 0 ; then
35 if test $? -ne 1 ; then
45 if test $? -ne 0 ; then
54 if test $? -ne 1 ; then
H A Dstatus.sh14 if test $? -ne 0 ; then
21 if test $? -ne 1 ; then
32 if test $? -ne 2 ; then
39 if test $? -ne 2 ; then
46 if test $? -ne 0 ; then
H A Dempty.sh13 if test $? -ne 0 ; then
20 if test $? -ne 1 ; then
27 if test $? -ne 0 ; then
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509name.c116 X509_NAME_ENTRY *ne; local
126 ne = sk_X509_NAME_ENTRY_value(sk, lastpos);
127 if (OBJ_cmp(ne->object, obj) == 0)
185 X509_NAME_ENTRY *ne; local
187 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
188 if (!ne)
190 ret = X509_NAME_add_entry(name, ne, loc, set);
191 X509_NAME_ENTRY_free(ne);
199 X509_NAME_ENTRY *ne; local
201 ne
213 X509_NAME_ENTRY *ne; local
227 X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne, int loc, int set) argument
284 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
304 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, unsigned char *bytes, int len) argument
321 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
348 X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, ASN1_OBJECT *obj) argument
360 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
385 X509_NAME_ENTRY_get_object(X509_NAME_ENTRY *ne) argument
392 X509_NAME_ENTRY_get_data(X509_NAME_ENTRY *ne) argument
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dyes-head.sh8 if [ $? -ne 0 ]; then
12 if [ $lines -ne 2000 ]; then
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.DestructWithFunction.d.ksh52 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithID.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithModule.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithName.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithProvider.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.DestructWithoutW.d.ksh50 if [ "$status" -ne 0 ]; then
H A Dtst.ExitStatus1.d.ksh51 if [ "$status" -ne 1 ]; then
H A Dtst.ExitStatus2.d.ksh50 if [ "$status" -ne 2 ]; then
H A Dtst.ExtraneousProbeIds.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidFuncName1.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidFuncName2.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidId1.d.ksh54 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidId2.d.ksh54 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidId3.d.ksh54 if [ "$status" -ne 0 ]; then
H A Dtst.InvalidProbeIdentifier.d.ksh48 if [ $? -ne 1 ]; then
H A Dtst.InvalidTraceFunc1.d.ksh48 if [ $? -ne 1 ]; then

Completed in 111 milliseconds

1234567891011>>