| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| a_mbstr.c | 16 static int traverse_string(const unsigned char *p, int len, int inform, 37 int inform, unsigned long mask) 39 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0); 43 int inform, unsigned long mask, 62 switch (inform) { 112 if (traverse_string(in, len, inform, type_str, &mask) < 0) { 157 if (inform == outform) { 188 ret = traverse_string(in, len, inform, out_utf8, &outlen); 206 traverse_string(in, len, inform, cpyfunc, &p); 215 static int traverse_string(const unsigned char *p, int len, int inform, [all...] |
| a_strnid.c | 81 int inform, int nid) 95 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, 98 ret = ASN1_mbstring_copy(out, in, inlen, inform,
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| a_mbstr.c | 16 static int traverse_string(const unsigned char *p, int len, int inform, 37 int inform, unsigned long mask) 39 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0); 43 int inform, unsigned long mask, 62 switch (inform) { 112 if (traverse_string(in, len, inform, type_str, &mask) < 0) { 154 if (inform == outform) { 185 traverse_string(in, len, inform, out_utf8, &outlen); 200 traverse_string(in, len, inform, cpyfunc, &p); 209 static int traverse_string(const unsigned char *p, int len, int inform, [all...] |
| a_strnid.c | 81 int inform, int nid) 95 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, 98 ret = ASN1_mbstring_copy(out, in, inlen, inform,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| a_mbstr.c | 15 static int traverse_string(const unsigned char *p, int len, int inform, 36 int inform, unsigned long mask) 38 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0); 42 int inform, unsigned long mask, 60 switch (inform) { 114 if (traverse_string(in, len, inform, type_str, &mask) < 0) { 158 if (inform == outform) { 185 traverse_string(in, len, inform, out_utf8, &outlen); 198 traverse_string(in, len, inform, cpyfunc, &p); 207 static int traverse_string(const unsigned char *p, int len, int inform, [all...] |
| a_strnid.c | 81 int inform, int nid) 95 ret = ASN1_mbstring_ncopy(out, in, inlen, inform, mask, 98 ret = ASN1_mbstring_copy(out, in, inlen, inform,
|
| /src/external/gpl2/texinfo/dist/info/ |
| indices.h | 38 REFERENCE **apropos_in_all_indices (char *search_string, int inform);
|
| /src/external/gpl2/dtc/dist/ |
| dtc.c | 165 const char *inform = NULL; local 185 inform = optarg; 288 if (inform == NULL) 289 inform = guess_input_format(arg, "dts"); 293 if (streq(inform, "dts")) 299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) 301 if (streq(inform, "dts")) 303 else if (streq(inform, "fs")) 305 else if(streq(inform, "dtb")) 308 die("Unknown input format \"%s\"\n", inform); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| diagnostic-core.h | 117 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3); 118 extern void inform (rich_location *, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| diagnostic-core.h | 107 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);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constraint.cc | 1153 inform (loc, "original template declaration here"); 1655 inform (DECL_SOURCE_LOCATION (proto), "prototype declared here"); 1934 inform (loc, "the required expression %qE is invalid, because", t); 1941 inform (loc, "the required expression %qE is invalid", t); 1980 inform (loc, "the required type %qT is invalid, because", t); 1984 inform (loc, "the required type %qT is invalid", t); 2063 inform (loc, "%qE is not %<noexcept%>", expr); 2086 inform (loc, 2093 inform (loc, 2105 inform (loc, "cannot convert %qE to %qT because", t0, type) [all...] |
| friend.cc | 316 inform (location_of (friend_type), "previous declaration here"); 320 inform (input_location, "perhaps you need explicit template " 403 inform (DECL_SOURCE_LOCATION (decl), 413 inform (DECL_SOURCE_LOCATION (decl), 659 inform (input_location, "(if this is not what you intended, "
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| gcc_release | 58 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...] |
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| gcc_release | 58 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...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| asn1_internal_test.c | 282 int inform = MBSTRING_UNIV; local 284 if (!TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_GENERALSTRING, 0, 0), -1) 285 || !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_VISIBLESTRING, 0, 0), -1) 286 || !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_VIDEOTEXSTRING, 0, 0), -1) 287 || !TEST_int_eq(ASN1_mbstring_ncopy(&str, in, inlen, inform, B_ASN1_GENERALIZEDTIME, 0, 0), -1))
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constraint.cc | 1225 inform (loc, "original template declaration here"); 1732 inform (DECL_SOURCE_LOCATION (proto), "prototype declared here"); 2014 inform (loc, "the required expression %qE is invalid, because", t); 2021 inform (loc, "the required expression %qE is invalid", t); 2063 inform (loc, "the required type %qT is invalid, because", t); 2067 inform (loc, "the required type %qT is invalid", t); 2151 inform (loc, "%qE is not %<noexcept%>", expr); 2172 inform (loc, 2179 inform (loc, 2191 inform (loc, "cannot convert %qE to %qT because", t0, type) [all...] |
| friend.cc | 318 inform (location_of (friend_type), "previous declaration here"); 322 inform (input_location, "perhaps you need explicit template " 405 inform (DECL_SOURCE_LOCATION (decl), 415 inform (DECL_SOURCE_LOCATION (decl), 651 inform (input_location, "(if this is not what you intended, "
|
| /src/usr.sbin/lpr/common_source/ |
| lp.h | 115 void inform(const char *);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| elfcomm.h | 32 extern void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| elfcomm.h | 32 extern void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
|
| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| avr-devices.cc | 153 inform (input_location, "supported core architectures:%s", archs);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr-devices.cc | 153 inform (input_location, "supported core architectures:%s", archs);
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 15-test_ml_dsa_codecs.t | 199 ok(run(app([qw(openssl pkey -inform DER -noout -in), $real])), 201 ok(!run(app([qw(openssl pkey -inform DER -noout -in), $mixt])), 204 qw(-inform DER -noout -in), $mixt])), 213 qw(-inform DER -noout -in), $mash])),
|
| 15-test_ml_kem_codecs.t | 208 ok(run(app([qw(openssl pkey -inform DER -noout -in), $real])), 211 qw(-inform DER -noout -in), $mixt])), 215 qw(-inform DER -noout -in), $mixt])), 223 ok(!run(app([qw(openssl pkey -inform DER -noout -in), $mash])),
|
| /src/external/gpl3/gcc/dist/gcc/common/config/arm/ |
| arm-common.cc | 381 inform (input_location, "valid arguments are: %s; did you mean %qs?", 384 inform (input_location, "valid arguments are: %s", s); 445 inform (input_location, "valid arguments are: %s; did you mean %qs?", 448 inform (input_location, "valid arguments are: %s", s); 492 inform (input_location, "valid arguments are: %s; did you mean %qs?", 495 inform (input_location, "valid arguments are: %s", s); 550 inform (input_location, "valid feature names are: %s; did you mean %qs?", 553 inform (input_location, "valid feature names are: %s", s);
|