Home
last modified time | relevance | path

Searched defs:SM_VA_START (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dvarargs.h22 # define SM_VA_START(ap, f) va_start(ap, f) macro
26 # define SM_VA_START(ap, f) va_start(ap) macro