Home
last modified time | relevance | path

Searched refs:mem_vasprintf (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dmemfunc.h102 extern int mem_vasprintf(ipa_mem_type *, char **, const char *, va_list)
H A Dipa_cmd.c324 mem_vasprintf(m_tmp, &buf, format, ap); in log_failed_cmd()
561 mem_vasprintf(m_tmp, &buf, format, ap); in log_prev_wpid()
632 mem_vasprintf(m_tmp, &buf, format, ap); in log_run_cmds()
646 mem_vasprintf(m_tmp, &buf, format, ap); in log_failed_cmds()
H A Dipa_mod.h65 int (*mem_vasprintf)(ipa_mem_type *, char **, member
H A Dmemfunc.c856 mem_vasprintf(ipa_mem_type *mem_type, char **bufp, const char *format, in mem_vasprintf() function
912 rv = mem_vasprintf(mem_type, bufp, format, ap); in mem_asprintf()
2386 mem_vasprintf, /* mem_vasprintf */
/dports/sysutils/ipa/ipa-2.1.2/
H A DHISTORY86 * Now non-standard function mem_vasprintf() exported to modules
/dports/databases/ipa_sdb/ipa_sdb-1.1.1/src/
H A Dsdb_st_mod.c302 rv = memfunc->mem_vasprintf(mem_type, bufp, format, ap); in mem_asprintf()
H A Dsdb_db_mod.c400 rv = memfunc->mem_vasprintf(mem_type, bufp, format, ap); in mem_asprintf()