Home
last modified time | relevance | path

Searched refs:CMP (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp()
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp()
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
119 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
120 /* S_Z */ CMP, +1, +1, CMP, -1, CMP, CMP, CMP, in strverscmp()
121 -1, CMP, CMP, CMP in strverscmp()
144 case CMP: in strverscmp()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp()
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp()
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
119 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
120 /* S_Z */ CMP, +1, +1, CMP, -1, CMP, CMP, CMP, in strverscmp()
121 -1, CMP, CMP, CMP in strverscmp()
144 case CMP: in strverscmp()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp()
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp()
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
119 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
120 /* S_Z */ CMP, +1, +1, CMP, -1, CMP, CMP, CMP, in strverscmp()
121 -1, CMP, CMP, CMP in strverscmp()
144 case CMP: in strverscmp()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dstrverscmp.c81 #define CMP 2 macro
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
116 /* S_I */ CMP, -1, -1, CMP, +1, LEN, LEN, CMP, in strverscmp()
117 +1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, in strverscmp()
118 /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, in strverscmp()
119 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, in strverscmp()
120 /* S_Z */ CMP, +1, +1, CMP, -1, CMP, CMP, CMP, in strverscmp()
121 -1, CMP, CMP, CMP in strverscmp()
144 case CMP: in strverscmp()
/netbsd-src/usr.bin/mail/
H A Dcmdtab.c46 # define CMP(x) #x, macro
49 # define CMP(x) macro
64 { "next", next, C, CMP(n) NDMLIST, 0, MMNDEL },
65 { "alias", group, S, CMP(A) T|M|RAWLIST, 0, 1000 },
66 /* R */ { "print", type, C, CMP(n) MSGLIST, 0, MMNDEL },
67 /* R */ { "Print", Type, C, CMP(n) MSGLIST, 0, MMNDEL },
68 /* R */ { "type", type, C, CMP(n) MSGLIST, 0, MMNDEL },
69 /* R */ { "Type", Type, C, CMP(n) MSGLIST, 0, MMNDEL },
70 { "visual", visual, 0, CMP(n) I|MSGLIST, 0, MMNORM },
71 /* R */ { "top", top, S, CMP(n) MSGLIST, 0, MMNDEL },
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/msp430/
H A Dmpyull_hwmult.s37 CMP.W #-8, &RES0 { JNE .L5
38 CMP.W #-1, &RES1 { JNE .L5
39 CMP.W #1, &RES2 { JNE .L5
40 CMP.W #0, &RES3 { JNE .L5
48 CMP.W #-8, &RES0_F5 { JNE .L5
49 CMP.W #-1, &RES1_F5 { JNE .L5
50 CMP.W #1, &RES2_F5 { JNE .L5
51 CMP.W #0, &RES3_F5 { JEQ .L6
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dqsort.c95 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
97 #define CMP(t, x, y) (cmp((x), (y))) macro
107 return CMP(thunk, a, b) < 0 ? in med3()
108 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a )) in med3()
109 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c )); in med3()
131 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in rk_qsort_r()
153 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in rk_qsort_r()
161 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in rk_qsort_r()
179 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in rk_qsort_r()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsort.cc162 #define CMP(e0, e1) \ in netsort() macro
170 CMP (e0, e1); in netsort()
173 CMP (e1, e2); in netsort()
174 CMP (e0, e1); in netsort()
181 CMP (e3, e4); in netsort()
182 CMP (e2, e4); in netsort()
184 CMP (e2, e3); in netsort()
187 CMP (e0, e3); in netsort()
188 CMP (e1, e4); in netsort()
190 CMP (e0, e2); in netsort()
[all …]
H A Dvec.c229 #define CMP(i, j) cmp (ELT (i), ELT (j), data) in qsort_chk() macro
239 if (CMP (i1, i2)) in qsort_chk()
241 else if (CMP (i2, i1)) in qsort_chk()
247 if (CMP (i, j)) in qsort_chk()
249 else if (CMP (j, i)) in qsort_chk()
255 if (CMP (i, j) >= 0) in qsort_chk()
257 else if (CMP (j, i) <= 0) in qsort_chk()
262 #undef CMP in qsort_chk()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsort.cc162 #define CMP(e0, e1) \ in netsort() macro
170 CMP (e0, e1); in netsort()
173 CMP (e1, e2); in netsort()
174 CMP (e0, e1); in netsort()
181 CMP (e3, e4); in netsort()
182 CMP (e2, e4); in netsort()
184 CMP (e2, e3); in netsort()
187 CMP (e0, e3); in netsort()
188 CMP (e1, e4); in netsort()
190 CMP (e0, e2); in netsort()
[all …]
H A Dvec.cc219 #define CMP(i, j) cmp (ELT (i), ELT (j), data) in qsort_chk() macro
229 if (CMP (i1, i2)) in qsort_chk()
231 else if (CMP (i2, i1)) in qsort_chk()
237 if (CMP (i, j)) in qsort_chk()
239 else if (CMP (j, i)) in qsort_chk()
245 if (CMP (i, j) >= 0) in qsort_chk()
247 else if (CMP (j, i) <= 0) in qsort_chk()
252 #undef CMP in qsort_chk()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_CMP_MSG_http_perform.pod6 - client-side HTTP(S) transfer of a CMP request-response pair
18 to the CMP server specified in I<ctx> via L<OSSL_CMP_CTX_set1_server(3)>
20 any "CMP alias" optionally specified via L<OSSL_CMP_CTX_set1_serverPath(3)>.
36 CMP is defined in RFC 4210.
37 HTTP transfer for CMP is defined in RFC 6712.
41 OSSL_CMP_MSG_http_perform() returns a CMP message on success, else NULL.
49 The OpenSSL CMP support was added in OpenSSL 3.0.
H A DOSSL_CMP_log_open.pod52 convenience functions for CMP-specific logging,
55 messages produced by the CMP library in case of certificate validation failures.
59 A CMP application can obtain this information by providing a callback function
84 OSSL_CMP_log_open() initializes the CMP-specific logging facility to output
91 any pending CMP-specific log output and deallocate related resources.
97 If it is NULL, empty, or "(unknown function)" then "CMP" is used as fallback.
100 It is similar to L<ERR_print_errors_cb(3)> but uses the CMP log callback
101 function I<log_fn> for uniformity with CMP logging if not NULL. Otherwise it
113 The OpenSSL CMP support was added in OpenSSL 3.0.
H A DOSSL_CMP_exec_certreq.pod17 - functions implementing CMP client transactions
40 This is the OpenSSL API for doing CMP (Certificate Management Protocol)
41 client-server transactions, i.e., sequences of CMP requests and responses.
44 Usually the server name, port, and path ("CMP alias") need to be set, as well as
88 OSSL_CMP_try_certreq() remembers in the CMP context that it should be retried
99 aborts the CMP transaction by sending an error message to the server.
120 CMP is defined in RFC 4210 (and CRMF in RFC 4211).
122 The CMP client implementation is limited to one request per CMP message
123 (and consequently to at most one response component per CMP message).
125 When a client obtains from a CMP server CA certificates that it is going to
[all …]
H A DOSSL_CMP_STATUSINFO_new.pod8 - function(s) for managing the CMP PKIStatus
23 This is the PKIStatus API for using CMP (Certificate Management Protocol) with
37 representing the PKIStatusInfo components of the CMP context I<ctx>
42 CMP is defined in RFC 4210 (and CRMF in RFC 4211).
55 The OpenSSL CMP support was added in OpenSSL 3.0.
H A DOSSL_CMP_MSG_get0_header.pod14 - function(s) manipulating CMP messages
32 OSSL_CMP_MSG_get0_header() returns the header of the given CMP message.
34 OSSL_CMP_MSG_get_bodytype() returns the body type of the given CMP message.
46 from various information provided in the CMP context argument I<ctx>
47 for inclusion in a CMP request message based on details contained in I<ctx>.
112 CMP is defined in RFC 4210.
127 return the parsed CMP message or NULL on error.
145 The OpenSSL CMP support was added in OpenSSL 3.0.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-cmp.pod.in6 openssl-cmp - Certificate Management Protocol (CMP, RFC 4210) application
143 Certificate verification options, for both CMP and TLS:
150 Management Protocol (CMP) as defined in RFC4210.
153 request certificates to be revoked, and perform other types of CMP requests.
171 Section(s) to use within config file defining CMP options.
196 CMP command to execute.
280 the subject DN is used as fallback sender of outgoing CMP messages.
299 the issuer DN is used as fallback recipient of outgoing CMP messages.
363 it is transformed into the respective regular CMP request.
424 Its issuer is used as default recipient in CMP message headers
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest005-modrdn105 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
132 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
152 $CMP $SEARCHOUT - < /dev/null > $CMPOUT
176 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
216 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
H A Dtest056-monitor71 $CMP $SEARCHFLT $LDIFFLT > $CMPOUT
97 $CMP $SEARCHFLT $MONITOROUT2 > $CMPOUT
122 $CMP $SEARCHFLT $MONITOROUT3 > $CMPOUT
147 $CMP $SEARCHFLT $MONITOROUT4 > $CMPOUT
H A Dtest045-syncreplication-proxied191 $CMP ${PROVIDEROUT}.$CHECK ${CONSUMEROUT}.$CHECK > $CMPOUT
229 $CMP $PROVIDERFLT $CONSUMERFLT > $CMPOUT
384 $CMP ${PROVIDEROUT}.$CHECK ${CONSUMEROUT}.$CHECK > $CMPOUT
419 $CMP $PROVIDERFLT $CONSUMERFLT > $CMPOUT
491 $CMP ${PROVIDEROUT}.$CHECK ${CONSUMEROUT}.$CHECK > $CMPOUT
526 $CMP $PROVIDERFLT $CONSUMERFLT > $CMPOUT
577 $CMP ${PROVIDEROUT}.$CHECK ${CONSUMEROUT}.$CHECK > $CMPOUT
615 $CMP $PROVIDERFLT $CONSUMERFLT > $CMPOUT
677 $CMP ${PROVIDEROUT}.$CHECK ${CONSUMEROUT}.$CHECK > $CMPOUT
712 $CMP $PROVIDERFLT $CONSUMERFLT > $CMPOUT
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_cmp_mock_srv_new.pod14 - functions used for testing with CMP mock server
36 ossl_cmp_mock_srv_new() allocates the contexts for the CMP mock server
40 ossl_cmp_mock_srv_free() deallocates the contexts for the CMP mock server.
65 CMP is defined in RFC 4210 (and CRMF in RFC 4211).
78 The OpenSSL CMP support was added in OpenSSL 3.0.
H A Dossl_cmp_msg_protect.pod8 - functions for producing CMP message protection
32 If signature-based message protection is used it adds first the CMP signer cert
41 CMP is defined in RFC 4210 (and CRMF in RFC 4211).
45 because I<ctx->chain> may get adapted to cache the chain of the CMP signer cert.
55 The OpenSSL CMP support was added in OpenSSL 3.0.
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/sys/
H A Dtime.d59 int timercmp(string CMP)(const timeval* a, const timeval* b) in version()
63 "(a.tv_usec" ~ CMP ~ "b.tv_usec) :" ~ in version()
64 "(a.tv_sec" ~ CMP ~ "b.tv_sec))"); in version()
/netbsd-src/external/bsd/blocklist/bin/
H A Dconf.c440 #define CMP(a, b, f) \ in conf_sort() macro
444 CMP(c1, c2, c_ss.ss_family); in conf_sort()
445 CMP(c1, c2, c_lmask); in conf_sort()
446 CMP(c1, c2, c_port); in conf_sort()
447 CMP(c1, c2, c_proto); in conf_sort()
448 CMP(c1, c2, c_family); in conf_sort()
449 CMP(c1, c2, c_rmask); in conf_sort()
450 CMP(c1, c2, c_uid); in conf_sort()
451 #undef CMP in conf_sort()
698 #define CMP(a, b, f) \ in conf_eq() macro
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/
H A Dtest001-config195 $CMP $SERVER3FLT $SERVER1FLT > $CMPOUT
235 $CMP $SERVER6FLT $SERVER1FLT > $CMPOUT && \
236 $CMP $SERVER6FLT $SERVER2FLT > $CMPOUT && \
237 $CMP $SERVER6FLT $SERVER3FLT > $CMPOUT

12345678910>>...15