Searched refs:SM_VA_ARG (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 258 (flags&QUADINT ? SM_VA_ARG(ap, LONGLONG_T) : \ 263 (flags&QUADINT ? SM_VA_ARG(ap, ULONGLONG_T) : \ 307 nextarg++, SM_VA_ARG(ap, type)) 311 (nextarg++, SM_VA_ARG(ap, type))) 1032 (void) SM_VA_ARG(ap, int); 1035 (void) SM_VA_ARG(ap, int); 1038 (void) SM_VA_ARG(ap, int); 1041 (void) SM_VA_ARG(ap, short *); 1044 (void) SM_VA_ARG(ap, int); 1047 (void) SM_VA_ARG(ap, unsigned int); [all …]
|
H A D | vfscanf.c | 312 *SM_VA_ARG(ap, short *) = nread; 314 *SM_VA_ARG(ap, long *) = nread; 316 *SM_VA_ARG(ap, int *) = nread; 400 (void *) SM_VA_ARG(ap, char *), 436 p0 = p = SM_VA_ARG(ap, char *); 480 p0 = p = SM_VA_ARG(ap, char *); 635 *SM_VA_ARG(ap, void **) = 638 *SM_VA_ARG(ap, LONGLONG_T *) = res; 640 *SM_VA_ARG(ap, long *) = res; 642 *SM_VA_ARG(ap, short *) = res; [all …]
|
H A D | exc.c | 282 argv[i].v_int = SM_VA_ARG(ap, int); 285 argv[i].v_long = SM_VA_ARG(ap, long); 288 argv[i].v_exc = SM_VA_ARG(ap, SM_EXC_T*); 291 argv[i].v_str = SM_VA_ARG(ap, char*); 295 argv[i].v_str = SM_VA_ARG(ap, char*); 346 (void) SM_VA_ARG(ap, int); 349 (void) SM_VA_ARG(ap, long); 352 sm_exc_free(SM_VA_ARG(ap, SM_EXC_T*)); 356 (void) SM_VA_ARG(ap, char*);
|
H A D | strl.c | 233 i += strlen(SM_VA_ARG(ap, char *)); 243 str = SM_VA_ARG(ap, char *); 256 j += strlen(SM_VA_ARG(ap, char *));
|
H A D | stdio.c | 491 mode = (MODE_T) SM_VA_ARG(ap, int);
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | varargs.h | 44 # define SM_VA_ARG(ap, type) va_arg(ap, type) macro
|
/titanic_41/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 686 while ((txt = SM_VA_ARG(ap, char *)) != NULL) 716 txt = SM_VA_ARG(ap, char *); 720 while ((txt = SM_VA_ARG(ap, char *)) != NULL)
|