Searched refs:sasprintf (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/usr.bin/mail/ |
H A D | mime_detach.c | 135 (void)sasprintf(&p, "%-7s overwrite %s: Always/Never/once/next/rename (ANonr)[n]? ", in detach_open_core() 196 (void)sasprintf(&pathname, "%s/%s", mip->mi_detachdir, in detach_open_target() 202 (void)sasprintf(&pathname, "%s/msg-%s.part-%s.%s", in detach_open_target() 210 (void)sasprintf(&prompt, "%-7s filename: ", partstr); in detach_open_target()
|
H A D | format.c | 86 (void)sasprintf(&p, newfmt, off); in sfmtoff() 102 (void)sasprintf(&p, newfmt, num); in sfmtint() 118 (void)sasprintf(&p, newfmt, str ? str : ""); in sfmtstr() 128 (void)sasprintf(&p, "%d", depth); in sfmtdepth() 133 (void)sasprintf(&p, "%s%s", p, str); in sfmtdepth()
|
H A D | cmd1.c | 250 (void)sasprintf(&p, "%d", mp->m_index); in sget_msgnum() 255 (void)sasprintf(&p, "%s.%d", p, mp->m_index); in sget_msgnum()
|
H A D | mime_child.c | 138 (void)sasprintf(&cp, "%s -c '%s'", shellcmd, cmd); in mime_run_command()
|
H A D | mime_attach.c | 385 sasprintf(&cp2, "%s; name=\"%s\"", cp, basename(filename)) != -1) in content_type_by_name() 451 (void)sasprintf(&disp, "attachment; filename=\"%s\"", in content_disposition() 483 (void)sasprintf(&description, "attachment %d", attach_num); in content_description()
|
H A D | extern.h | 296 int sasprintf(char **ret, const char *format, ...) __printflike(2, 3);
|
H A D | support.c | 94 sasprintf(char **ret, const char *format, ...) in sasprintf() function
|
H A D | list.c | 625 (void)sasprintf(&tempname, "%s/mail.RbXXXXXXXXXX", tmpdir); in matchbody()
|
H A D | mime_decode.c | 575 (void)sasprintf(&cp, "%s%s%d", prefix, in expand_mip()
|
/netbsd-src/sys/arch/i386/stand/lib/test/ |
H A D | Makefile.satest | 14 CPPFLAGS+= -Dprintf=saprintf -Dsprintf=sasprintf -Dvprintf=savprintf
|