/netbsd-src/external/public-domain/sqlite/sqlite2mdoc/ |
H A D | main.c | 138 struct defn { struct 140 TAILQ_ENTRY(defn) entries; argument 141 char *desc; /* long description */ 142 size_t descsz; /* strlen(desc) */ 143 char *fulldesc; /* description w/newlns */ 144 size_t fulldescsz; /* strlen(fulldesc) */ 145 struct declq dcqhead; /* declarations */ 146 int multiline; /* used when parsing */ 147 int instruct; /* used when parsing */ 148 const char *fn; /* parsed from file */ [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/ |
H A D | eng_ctrl.c | 24 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() 31 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) in int_ctrl_cmd_by_name() 44 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) in int_ctrl_cmd_by_num()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/ |
H A D | eng_ctrl.c | 27 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() 34 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) in int_ctrl_cmd_by_name() 47 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) in int_ctrl_cmd_by_num()
|
/netbsd-src/usr.bin/m4/ |
H A D | look.c | 118 setup_definition(struct macro_definition *d, const char *defn, const char *name) in setup_definition() 157 macro_define(const char *name, const char *defn) in macro_define() 171 macro_pushdef(const char *name, const char *defn) in macro_pushdef()
|
H A D | eval.c | 597 dodefine(const char *name, const char *defn) in dodefine() 634 dopushdef(const char *name, const char *defn) in dopushdef()
|
H A D | mdef.h | 146 char *defn; /* definition.. */ member
|
H A D | gnum4.c | 737 char *defn = NULL; in thaw_state() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | pch.c | 70 const unsigned char *defn; in write_macdef() local 410 uchar *defn; in _cpp_restore_pushed_macros() local 766 const uchar * defn = cpp_macro_definition (r, h); in save_macros() local 826 uchar *defn; in cpp_read_state() local
|
H A D | directives.c | 1545 const uchar *defn = NULL; in do_pragma_push_macro() local
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | pch.cc | 70 const unsigned char *defn; in write_macdef() local 410 uchar *defn; in _cpp_restore_pushed_macros() local 766 const uchar * defn = cpp_macro_definition (r, h); in save_macros() local 826 uchar *defn; in cpp_read_state() local
|
H A D | directives.cc | 1586 const uchar *defn = NULL; in do_pragma_push_macro() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/ |
H A D | property_query.c | 17 const OSSL_PROPERTY_DEFINITION *defn = in property_idx_cmp() local
|
H A D | defn_cache.c | 27 OSSL_PROPERTY_LIST *defn; member
|
H A D | property_parse.c | 345 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn) in ossl_parse_property() 472 const OSSL_PROPERTY_LIST *defn) in ossl_property_match_count()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | property_test.c | 81 const char *defn; member 307 const char *defn; member
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | merge.c | 343 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); in fwd_equiv() local 877 void *defn; in fwd_redir() local 920 tdesc_t *defn; in redir_mstr_fwd_cb() local
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | read.c | 1761 record_target_var (struct nameseq *filenames, char *defn, in record_target_var()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 11597 trees_out::write_class_def (tree defn) in write_class_def() 11723 trees_out::mark_class_def (tree defn) in mark_class_def() 11772 trees_in::read_class_def (tree defn, tree maybe_template) in read_class_def() 12102 trees_in::read_enum_def (tree defn, tree maybe_template) in read_enum_def() 12813 tree defn = (*class_members)[ix]; in add_class_entities() local
|