Home
last modified time | relevance | path

Searched defs:template (Results 1 – 25 of 112) sorted by relevance

12345

/netbsd-src/tests/lib/libc/stdlib/
H A Dt_mktemp.c68 char template[] = "I will barf/XXXXXX"; in ATF_TC_BODY() local
82 char *template; in ATF_TC_BODY() local
121 char template[] = "/tmp/mktemp.XXXXXX"; in ATF_TC_BODY() local
146 char template[] = "/tmp/mktemp.XXXyyy"; in ATF_TC_BODY() local
173 char template[] = "/tmp/mktemp.XXXXXX"; in ATF_TC_BODY() local
200 char template[] = "/tmp/mktemp.XXXXXX"; in ATF_TC_BODY() local
235 char template[] = "/tmp/mktemp.XXXyyy"; in ATF_TC_BODY() local
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c326 const insn_template *template, in print_none()
336 const insn_template *template, in print_mov_u2u()
387 const insn_template *template, in print_mov_port()
440 const insn_template *template, in print_movl_ttrec()
683 const insn_template *template, in print_get()
706 const insn_template *template, in print_set()
727 const insn_template *template, in print_get_set()
776 const insn_template *template, in print_get_set_ext()
815 const insn_template *template, in print_mget_mset()
853 const insn_template *template, in print_cond_set()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c326 const insn_template *template, in print_none()
336 const insn_template *template, in print_mov_u2u()
387 const insn_template *template, in print_mov_port()
440 const insn_template *template, in print_movl_ttrec()
683 const insn_template *template, in print_get()
706 const insn_template *template, in print_set()
727 const insn_template *template, in print_get_set()
776 const insn_template *template, in print_get_set_ext()
815 const insn_template *template, in print_mget_mset()
853 const insn_template *template, in print_cond_set()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c204 const insn_template *template; member
211 const insn_template *template) in parse_none()
445 const insn_template *template) in parse_mov_u2u()
472 const insn_template *template) in parse_mov_port()
527 const insn_template *template) in parse_movl_ttrec()
992 const insn_template *template) in parse_get_set()
1136 const insn_template *template) in parse_get_set_ext()
1393 const insn_template *template) in parse_mget_mset()
1501 const insn_template *template) in parse_mmov()
1623 const insn_template *template) in parse_mdrd()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c204 const insn_template *template; member
211 const insn_template *template) in parse_none()
445 const insn_template *template) in parse_mov_u2u()
472 const insn_template *template) in parse_mov_port()
527 const insn_template *template) in parse_movl_ttrec()
992 const insn_template *template) in parse_get_set()
1136 const insn_template *template) in parse_get_set_ext()
1393 const insn_template *template) in parse_mget_mset()
1501 const insn_template *template) in parse_mmov()
1623 const insn_template *template) in parse_mdrd()
[all …]
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_format_gnutar_filenames.c41 struct archive_entry *ae, *template; in DEFINE_TEST() local
97 struct archive_entry *ae, *template; in DEFINE_TEST() local
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util.c230 BOUNCE_TEMPLATE *template, in bounce_mail_alloc()
481 BOUNCE_TEMPLATE *template) in bounce_mail_init()
520 BOUNCE_TEMPLATE *template) in bounce_mail_one_init()
561 BOUNCE_TEMPLATE *template = bounce_info->template; in bounce_header() local
918 #define IS_UNDELIVERED_TEMPLATE(template) \ in bounce_original() argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_template.c246 struct template { struct
251 ASN1_TAILQ_ENTRY(template) members; argument
259 struct templatehead template; member
570 struct templatehead template; in template_members() local
747 struct templatehead template; in template_members() local
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dmkstemp.c41 rpl_mkstemp (char *template) in rpl_mkstemp()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dmkstemp.c44 rpl_mkstemp (char *template) in rpl_mkstemp()
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dmkstemp.c41 rpl_mkstemp (char *template) in rpl_mkstemp()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dmkstemp.c52 mkstemp(char *template) in mkstemp()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_reply_footer.c98 const char *template, in smtp_reply_footer()
226 const char *template; member
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dcheck_header.c38 void *template; in main() local
/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-list-buffers.c52 const char *template, *filter; in cmd_list_buffers_exec() local
H A Dcmd-list-sessions.c59 const char *template, *filter; in cmd_list_sessions_exec() local
H A Dcmd-list-clients.c61 const char *template, *filter; in cmd_list_clients_exec() local
H A Dcmd-break-pane.c63 const char *template; in cmd_break_pane_exec() local
H A Dcmd-new-window.c64 const char *template, *name; in cmd_new_window_exec() local
/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_subst.c72 char *buf, size_t *bufsize, const char *template) in openpam_subst()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dstore_register.c208 OSSL_STORE_LOADER template; in ossl_store_get0_loader_int() local
242 OSSL_STORE_LOADER template; in ossl_store_unregister_loader_int() local
/netbsd-src/external/bsd/openpam/dist/t/
H A Dt_openpam_subst.c60 char template[] = "test%\0deadbeef"; variable
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dvgcfgbackup.c20 static char *_expand_filename(const char *template, const char *vg_name, in _expand_filename()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_register.c216 OSSL_STORE_LOADER template; in ossl_store_get0_loader_int() local
247 OSSL_STORE_LOADER template; in ossl_store_unregister_loader_int() local
/netbsd-src/tests/kernel/
H A Dt_mqueue.c112 char template[32]; in ATF_TC_BODY() local

12345