Searched refs:inform (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Da_mbstr.c65 static int traverse_string(const unsigned char *p, int len, int inform,
87 int inform, unsigned long mask)
89 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
93 int inform, unsigned long mask,
111 switch (inform) {
165 if (traverse_string(in, len, inform, type_str, &mask) < 0) {
209 if (inform == outform) {
236 traverse_string(in, len, inform, out_utf8, &outlen);
249 traverse_string(in, len, inform, cpyfunc, &p);
258 static int traverse_string(const unsigned char *p, int len, int inform, argument
86 ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask) argument
92 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) argument
[all...]
H A Da_strnid.c131 int inform, int nid)
144 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask,
148 ASN1_mbstring_copy(out, in, inlen, inform,
129 ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, int inlen, int inform, int nid) argument
H A Dasn1.h1083 int inform, unsigned long mask);
1085 int inform, unsigned long mask,
1090 int inform, int nid);
/freebsd-11-stable/share/examples/uefisign/
H A Duefikeys35 openssl x509 -inform PEM -outform DER -in "${certfile}" -out "${efifile}" || die "openssl x509 failed"
/freebsd-11-stable/contrib/dtc/
H A Ddtc.c172 const char *inform = NULL; local
192 inform = optarg;
292 if (inform == NULL)
293 inform = guess_input_format(arg, "dts");
297 if (streq(inform, "dts"))
303 if (streq(inform, "dts"))
305 else if (streq(inform, "fs"))
307 else if(streq(inform, "dtb"))
310 die("Unknown input format \"%s\"\n", inform);
/freebsd-11-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c108 __DYNSYM inform; local
135 inform = __LOADSYM(dynamic_library,"inform_super");
136 if (inform == NULL) {
141 de->func_inform = (func_inform_t)(void*)inform;
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c734 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
764 inform VPARAMS ((const char * message, ...)) function
895 inform (_("Processing def file: %s"), name);
899 inform (_("Processed def file"));
967 inform (_("NAME: %s base: %x"), name, base);
983 inform (_("LIBRARY: %s base: %x"), name, base);
1179 inform ("run: %s %s", what, args);
1209 inform (strerror (errno));
1261 inform (_("Sucking in info from %s section in %s"),
1386 inform (
[all...]
H A Ddllwrap.c114 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
125 inform ()
143 inform VPARAMS ((const char *message, ...)) function
201 inform (_("Tried file: %s"), cmd);
208 inform (_("Using file: %s"), cmd);
/freebsd-11-stable/contrib/gcc/
H A Dtoplev.h67 extern void inform (const char *, ...) ATTRIBUTE_GCC_DIAG(1,2);
H A Dc-pch.c451 inform ("use #include instead");
462 inform ("use -Winvalid-pch for more information");
H A Dopts.c962 inform
974 inform ("-freorder-blocks-and-partition does not support unwind info");
987 inform
H A Ddiagnostic.c473 inform (const char *gmsgid, ...)
470 inform (const char *gmsgid, ...) function
H A Dtree-ssa.c1186 inform ("%J%qD was declared here", var, var);
H A Dc-opts.c333 inform ("obsolete option -I- used, please use -iquote instead");
H A Dcoverage.c338 inform ((flag_guess_branch_prob
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c214 inform(pp, q->job_cfname);
383 inform(const struct printer *pp, char *cf) function
H A Dlp.h289 void inform(const struct printer *_pp, char *_cf);
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_sa.h136 ib_inform_info_t inform; member in union:osm_sa_item::__anon3916
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_informinfo.c69 #define SA_II_RESP_SIZE SA_ITEM_RESP_SIZE(inform)
226 memcpy(&item->resp.inform,
408 osm_infr_t inform_info_rec; /* actual inform record to be stored for reports */
431 /* define the inform record */
524 "Failed to validate a new inform object\n");
541 "Failed to create a new inform object\n");
565 "Failed to UnSubscribe to non existing inform object\n");
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck2.c325 inform ("%J because the following virtual functions are pure "
329 inform ("\t%+#D", fn);
336 inform ("%J since type %qT has pure virtual functions",
H A Dcall.c2433 inform ("%s %D(%T, %T, %T) <built-in>", msgstr, candidate->fn,
2438 inform ("%s %D(%T, %T) <built-in>", msgstr, candidate->fn,
2442 inform ("%s %D(%T) <built-in>", msgstr, candidate->fn,
2446 inform ("%s %T <conversion>", msgstr, candidate->fn);
2448 inform ("%s %+#D <near match>", msgstr, candidate->fn);
2450 inform ("%s %+#D", msgstr, candidate->fn);
6243 inform (" because conversion sequence for the argument is better");
H A Dmethod.c817 inform ("%Hsynthesized method %qD first required here ",
H A Dinit.c2743 inform ("neither the destructor nor the class-specific "
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.am136 $(MAGIC_FRAGMENT_DIR)/inform \
H A DMakefile.in409 $(MAGIC_FRAGMENT_DIR)/inform \

Completed in 295 milliseconds

12