Home
last modified time | relevance | path

Searched refs:my_module (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dmodules.c105 my_module (DBM *db, char *mname, enum mtype m_type, char *msg, in my_module() function
508 err += my_module (db, modargv[i], m_type, msg, callback_proc, in my_module()
641 err += my_module (db, spec_opt, m_type, msg, callback_proc, in my_module()
750 return my_module (db, mname, m_type, msg, callback_proc, where, shorten, in do_module()
DChangeLog475 * modules.c (my_module), wrappers.c (wrap_add): Use new expand_path
895 (my_module), no_diff.c (No_Difference), parseinfo.c (Parse_Info), rcs.c
934 * modules.c (my_module): Ditto.
1019 * modules (my_module): Use Xasprintf instead of xmalloc/sprintf
1024 * modules.c (my_module): Ditto.
1032 * modules.c (my_module): Use xnmalloc and xnrealloc. Gratuitous
1038 * modules.c (my_module): Protect against free (NULL) code path.
4936 * modules.c (_do_module): Rename to my_module to avoid reserved name.