Searched refs:SM_VA_ARG (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/sendmail/include/sm/
H A Dvarargs.h42 # define SM_VA_ARG(ap, type) va_arg(ap, type) macro
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dvfprintf.c256 (flags&QUADINT ? SM_VA_ARG(ap, LONGLONG_T) : \
261 (flags&QUADINT ? SM_VA_ARG(ap, ULONGLONG_T) : \
305 nextarg++, SM_VA_ARG(ap, type))
309 (nextarg++, SM_VA_ARG(ap, type)))
1030 (void) SM_VA_ARG(ap, int);
1033 (void) SM_VA_ARG(ap, int);
1036 (void) SM_VA_ARG(ap, int);
1039 (void) SM_VA_ARG(ap, short *);
1042 (void) SM_VA_ARG(ap, int);
1045 (void) SM_VA_ARG(a
[all...]
H A Dvfscanf.c310 *SM_VA_ARG(ap, short *) = nread;
312 *SM_VA_ARG(ap, long *) = nread;
314 *SM_VA_ARG(ap, int *) = nread;
398 (void *) SM_VA_ARG(ap, char *),
434 p0 = p = SM_VA_ARG(ap, char *);
478 p0 = p = SM_VA_ARG(ap, char *);
633 *SM_VA_ARG(ap, void **) =
636 *SM_VA_ARG(ap, LONGLONG_T *) = res;
638 *SM_VA_ARG(ap, long *) = res;
640 *SM_VA_ARG(a
[all...]
H A Dexc.c280 argv[i].v_int = SM_VA_ARG(ap, int);
283 argv[i].v_long = SM_VA_ARG(ap, long);
286 argv[i].v_exc = SM_VA_ARG(ap, SM_EXC_T*);
289 argv[i].v_str = SM_VA_ARG(ap, char*);
293 argv[i].v_str = SM_VA_ARG(ap, char*);
344 (void) SM_VA_ARG(ap, int);
347 (void) SM_VA_ARG(ap, long);
350 sm_exc_free(SM_VA_ARG(ap, SM_EXC_T*));
354 (void) SM_VA_ARG(ap, char*);
H A Dstrl.c231 i += strlen(SM_VA_ARG(ap, char *));
241 str = SM_VA_ARG(ap, char *);
254 j += strlen(SM_VA_ARG(ap, char *));
H A Dstdio.c489 mode = (MODE_T) SM_VA_ARG(ap, int);
/freebsd-10.2-release/contrib/sendmail/libmilter/
H A Dsmfi.c684 while ((txt = SM_VA_ARG(ap, char *)) != NULL)
714 txt = SM_VA_ARG(ap, char *);
718 while ((txt = SM_VA_ARG(ap, char *)) != NULL)

Completed in 89 milliseconds