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

1234567891011>>

/netbsd-current/external/bsd/tmux/dist/
H A Dnotify.c38 notify_insert_one_hook(struct cmdq_item *item, struct notify_entry *ne, argument
48 log_debug("%s: hook %s is: %s", __func__, ne->name, s);
56 notify_insert_hook(struct cmdq_item *item, struct notify_entry *ne) argument
67 log_debug("%s: inserting hook %s", __func__, ne->name);
70 if (cmd_find_empty_state(&ne->fs) || !cmd_find_valid_state(&ne->fs))
73 cmd_find_copy_state(&fs, &ne->fs);
79 o = options_get(oo, ne->name);
82 o = options_get(oo, ne->name);
86 o = options_get(oo, ne
124 struct notify_entry *ne = data; local
176 struct notify_entry *ne; local
225 struct notify_entry ne; local
[all...]
/netbsd-current/external/bsd/jemalloc/dist/
H A Dautogen.sh6 if [ $? -ne 0 ]; then
14 if [ $? -ne 0 ]; then
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dalpha-step.c38 ne (360.0);
39 ne (0.0);
105 " .ent ne\n"
106 "ne:\n"
114 " .end ne\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dalpha-step.c38 ne (360.0);
39 ne (0.0);
105 " .ent ne\n"
106 "ne:\n"
114 " .end ne\n");
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vcvtne-it.s3 it ne
H A Darchv8m-cmse-main.s7 it ne
9 it ne
11 itttt ne
H A Darmv8_1-m-cond-bad.s5 cset r4, r2, ne
6 csetm sp, ne
13 it ne
H A Ddfb.s11 it ne
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509name.c70 X509_NAME_ENTRY *ne; local
80 ne = sk_X509_NAME_ENTRY_value(sk, lastpos);
81 if (OBJ_cmp(ne->object, obj) == 0)
140 X509_NAME_ENTRY *ne; local
143 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
144 if (!ne)
146 ret = X509_NAME_add_entry(name, ne, loc, set);
147 X509_NAME_ENTRY_free(ne);
155 X509_NAME_ENTRY *ne; local
157 ne
169 X509_NAME_ENTRY *ne; local
183 X509_NAME_add_entry(X509_NAME *name, const X509_NAME_ENTRY *ne, int loc, int set) argument
241 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
261 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, const unsigned char *bytes, int len) argument
279 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
306 X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, const ASN1_OBJECT *obj) argument
318 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
343 X509_NAME_ENTRY_get_object(const X509_NAME_ENTRY *ne) argument
350 X509_NAME_ENTRY_get_data(const X509_NAME_ENTRY *ne) argument
357 X509_NAME_ENTRY_set(const X509_NAME_ENTRY *ne) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509name.c75 X509_NAME_ENTRY *ne; local
85 ne = sk_X509_NAME_ENTRY_value(sk, lastpos);
86 if (OBJ_cmp(ne->object, obj) == 0)
145 X509_NAME_ENTRY *ne; local
148 ne = X509_NAME_ENTRY_create_by_OBJ(NULL, obj, type, bytes, len);
149 if (!ne)
151 ret = X509_NAME_add_entry(name, ne, loc, set);
152 X509_NAME_ENTRY_free(ne);
160 X509_NAME_ENTRY *ne; local
162 ne
174 X509_NAME_ENTRY *ne; local
188 X509_NAME_add_entry(X509_NAME *name, const X509_NAME_ENTRY *ne, int loc, int set) argument
242 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
261 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, const unsigned char *bytes, int len) argument
279 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
306 X509_NAME_ENTRY_set_object(X509_NAME_ENTRY *ne, const ASN1_OBJECT *obj) argument
317 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
342 X509_NAME_ENTRY_get_object(const X509_NAME_ENTRY *ne) argument
349 X509_NAME_ENTRY_get_data(const X509_NAME_ENTRY *ne) argument
356 X509_NAME_ENTRY_set(const X509_NAME_ENTRY *ne) argument
[all...]
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetnetent_r.c44 struct netent *ne = getnetbyname(name); local
48 if (ne == NULL || (n = copy_netent(ne, nptr, NET_R_COPY)) != 0)
51 *answerp = ne;
52 if (ne == NULL)
56 if (ne == NULL)
59 return (copy_netent(ne, nptr, NET_R_COPY));
68 struct netent *ne = getnetbyaddr(addr, type); local
72 if (ne == NULL || (n = copy_netent(ne, npt
96 struct netent *ne = getnetent(); local
150 copy_netent(struct netent *ne, struct netent *nptr, NET_R_COPY_ARGS) argument
195 copy_netent(struct netent *ne, struct netent *nptr, NET_R_COPY_ARGS) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D29106.test11 if [ $? -ne 0 ]; then
17 if [ $? -ne 0 ]; then
23 if [ $? -ne 0 ]; then
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D29106.test11 if [ $? -ne 0 ]; then
17 if [ $? -ne 0 ]; then
23 if [ $? -ne 0 ]; then
/netbsd-current/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.decode/
H A Ddecode.exp36 if { [host_execute "testsuite/libsframe.decode/be-flipping"] ne "" } {
40 if { [host_execute "testsuite/libsframe.decode/frecnt-1"] ne "" } {
44 if { [host_execute "testsuite/libsframe.decode/frecnt-2"] ne "" } {
/netbsd-current/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-test-wrong-code30 if [ $? -ne 0 ]; then
36 if [ $? -ne 0 ]; then
/netbsd-current/external/bsd/flex/dist/
H A Dautogen.sh33 if test "$?" -ne 0; then
36 if test "$?" -ne 0; then
/netbsd-current/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
H A Dgcc-test-wrong-code30 if [ $? -ne 0 ]; then
36 if [ $? -ne 0 ]; then
/netbsd-current/external/mpl/dhcp/dist/
H A Dconfig+lt21 if test $? -ne 0; then
/netbsd-current/external/mpl/dhcp/dist/keama/tests/
H A Dcheckone.sh5 if [ $# -ne 1 ]; then
41 if [ $is4 -ne 0 ]; then
43 if [ $? -ne 0 ]; then
48 if [ $is6 -ne 0 ]; then
50 if [ $? -ne 0 ]; then
H A Drunone.sh5 if [ $# -ne 1 ]; then
58 if [ $errcase -ne 0 ]; then
61 if [ $dual -ne 0 ]; then
70 if [ $errcase -ne 0 ]; then
76 if [ $errcase -ne 0 ]; then
79 if [ $? -ne 255 ]; then
84 if [ $? -ne 255 ]; then
90 if [ $? -ne 255 ]; then
107 if [ $errcase -ne 0 ]; then
109 if [ $? -ne
[all...]
/netbsd-current/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.encode/
H A Dencode.exp32 if { [host_execute "testsuite/libsframe.encode/encode-1"] ne "" } {
/netbsd-current/external/mit/isl/dist/
H A Disl_test_cpp_failed.sh8 test $ret -ne 0
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Ddebug_check_log.sh54 if test `sed -ne${dcl_line}p <$1 |wc -c` -eq 1 \
55 -a `sed -ne${dcl_line}p <$2 |wc -c` -eq 1; then
63 elif expr "`sed -ne${dcl_line}p <$1`" : \
64 "`sed -ne${dcl_line}p <$2`\$" >/dev/null; then
67 echo "$dcl_line: `sed -ne${dcl_line}p <$1`"
68 echo "$dcl_line: `sed -ne${dcl_line}p <$2`\$"
72 if test `wc -l <$1` -ne `wc -l <$2`; then
102 sed -ne '/^\*\* expected: $/,/^\*\* or: $/p' <$1 >/tmp/dcle$$
107 sed -ne '/^\*\* or: $/,/^\*\* got: $/p' <$1 >/tmp/dclo$$
116 sed -ne '/
[all...]
/netbsd-current/tests/lib/libnvmm/
H A Dt_mem_assist.sh45 elif [ $exitcode -ne 0 ] ; then
H A Dt_io_assist.sh45 elif [ $exitcode -ne 0 ] ; then

Completed in 238 milliseconds

1234567891011>>