Searched refs:SM_VA_ARG (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 256 (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(ap, unsigned int); [all …]
|
H A D | vfscanf.c | 310 *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(ap, short *) = res; [all …]
|
H A D | exc.c | 280 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 D | strl.c | 231 i += strlen(SM_VA_ARG(ap, char *)); 241 str = SM_VA_ARG(ap, char *); 254 j += strlen(SM_VA_ARG(ap, char *));
|
H A D | stdio.c | 489 mode = (MODE_T) SM_VA_ARG(ap, int);
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | varargs.h | 42 # define SM_VA_ARG(ap, type) va_arg(ap, type) macro
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 684 while ((txt = SM_VA_ARG(ap, char *)) != NULL) 714 txt = SM_VA_ARG(ap, char *); 718 while ((txt = SM_VA_ARG(ap, char *)) != NULL)
|