Home
last modified time | relevance | path

Searched refs:inform (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_mbstr.c15 static int traverse_string(const unsigned char *p, int len, int inform,
36 int inform, unsigned long mask) in ASN1_mbstring_copy() argument
38 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0); in ASN1_mbstring_copy()
42 int inform, unsigned long mask, in ASN1_mbstring_ncopy() argument
60 switch (inform) { in ASN1_mbstring_ncopy()
114 if (traverse_string(in, len, inform, type_str, &mask) < 0) { in ASN1_mbstring_ncopy()
158 if (inform == outform) { in ASN1_mbstring_ncopy()
185 traverse_string(in, len, inform, out_utf8, &outlen); in ASN1_mbstring_ncopy()
198 traverse_string(in, len, inform, cpyfunc, &p); in ASN1_mbstring_ncopy()
207 static int traverse_string(const unsigned char *p, int len, int inform, in traverse_string() argument
[all …]
H A Da_strnid.c81 int inform, int nid) in ASN1_STRING_set_by_NID() argument
95 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, in ASN1_STRING_set_by_NID()
98 ret = ASN1_mbstring_copy(out, in, inlen, inform, in ASN1_STRING_set_by_NID()
/netbsd-src/external/gpl2/dtc/dist/
H A Ddtc.c165 const char *inform = NULL; in main() local
185 inform = optarg; in main()
288 if (inform == NULL) in main()
289 inform = guess_input_format(arg, "dts"); in main()
293 if (streq(inform, "dts")) in main()
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
301 if (streq(inform, "dts")) in main()
303 else if (streq(inform, "fs")) in main()
305 else if(streq(inform, "dtb")) in main()
308 die("Unknown input format \"%s\"\n", inform); in main()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dgcc_release58 inform() { function
119 inform "Updating ChangeLogs and version files"
201 inform "Tagging sources as ${TAG}"
217 inform "Sources are commit ${GITREV}"
245 inform "Building install docs"
260 inform "Building compiler"
317 inform "Building tarfiles"
348 inform "Building diffs against version $old_vers"
357 inform "$old_tar not found; not generating diff file"
359 inform "$new_tar not found; not generating diff file"
[all …]
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/
H A Dgcc_release58 inform() { function
119 inform "Updating ChangeLogs and version files"
201 inform "Tagging sources as ${TAG}"
217 inform "Sources are commit ${GITREV}"
245 inform "Building install docs"
260 inform "Building compiler"
317 inform "Building tarfiles"
348 inform "Building diffs against version $old_vers"
357 inform "$old_tar not found; not generating diff file"
359 inform "$new_tar not found; not generating diff file"
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1153 inform (loc, "original template declaration here"); in associate_classtype_constraints()
1655 inform (DECL_SOURCE_LOCATION (proto), "prototype declared here"); in introduce_template_parameter()
1934 inform (loc, "the required expression %qE is invalid, because", t); in tsubst_valid_expression_requirement()
1941 inform (loc, "the required expression %qE is invalid", t); in tsubst_valid_expression_requirement()
1980 inform (loc, "the required type %qT is invalid, because", t); in tsubst_type_requirement_1()
1984 inform (loc, "the required type %qT is invalid", t); in tsubst_type_requirement_1()
2063 inform (loc, "%qE is not %<noexcept%>", expr); in tsubst_compound_requirement()
2086 inform (loc, in tsubst_compound_requirement()
2093 inform (loc, in tsubst_compound_requirement()
2105 inform (loc, "cannot convert %qE to %qT because", t0, type); in tsubst_compound_requirement()
[all …]
H A Dfriend.cc316 inform (location_of (friend_type), "previous declaration here"); in make_friend_class()
320 inform (input_location, "perhaps you need explicit template " in make_friend_class()
403 inform (DECL_SOURCE_LOCATION (decl), in make_friend_class()
413 inform (DECL_SOURCE_LOCATION (decl), in make_friend_class()
659 inform (input_location, "(if this is not what you intended, " in do_friend()
H A Dmethod.cc952 inform (input_location, "determining value of %qs", "operator<=>"); in lookup_comparison_result()
979 inform (input_location, "forming type of %qs", "operator<=>"); in lookup_comparison_category()
1227 inform (location_of (ctx), "declared here"); in early_check_defaulted_comparison()
1401 inform (info.loc, "changing the return type from %qs " in do_one_comp()
1420 inform (loc, in do_one_comp()
1475 inform (info.loc, "cannot default compare union %qT", ctype); in build_comparison_op()
1543 inform (field_loc, "cannot default compare " in build_comparison_op()
1552 inform (field_loc, "cannot default compare " in build_comparison_op()
1570 inform (field_loc, "cannot default compare " in build_comparison_op()
1857 inform (input_location, "synthesized method %qD first required here", in synthesize_method()
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dinform3 # $File: inform,v 1.5 2009/09/19 16:28:09 christos Exp $
4 # inform: file(1) magic for Inform interactive fiction language
6 # URL: http://www.inform-fiction.org/
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1099 inform (loc, "original template declaration here"); in associate_classtype_constraints()
1612 inform (DECL_SOURCE_LOCATION (proto), "prototype declared here"); in introduce_template_parameter()
2475 inform (disj_expr.get_location (), in satisfy_disjunction()
2489 inform (loc, "the operand %qE is unsatisfied because", op); in satisfy_disjunction()
3202 inform (loc, " %qT is not %<nothrow%> copy assignable", t1); in diagnose_trait_expr()
3205 inform (loc, " %qT is not %<nothrow%> default constructible", t1); in diagnose_trait_expr()
3208 inform (loc, " %qT is not %<nothrow%> copy constructible", t1); in diagnose_trait_expr()
3211 inform (loc, " %qT is not trivially copy assignable", t1); in diagnose_trait_expr()
3214 inform (loc, " %qT is not trivially default constructible", t1); in diagnose_trait_expr()
3217 inform (loc, " %qT is not trivially copy constructible", t1); in diagnose_trait_expr()
[all …]
H A Dfriend.c303 inform (location_of (friend_type), "previous declaration here"); in make_friend_class()
307 inform (input_location, "perhaps you need explicit template " in make_friend_class()
385 inform (DECL_SOURCE_LOCATION (decl), in make_friend_class()
395 inform (DECL_SOURCE_LOCATION (decl), in make_friend_class()
654 inform (input_location, "(if this is not what you intended, " in do_friend()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.cc678 inform (DECL_SOURCE_LOCATION (prevailing->decl), in compare_virtual_tables()
724 inform (DECL_SOURCE_LOCATION in compare_virtual_tables()
728 inform (DECL_SOURCE_LOCATION in compare_virtual_tables()
766 inform (DECL_SOURCE_LOCATION (ctx), in compare_virtual_tables()
794 inform (DECL_SOURCE_LOCATION in compare_virtual_tables()
838 inform (DECL_SOURCE_LOCATION in compare_virtual_tables()
842 inform (DECL_SOURCE_LOCATION in compare_virtual_tables()
849 inform (DECL_SOURCE_LOCATION in compare_virtual_tables()
869 inform (DECL_SOURCE_LOCATION in compare_virtual_tables()
875 inform (DECL_SOURCE_LOCATION in compare_virtual_tables()
[all …]
H A Dtree-ssa-uninit.cc315 inform (var_loc, "%qD was declared here", var); in warn_uninit()
317 inform (var_loc, "%qs was declared here", var_name_str); in warn_uninit()
440 inform (parmloc, "accessing argument %u of a function declared with " in maybe_warn_read_write_only()
865 inform (loc, "in a call to %qD declared with " in maybe_warn_pass_by_reference()
872 inform (loc, "in a call to %qT declared with " in maybe_warn_pass_by_reference()
888 inform (loc, "by argument %u of type %s to %qD " in maybe_warn_pass_by_reference()
896 inform (loc, "by argument %u of type %s to %qT", in maybe_warn_pass_by_reference()
904 inform (loc, "%qD declared here", argbase); in maybe_warn_pass_by_reference()
1070 inform (loc, "%qD declared here", var); in warn_uninitialized_vars()
H A Dgimple-ssa-warn-access.cc231 inform (get_location (decl), in warn_string_no_nul()
668 inform (DECL_SOURCE_LOCATION (decl), in maybe_warn_nonstring_arg()
795 inform (get_location (pad->src.ref), in maybe_warn_for_bound()
887 inform (get_location (pad->dst.ref), in maybe_warn_for_bound()
2029 inform (get_location (aref.ref), "declared here"); in warn_dealloc_offset()
2038 inform (def_loc, in warn_dealloc_offset()
2041 inform (def_loc, in warn_dealloc_offset()
2044 inform (def_loc, "obtained here"); in warn_dealloc_offset()
2354 inform (loc, "argument %i in the range [%E, %E]", in maybe_warn_alloc_args_overflow()
2357 inform (loc, "argument %i in the range [%E, %E]", in maybe_warn_alloc_args_overflow()
[all …]
H A Ddiagnostic-core.h107 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
108 extern void inform (rich_location *, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c665 inform (DECL_SOURCE_LOCATION (prevailing->decl),
711 inform (DECL_SOURCE_LOCATION
715 inform (DECL_SOURCE_LOCATION
753 inform (DECL_SOURCE_LOCATION (ctx),
781 inform (DECL_SOURCE_LOCATION
825 inform (DECL_SOURCE_LOCATION
829 inform (DECL_SOURCE_LOCATION
836 inform (DECL_SOURCE_LOCATION
856 inform (DECL_SOURCE_LOCATION
862 inform (DECL_SOURCE_LOCATION
[all …]
H A Ddiagnostic-core.h107 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
108 extern void inform (rich_location *, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/arm/
H A Darm-common.cc381 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_cpu_option()
384 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_cpu_option()
445 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_arch_option()
448 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_arch_option()
492 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_fpu_option()
495 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_fpu_option()
550 inform (input_location, "valid feature names are: %s; did you mean %qs?", in arm_unrecognized_feature()
553 inform (input_location, "valid feature names are: %s", s); in arm_unrecognized_feature()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
H A Darm-common.c334 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_cpu_option()
337 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_cpu_option()
398 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_arch_option()
401 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_arch_option()
445 inform (input_location, "valid arguments are: %s; did you mean %qs?", in arm_print_hint_for_fpu_option()
448 inform (input_location, "valid arguments are: %s", s); in arm_print_hint_for_fpu_option()
503 inform (input_location, "valid feature names are: %s; did you mean %qs?", in arm_unrecognized_feature()
506 inform (input_location, "valid feature names are: %s", s); in arm_unrecognized_feature()
/netbsd-src/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/
H A Dsignit9 openssl smime -verify -content $infile -in $outfile -inform DER -CAfile test_cert.pem || echo "coul…
10 openssl pkcs7 -print_certs -inform der -in $outfile -text
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dcrl.pod12 [B<-inform PEM|DER>]
38 =item B<-inform DER|PEM>
47 as the B<-inform> option.
123 openssl crl -in crl.der -inform DER -text -noout
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_strnid.c81 int inform, int nid) in ASN1_STRING_set_by_NID() argument
95 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, in ASN1_STRING_set_by_NID()
98 ret = ASN1_mbstring_copy(out, in, inlen, inform, in ASN1_STRING_set_by_NID()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddlltool.c807 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
837 inform (const char * message, ...) in inform() function
969 inform (_("Processing def file: %s"), name); in process_def_file()
973 inform (_("Processed def file")); in process_def_file()
1050 inform (_("NAME: %s base: %x"), name, base); in def_name()
1071 inform (_("LIBRARY: %s base: %x"), name, base); in def_library()
1274 inform (_("run: %s %s"), what, args); in run()
1305 inform ("%s", strerror (errno)); in run()
1357 inform (_("Sucking in info from %s section in %s"), in scan_drectve_symbols()
1497 inform (_("Excluding symbol: %s"), exclude_string); in add_excludes()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddlltool.c856 static void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
886 inform (const char * message, ...) in inform() function
1021 inform (_("Processing def file: %s"), name); in process_def_file()
1025 inform (_("Processed def file")); in process_def_file()
1102 inform (_("NAME: %s base: %x"), name, base); in def_name()
1123 inform (_("LIBRARY: %s base: %x"), name, base); in def_library()
1326 inform (_("run: %s %s"), what, args); in run()
1357 inform ("%s", strerror (errno)); in run()
1409 inform (_("Sucking in info from %s section in %s"), in scan_drectve_symbols()
1550 inform (_("Excluding symbol: %s"), exclude_string); in add_excludes()
[all …]
/netbsd-src/external/bsd/unbound/dist/dynlibmod/
H A Ddynlibmod.c109 __DYNSYM inform; in dynlibmod_init() local
136 inform = __LOADSYM(dynamic_library,"inform_super"); in dynlibmod_init()
137 if (inform == NULL) { in dynlibmod_init()
142 de->func_inform = (func_inform_t)(void*)inform; in dynlibmod_init()

12345678910>>...21