Searched refs:pre (Results 101 - 125 of 169) sorted by relevance

1234567

/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh453 pre =
481 pre = $SETUPSCRIPT
/freebsd-current/contrib/mandoc/
H A Dman_term.c57 int (*pre)(DECL_ARGS); member in struct:man_term_act
955 if (act->pre != NULL)
956 c = (*act->pre)(p, mt, n, meta);
H A Dmdoc_markdown.c37 int (*pre)(struct roff_node *); member in struct:md_act
39 const char *prefix; /* pre-node string constant */
352 if (cond && act->pre != NULL &&
354 process_children = (*act->pre)(n);
H A Dmdoc_term.c53 int (*pre)(DECL_ARGS); member in struct:mdoc_term_act
354 * produce output. Note that some pre-handlers do so.
401 if (act->pre != NULL &&
403 chld = (*act->pre)(p, &npair, meta, n);
H A Dmdoc_html.c48 int (*pre)(MDOC_ARGS); member in struct:mdoc_html_act
419 if (mdoc_html_acts[n->tok - MDOC_Dd].pre != NULL &&
421 child = (*mdoc_html_acts[n->tok - MDOC_Dd].pre)(meta,
/freebsd-current/crypto/openssl/include/openssl/
H A Dasn1t.h800 # define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \
801 pre stname *fname##_new(void) \
805 pre void fname##_free(stname *a) \
/freebsd-current/crypto/openssl/ssl/
H A Dssl_conf.c1036 int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *pre) argument
1039 if (pre) {
1040 tmp = OPENSSL_strdup(pre);
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_openssl.c783 * @pre: an array of commands and values that load an engine initialized
793 static int tls_engine_load_dynamic_generic(const char *pre[], argument
822 /* Perform the pre commands. This will load the engine. */
823 while (pre && pre[0]) {
824 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", pre[0], pre[1]);
825 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) {
827 "%s %s [%s]", pre[
[all...]
/freebsd-current/crypto/openssh/
H A Ded25519.c1854 ge25519_p3 pre[16]; local
1859 setneutral(pre); /* 00 00 */
1860 pre[1] = *p1; /* 00 01 */
1861 dbl_p1p1(&tp1p1,(ge25519_p2 *)p1); p1p1_to_p3( &pre[2], &tp1p1); /* 00 10 */
1862 add_p1p1(&tp1p1,&pre[1], &pre[2]); p1p1_to_p3( &pre[3], &tp1p1); /* 00 11 */
1863 pre[4] = *p2; /* 01 00 */
1864 add_p1p1(&tp1p1,&pre[1], &pre[
[all...]
/freebsd-current/contrib/expat/tests/
H A Dbasic_tests.c5213 const char *pre; member in struct:__anon25
5253 text[i].pre, text[i].post);
5257 status = _XML_Parse_SINGLE_BYTES(parser, text[i].pre,
5258 (int)strlen(text[i].pre), XML_FALSE);
5309 const char *const pre = "<d>"; local
5322 // pre-grow the buffer to avoid reparsing due to almost-fullness
5332 status = XML_Parse(parser, pre, (int)strlen(pre), XML_FALSE);
5399 const char *const pre = "<!ELEMENT document ANY>\n"; local
5413 // pre
5512 const char *const pre = "<d><x attr='"; local
[all...]
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c127 struct cdg_node *pre; /* to save the path in cycle detection algorithm */ member in struct:cdg_node
174 node->pre = NULL;
746 next_node->pre = current;
763 if (current->pre) {
765 current = current->pre;
766 tmp->pre = NULL;
1820 /* update the link from pre to this node */
/freebsd-current/contrib/unbound/validator/
H A Dval_secalgo.c465 uint8_t pre[] = {0x30, 0x44, 0x02, 0x20}; local
492 p[0] = pre[0];
494 p[2] = pre[2];
/freebsd-current/sys/crypto/openssl/arm/
H A Dghash-armv4.S388 veor d28,d26,d27 @ Karatsuba pre-processing
406 veor d28,d26,d27 @ Karatsuba pre-processing
453 veor d6,d6,d7 @ Karatsuba pre-processing
/freebsd-current/sys/kern/
H A Dkern_resource.c1519 void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
1526 if (pre != NULL)
1527 (pre)();
1518 ui_racct_foreach(void (*callback)(struct racct *racct, void *arg2, void *arg3), void (*pre)(void), void (*post)(void), void *arg2, void *arg3) argument
/freebsd-current/contrib/ldns/
H A Dkeys.c317 uint8_t pre[] = {0x30, 0x2e, 0x02, 0x01, 0x00, 0x30, 0x05, 0x06, local
334 memmove(buf, pre, pre_len);
377 uint8_t pre[] = {0x30, 0x47, 0x02, 0x01, 0x00, 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x71, 0x04, 0x3b, 0x04, 0x39}; local
386 memmove(buf, pre, pre_len);
H A Ddnssec.c1917 uint8_t pre[] = {0x30, 0x44, 0x02, 0x20}; local
1939 ldns_buffer_write_u8(target_buffer, pre[0]);
1941 ldns_buffer_write_u8(target_buffer, pre[2]);
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_device.h202 uint32_t num, char *pre, char *suf);
421 /* The pool containing pre allocated buffers used for soft commands */
/freebsd-current/sys/sys/
H A Djail.h482 void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
/freebsd-current/contrib/libarchive/test_utils/
H A Dtest_common.h37 /* Building as part of FreeBSD system requires a pre-built config.h. */
40 /* Building as part of NetBSD system requires a pre-built config.h. */
47 #error Oops: No config.h and no pre-built configuration in test.h.
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_local.h202 * Types and functions to manipulate pre-computed values.
282 #define SETPRECOMP(g, type, pre) \
283 g->pre_comp_type = PCT_##type, g->pre_comp.type = pre
/freebsd-current/crypto/openssh/contrib/suse/
H A Dopenssh.spec175 %pre
/freebsd-current/
H A DMakefile154 .include "${.CURDIR}/share/mk/bsd.compat.pre.mk"
412 .if target(pre-world)
415 @echo ">>> Making 'pre-world' target"
417 ${_+_}@cd ${.CURDIR}; ${_MAKE} pre-world
/freebsd-current/crypto/openssl/test/
H A Devp_test.c4021 #define STR_STARTS_WITH(str, pre) OPENSSL_strncasecmp(pre, str, strlen(pre)) == 0
4022 #define STR_ENDS_WITH(str, pre) \
4023 strlen(str) < strlen(pre) ? 0 : (OPENSSL_strcasecmp(pre, str + strlen(str) - strlen(pre)) == 0)
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl659 srlx $in4,$shr,$in4 ! pre-shift
718 srlx $in2,$shr,$in4 ! pre-shift
754 srlx $in2,$shr,$in4 ! pre-shift
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c1441 #define begins_with(s, pre) (strncmp(s, pre, sizeof(pre) - 1) == 0)

Completed in 481 milliseconds

1234567