Home
last modified time | relevance | path

Searched defs:content (Results 1 – 25 of 97) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c1891 const char *content = " r += !aaa == bbb;\n"; in test_make_location_nonpure_range_endpoints() local
2023 const char *content = in test_lexer() local
2248 lexer_test::lexer_test (const line_table_case &case_, const char *content, in lexer_test()
2436 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_simple() local
2484 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_ebcdic() local
2537 const char *content = " \"01234\\x35 789\"\n"; in test_lexer_string_locations_hex() local
2583 const char *content = " \"01234\\065 789\" /* not a string */\n"; in test_lexer_string_locations_oct() local
2620 const char *content = (" \"\\tfoo\\\\\\nbar\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_1() local
2660 const char *content = (" \"%-%\\n\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_2() local
2695 const char *content = " \"01234\\u2174\\u2175789\" /* non-str */\n"; in test_lexer_string_locations_ucn4() local
[all …]
H A Dgcc-rich-location.c160 gcc_rich_location::add_fixit_insert_formatted (const char *content, in add_fixit_insert_formatted()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc2051 const char *content = " r += !aaa == bbb;\n"; in test_make_location_nonpure_range_endpoints() local
2183 const char *content = in test_lexer() local
2408 lexer_test::lexer_test (const line_table_case &case_, const char *content, in lexer_test()
2596 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_simple() local
2644 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_ebcdic() local
2697 const char *content = " \"01234\\x35 789\"\n"; in test_lexer_string_locations_hex() local
2743 const char *content = " \"01234\\065 789\" /* not a string */\n"; in test_lexer_string_locations_oct() local
2780 const char *content = (" \"\\tfoo\\\\\\nbar\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_1() local
2820 const char *content = (" \"%-%\\n\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_2() local
2855 const char *content = " \"01234\\u2174\\u2175789\" /* non-str */\n"; in test_lexer_string_locations_ucn4() local
[all …]
H A Dselftest.cc185 const char *content) in temp_source_file()
199 const char *content, in temp_source_file()
H A Dgcc-rich-location.cc160 gcc_rich_location::add_fixit_insert_formatted (const char *content, in add_fixit_insert_formatted()
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dgpgsig.c58 gpg_verify(const char *content, size_t len, const char *keyring, in gpg_verify()
100 detached_gpg_sign(const char *content, size_t len, char **sig, size_t *sig_len, in detached_gpg_sign()
H A Dpkcs7.c110 easy_pkcs7_verify(const char *content, size_t len, in easy_pkcs7_verify()
230 easy_pkcs7_sign(const char *content, size_t len, in easy_pkcs7_sign()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py14 def run_bug_parse(content): argument
23 def run_crash_parse(content, preproc): argument
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dunwind-arm-vxworks.c41 UINT32 content; member
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dunwind-arm-vxworks.c41 UINT32 content; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d1246 private string content; variable
1263 this(string content) @safe pure in this()
1338 private string content; variable
1354 this(string content) @safe pure in this()
1418 private string content; variable
1433 this(string content) @safe pure in this()
1498 private string content; variable
1514 this(string content) @safe pure in this()
1578 private string content; variable
1594 this(string content) @safe pure in this()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d1238 private string content; variable
1255 this(string content) @safe pure in this()
1329 private string content; variable
1345 this(string content) @safe pure in this()
1409 private string content; variable
1424 this(string content) @safe pure in this()
1489 private string content; variable
1505 this(string content) @safe pure in this()
1569 private string content; variable
1585 this(string content) @safe pure in this()
/netbsd-src/external/mit/libuv/dist/docs/src/sphinx-plugins/
H A Dmanpage.py30 def man_role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dcmsapitest.c20 CMS_ContentInfo* content = NULL; in test_encrypt_decrypt() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcms.c363 heim_octet_string *content) in hx509_cms_unenvelope()
568 heim_octet_string *content) in hx509_cms_envelope_1()
803 heim_octet_string *content, in hx509_cms_verify_signed()
1201 heim_octet_string content; member
1611 heim_octet_string *content) in hx509_cms_decrypt_encrypted()
H A Dks_p12.c106 heim_octet_string content; in ShroudedKeyBag_parser() local
243 heim_octet_string content; in encryptedData_parser() local
271 heim_octet_string content; in envelopedData_parser() local
/netbsd-src/external/bsd/libevent/dist/test/
H A Dbench_http.c54 static char *content; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h57 ArrayRef<uint8_t> content() const { in content() function
/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dbytestrings.c63 void *content = _CBOR_MALLOC(length); in cbor_build_bytestring() local
/netbsd-src/external/bsd/pkg_install/dist/admin/
H A Dcheck.c94 char *content; in check1pkg() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dvalidate.c238 const pgp_contents_t *content = &pkt->u; in pgp_validate_key_cb() local
428 const pgp_contents_t *content = &pkt->u; in validate_data_cb() local
H A Dreader.c505 pgp_packet_t content; in flush() local
588 pgp_packet_t content; in process_dash_escaped() local
1063 pgp_packet_t content; in armoured_data_reader() local
2128 const pgp_contents_t *content = &pkt->u; in pgp_litdata_cb() local
2163 const pgp_contents_t *content = &pkt->u; in pgp_pk_sesskey_cb() local
2215 const pgp_contents_t *content = &pkt->u; in pgp_get_seckey_cb() local
2285 const pgp_contents_t *content = &pkt->u; in get_passphrase_cb() local
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmsapitest.c30 CMS_ContentInfo* content = NULL; in test_encrypt_decrypt() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpkinit.c839 krb5_data *content, in pk_verify_sign()
899 const krb5_data *content, in get_reply_key_win()
945 const krb5_data *content, in get_reply_key()
1117 krb5_data content; in pk_rd_pa_reply_enckey() local
1361 krb5_data content; in pk_rd_pa_reply_dh() local
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddelivered_hdr.c222 const char *content; in main() member

1234