Home
last modified time | relevance | path

Searched defs:defn (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/public-domain/sqlite/sqlite2mdoc/
H A Dmain.c138 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 Deng_ctrl.c24 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 Deng_ctrl.c27 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 Dlook.c118 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 Deval.c597 dodefine(const char *name, const char *defn) in dodefine()
634 dopushdef(const char *name, const char *defn) in dopushdef()
H A Dmdef.h146 char *defn; /* definition.. */ member
H A Dgnum4.c737 char *defn = NULL; in thaw_state() local
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dpch.c70 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 Ddirectives.c1545 const uchar *defn = NULL; in do_pragma_push_macro() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc70 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 Ddirectives.cc1586 const uchar *defn = NULL; in do_pragma_push_macro() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_query.c17 const OSSL_PROPERTY_DEFINITION *defn = in property_idx_cmp() local
H A Ddefn_cache.c27 OSSL_PROPERTY_LIST *defn; member
H A Dproperty_parse.c345 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 Dproperty_test.c81 const char *defn; member
307 const char *defn; member
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c343 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 Dread.c1761 record_target_var (struct nameseq *filenames, char *defn, in record_target_var()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc11597 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