| /freebsd-12.1/crypto/openssl/crypto/asn1/ |
| H A D | tasn_fre.c | 28 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in asn1_item_embed_free() argument 51 asn1_primitive_free(pval, it, embed); in asn1_item_embed_free() 55 asn1_primitive_free(pval, it, embed); in asn1_item_embed_free() 74 if (embed == 0) { in asn1_item_embed_free() 114 if (embed == 0) { in asn1_item_embed_free() 124 int embed = tt->flags & ASN1_TFLG_EMBED; in asn1_template_free() local 126 if (embed) { in asn1_template_free() 137 asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed); in asn1_template_free() 142 asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed); in asn1_template_free() 154 if (embed) { in asn1_primitive_free() [all …]
|
| H A D | tasn_new.c | 19 int embed); 21 int embed); 94 if (embed) { in asn1_item_embed_new() 119 if (embed) { in asn1_item_embed_new() 128 if (!embed) { in asn1_item_embed_new() 150 asn1_item_embed_free(pval, it, embed); in asn1_item_embed_new() 159 asn1_item_embed_free(pval, it, embed); in asn1_item_embed_new() 208 if (embed) { in asn1_template_new() 263 int embed) in asn1_primitive_new() argument 274 if (embed) { in asn1_primitive_new() [all …]
|
| H A D | asn1_locl.h | 46 void asn1_string_embed_free(ASN1_STRING *a, int embed); 66 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed); 67 void asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
|
| H A D | asn1_lib.c | 325 void asn1_string_embed_free(ASN1_STRING *a, int embed) in asn1_string_embed_free() argument 331 if (embed == 0) in asn1_string_embed_free()
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_source.c | 441 struct ng_source_embed_info *embed; in ng_source_rcvmsg() local 448 bcopy(embed, &sc->embed_timestamp, sizeof(*embed)); in ng_source_rcvmsg() 454 struct ng_source_embed_info *embed; in ng_source_rcvmsg() local 462 bcopy(&sc->embed_timestamp, embed, sizeof(*embed)); in ng_source_rcvmsg() 468 struct ng_source_embed_cnt_info *embed; in ng_source_rcvmsg() local 476 !(embed->width == 1 || embed->width == 2 || in ng_source_rcvmsg() 477 embed->width == 4)) { in ng_source_rcvmsg() 481 bcopy(embed, &sc->embed_counter[embed->index], in ng_source_rcvmsg() 482 sizeof(*embed)); in ng_source_rcvmsg() 489 struct ng_source_embed_cnt_info *embed; in ng_source_rcvmsg() local [all …]
|
| /freebsd-12.1/contrib/netbsd-tests/bin/sh/ |
| H A D | t_cmdsub.sh | 590 -o inline:'F.1: here-doc embed with unbal single, back- or doublequote '\''\n' \ 594 F.1: here-doc embed with unbal single, back- or doublequote '\'' 598 -o inline:'F.2: here-doc embed with unbal single, back- or doublequote "\n' \ 606 -o inline:'F.3: here-doc embed with unbal single, back- or doublequote `\n' \ 610 F.3: here-doc embed with unbal single, back- or doublequote `
|
| /freebsd-12.1/contrib/gdb/gdb/config/arm/ |
| H A D | embed.mt | 4 TM_FILE= tm-embed.h
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Options.td | 54 def natvis : P<"natvis", "Path to natvis file to embed in the PDB">; 58 def pdbaltpath : P<"pdbaltpath", "PDB file path to embed in the image">; 80 "Additional manifest inputs; only valid with /manifest:embed">;
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_ioctl.c | 103 sli4_req_hdr_t *req = (sli4_req_hdr_t *)sli_config->payload.embed; in ocs_process_sli_config() 109 (sli4_req_common_read_object_t *)sli_config->payload.embed; in ocs_process_sli_config() 129 (sli4_req_common_write_object_t *)sli_config->payload.embed; in ocs_process_sli_config() 151 (sli4_req_common_read_object_list_t *)sli_config->payload.embed; in ocs_process_sli_config()
|
| H A D | sli4.c | 404 sli_config_hdr = (sli4_req_hdr_t *)sli_config->payload.embed; in sli_dump_bmbx_command() 1366 if ((length > sizeof(sli_config->payload.embed)) && (dma == NULL)) { in sli_cmd_sli_config() 1368 length, sizeof(sli_config->payload.embed)); in sli_cmd_sli_config() 1396 return offsetof(sli4_cmd_sli_config_t, payload.embed); in sli_cmd_sli_config() 3209 return sli_config->payload.embed[4]; in sli_res_sli_config() 3548 (((uint8_t *)sli4->bmbx.virt) + offsetof(sli4_cmd_sli_config_t, payload.embed)); in sli_query_fw_config() 3707 (((uint8_t *)sli4->bmbx.virt) + offsetof(sli4_cmd_sli_config_t, payload.embed)); in sli_get_config() 3859 offsetof(sli4_cmd_sli_config_t, payload.embed)); in sli_get_config()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CC1Options.td | 171 HelpText<"The compilation directory to embed in the debug info.">; 173 HelpText<"The string to embed in the Dwarf debug flags record.">; 175 HelpText<"The string to embed in the .LLVM.command.line section.">; 501 def fmodules_embed_file_EQ : Joined<["-"], "fmodules-embed-file=">, 505 def fmodules_embed_all_files : Joined<["-"], "fmodules-embed-all-files">, 865 HelpText<"The string to embed in the Dwarf debug AT_producer record.">;
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | sql | 94 # Version 3 of SQLite allows applications to embed their own "user version"
|
| /freebsd-12.1/lib/libsecureboot/ |
| H A D | README.rst | 66 embed in this library.
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | hxtool-commands.in | 113 long = "embed-leaf-only" 115 help = "only embed leaf certificate"
|
| H A D | test_cms.in | 431 --embed-leaf-only \
|
| /freebsd-12.1/sys/contrib/xz-embedded/ |
| H A D | README | 64 To embed the XZ decoder, copy the following files into a single
|
| /freebsd-12.1/contrib/llvm/tools/lld/docs/ |
| H A D | index.rst | 46 - You can embed LLD in your program to eliminate dependencies on
|
| H A D | NewLLD.rst | 7 You can embed LLD to your program by linking against it and calling the linker's
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | TO-DO | 55 terminfo library interprets \200 as a request to embed NUL (\000) at that
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticFrontendKinds.td | 210 Error<"file '%0' specified by '-fmodules-embed-file=' not found">,
|
| H A D | CodeGenOptions.def | 351 /// Whether to embed source in DWARF debug line section.
|
| /freebsd-12.1/contrib/expat/ |
| H A D | Changes | 156 which embed Expat rather than linking in the library.
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libcurses/ |
| H A D | testframe.txt | 191 embed some control characters into the string. Valid substitutions
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/ |
| H A D | libisc.mak | 51 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE: 73 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | config.gcc | 2016 sh*-*-kaos*) tm_file="${tm_file} sh/embed-elf.h kaos.h sh/kaos-sh.h" 2023 tm_file="${tm_file} sh/embed-elf.h" 2029 tm_file="${tm_file} sh/embed-elf.h" ;; 2155 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h" 2159 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/vxworks.h"
|