Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 25 of 112) sorted by relevance

12345

/dragonfly/sbin/hammer/
H A Dcmd_history.c61 cmd_attr_t ca; in hammer_cmd_history() local
63 bzero(&ca, sizeof(ca)); in hammer_cmd_history()
70 if (ca.path == NULL) in hammer_cmd_history()
71 ca.path = strdup(av[i]); in hammer_cmd_history()
72 hammer_do_history(ca.path, ca.offset, ca.length); in hammer_cmd_history()
73 free(ca.path); in hammer_cmd_history()
74 ca.path = NULL; in hammer_cmd_history()
168 ca->offset = offset; in parse_attr()
178 ca->length = length; in parse_attr()
192 ca->path = NULL; in parse_attr_path()
[all …]
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_purp.c83 int ca);
85 int ca);
87 int ca);
90 int ca);
92 int ca);
94 int ca);
96 int ca);
700 if (ca) in check_purpose_ssl_client()
716 if (ca) in check_purpose_ssl_server()
819 if (ca) in ocsp_helper()
[all …]
H A Dx509_bcons.c94 .offset = offsetof(BASIC_CONSTRAINTS, ca),
155 if (!X509V3_add_value_bool("CA", bcons->ca, &extlist)) in STACK_OF()
183 if (!X509V3_get_value_bool(val, &bcons->ca)) in v2i_BASIC_CONSTRAINTS()
/dragonfly/contrib/openbsd_libm/src/
H A Ds_casinl.c69 static long double complex ca, ct, zz, z2; in casinl() local
94 ca = x + y * I; in casinl()
97 ct = z2 * ca; in casinl()
98 ca = ct; in casinl()
116 ca = x + y * I; in casinl()
117 ct = ca * I; /* iz */ in casinl()
H A Ds_casinf.c58 static float complex ca, ct, zz, z2; in casinf() local
118 ca = x + y * I; in casinf()
119 ct = ca * I; /* iz */ in casinf()
H A Ds_casin.c60 static double complex ca, ct, zz, z2; in casin() local
115 ca = x + y * I; in casin()
116 ct = ca * I; in casin()
/dragonfly/games/fortune/datfiles/
H A Ddragonfly-tips287 -- Dru <genesis@istar.ca>
290 -- Dru <genesis@istar.ca>
293 -- Dru <genesis@istar.ca>
298 -- Dru <genesis@istar.ca>
302 -- Dru <genesis@istar.ca>
306 -- Dru <genesis@istar.ca>
311 -- Dru <genesis@istar.ca>
316 -- Dru <genesis@istar.ca>
322 -- Dru <genesis@istar.ca>
325 -- Dru <genesis@istar.ca>
[all …]
/dragonfly/usr.sbin/pw/
H A Dpw.c445 struct carg *ca = malloc(sizeof(struct carg)); in addarg() local
447 if (ca == NULL) in addarg()
449 ca->ch = ch; in addarg()
450 ca->val = argstr; in addarg()
451 LIST_INSERT_HEAD(_args, ca, list); in addarg()
452 return ca; in addarg()
/dragonfly/crypto/libressl/crypto/pkcs12/
H A Dp12_kiss.c85 STACK_OF(X509) **ca) in PKCS12_parse()
144 if (ca != NULL && x != NULL) { in PKCS12_parse()
145 if (*ca == NULL) in PKCS12_parse()
146 *ca = sk_X509_new_null(); in PKCS12_parse()
147 if (*ca == NULL) in PKCS12_parse()
149 if (!sk_X509_push(*ca, x)) in PKCS12_parse()
H A Dp12_crt.c86 STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter, int mac_iter, in PKCS12_create()
108 if (!pkey && !cert && !ca) { in PKCS12_create()
128 for (i = 0; i < sk_X509_num(ca); i++) { in PKCS12_create()
129 if (!PKCS12_add_cert(&bags, sk_X509_value(ca, i))) in PKCS12_create()
/dragonfly/libexec/bootpd/
H A Dgetif.c118 nmatch(u_char *ca, u_char *cb) in nmatch() argument
124 while (n && (*ca == *cb)) { in nmatch()
125 ca++; in nmatch()
133 while (n && ((*ca & n) == (*cb & n))) { in nmatch()
/dragonfly/contrib/binutils-2.34/gas/
H A Dehopt.c478 int ca = frag->fr_subtype >> 3; in eh_frame_estimate_size_before_relax() local
483 gas_assert (ca > 0); in eh_frame_estimate_size_before_relax()
484 diff /= ca; in eh_frame_estimate_size_before_relax()
526 int loc4_fix, ca; in eh_frame_convert_frag() local
533 ca = frag->fr_subtype >> 3; in eh_frame_convert_frag()
534 gas_assert (ca > 0); in eh_frame_convert_frag()
535 diff /= ca; in eh_frame_convert_frag()
/dragonfly/contrib/binutils-2.27/gas/
H A Dehopt.c474 int ca = frag->fr_subtype >> 3; in eh_frame_estimate_size_before_relax() local
479 gas_assert (ca > 0); in eh_frame_estimate_size_before_relax()
480 diff /= ca; in eh_frame_estimate_size_before_relax()
518 int loc4_fix, ca; in eh_frame_convert_frag() local
525 ca = frag->fr_subtype >> 3; in eh_frame_convert_frag()
526 gas_assert (ca > 0); in eh_frame_convert_frag()
527 diff /= ca; in eh_frame_convert_frag()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfilename_cmp.c215 char * ca = lrealpath(a); in canonical_filename_eq() local
217 int res = filename_eq (ca, cb); in canonical_filename_eq()
218 free (ca); in canonical_filename_eq()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfilename_cmp.c215 char * ca = lrealpath(a); in canonical_filename_eq() local
217 int res = filename_eq (ca, cb); in canonical_filename_eq()
218 free (ca); in canonical_filename_eq()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dfilename_cmp.c215 char * ca = lrealpath(a); in canonical_filename_eq() local
217 int res = filename_eq (ca, cb); in canonical_filename_eq()
218 free (ca); in canonical_filename_eq()
/dragonfly/crypto/libressl/crypto/objects/
H A Dobj_dat.c144 added_obj_hash(const ADDED_OBJ *ca) in added_obj_hash() argument
151 a = ca->obj; in added_obj_hash()
152 switch (ca->type) { in added_obj_hash()
173 ret |= ca->type << 30L; in added_obj_hash()
179 added_obj_cmp(const ADDED_OBJ *ca, const ADDED_OBJ *cb) in IMPLEMENT_LHASH_HASH_FN()
184 i = ca->type - cb->type; in IMPLEMENT_LHASH_HASH_FN()
187 a = ca->obj; in IMPLEMENT_LHASH_HASH_FN()
189 switch (ca->type) { in IMPLEMENT_LHASH_HASH_FN()
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_recp.c116 const BIGNUM *ca; in BN_mod_mul_reciprocal() local
129 ca = a; in BN_mod_mul_reciprocal()
131 ca = x; /* Just do the mod */ in BN_mod_mul_reciprocal()
133 ret = BN_div_recp(NULL, r, ca, recp, ctx); in BN_mod_mul_reciprocal()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtarghooks.c173 default_setup_incoming_varargs (cumulative_args_t ca ATTRIBUTE_UNUSED, in default_setup_incoming_varargs()
192 hook_bool_CUMULATIVE_ARGS_false (cumulative_args_t ca ATTRIBUTE_UNUSED) in hook_bool_CUMULATIVE_ARGS_false()
198 default_pretend_outgoing_varargs_named (cumulative_args_t ca ATTRIBUTE_UNUSED) in default_pretend_outgoing_varargs_named()
316 hook_callee_copies_named (cumulative_args_t ca ATTRIBUTE_UNUSED, in hook_callee_copies_named()
544 cumulative_args_t ca ATTRIBUTE_UNUSED, in hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false()
553 cumulative_args_t ca ATTRIBUTE_UNUSED, in hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true()
562 cumulative_args_t ca ATTRIBUTE_UNUSED, in hook_int_CUMULATIVE_ARGS_mode_tree_bool_0()
570 default_function_arg_advance (cumulative_args_t ca ATTRIBUTE_UNUSED, in default_function_arg_advance()
579 default_function_arg (cumulative_args_t ca ATTRIBUTE_UNUSED, in default_function_arg()
588 default_function_incoming_arg (cumulative_args_t ca ATTRIBUTE_UNUSED, in default_function_incoming_arg()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtarghooks.c196 default_setup_incoming_varargs (cumulative_args_t ca ATTRIBUTE_UNUSED, in default_setup_incoming_varargs()
215 hook_bool_CUMULATIVE_ARGS_false (cumulative_args_t ca ATTRIBUTE_UNUSED) in hook_bool_CUMULATIVE_ARGS_false()
221 default_pretend_outgoing_varargs_named (cumulative_args_t ca ATTRIBUTE_UNUSED) in default_pretend_outgoing_varargs_named()
337 hook_callee_copies_named (cumulative_args_t ca ATTRIBUTE_UNUSED, in hook_callee_copies_named()
733 cumulative_args_t ca ATTRIBUTE_UNUSED, in hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false()
742 cumulative_args_t ca ATTRIBUTE_UNUSED, in hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true()
751 cumulative_args_t ca ATTRIBUTE_UNUSED, in hook_int_CUMULATIVE_ARGS_mode_tree_bool_0()
759 hook_void_CUMULATIVE_ARGS_tree (cumulative_args_t ca ATTRIBUTE_UNUSED, in hook_void_CUMULATIVE_ARGS_tree()
765 default_function_arg_advance (cumulative_args_t ca ATTRIBUTE_UNUSED, in default_function_arg_advance()
809 default_function_arg (cumulative_args_t ca ATTRIBUTE_UNUSED, in default_function_arg()
[all …]
/dragonfly/crypto/openssh/
H A Dssh-keygen.c1748 struct sshkey *ca, *public; in do_ca_sign() local
1785 ca->flags |= SSHKEY_FLAG_EXT; in do_ca_sign()
1788 ca = load_identity(tmp, NULL); in do_ca_sign()
1789 if (sshkey_is_sk(ca) && in do_ca_sign()
1803 } else if (ca->type == KEY_RSA) { in do_ca_sign()
1856 if (sshkey_is_sk(ca) && in do_ca_sign()
1860 sshkey_type(ca), ca_fp); in do_ca_sign()
2299 if (ca == NULL && !wild_ca) { in update_krl_from_file()
2335 if (ca == NULL && !wild_ca) { in update_krl_from_file()
2411 struct sshkey *ca = NULL; in do_gen_krl() local
[all …]
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_regdomain.c158 const struct ieee80211_channel *ca = a; in chancompar() local
161 return (ca->ic_freq == cb->ic_freq) ? in chancompar()
162 (ca->ic_flags & IEEE80211_CHAN_ALL) - in chancompar()
164 ca->ic_freq - cb->ic_freq; in chancompar()
/dragonfly/share/i18n/esdb/ISO646/
H A DISO646.alias23 CA iso646-ca csa_z243.4-1985-1 iso-ir-121 csa7-1 ca
/dragonfly/bin/dd/
H A Dref.pareven6 00000040 c0 41 42 c3 44 c5 c6 47 48 c9 ca 4b cc 4d 4e cf |.AB.D..GH..K.MN.|
14 000000c0 c0 41 42 c3 44 c5 c6 47 48 c9 ca 4b cc 4d 4e cf |.AB.D..GH..K.MN.|
H A Dref.parset6 00000040 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................|
14 000000c0 c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 ca cb cc cd ce cf |................|

12345