Lines Matching refs:ap
89 ** ap -- vectors of data units used for formating
100 sm_bprintf(fp, fmt, ap)
131 ret = sm_io_vfprintf(&fake, SM_TIME_FOREVER, fmt, ap);
167 ** ap -- vectors with data units for formating
175 sm_io_vfprintf(fp, timeout, fmt0, ap)
258 (flags&QUADINT ? SM_VA_ARG(ap, LONGLONG_T) : \
263 (flags&QUADINT ? SM_VA_ARG(ap, ULONGLONG_T) : \
306 (((argtable != NULL) ? (void) (ap = argtable[nextarg]) : (void) 0), \
307 nextarg++, SM_VA_ARG(ap, type))
311 (nextarg++, SM_VA_ARG(ap, type)))
324 return sm_bprintf(fp, fmt0, ap);
329 SM_VA_COPY(orgap, ap);
821 ** ap -- vector list of data unit for formating consumption
822 ** argtable -- an indexable table (returned) of 'ap'
829 sm_find_arguments(fmt0, ap, argtable)
1028 SM_VA_COPY((*argtable)[n], ap);
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);
1050 (void) SM_VA_ARG(ap, int *);
1053 (void) SM_VA_ARG(ap, long);
1056 (void) SM_VA_ARG(ap, unsigned long);
1059 (void) SM_VA_ARG(ap, long *);
1062 (void) SM_VA_ARG(ap, LONGLONG_T);
1065 (void) SM_VA_ARG(ap, ULONGLONG_T);
1068 (void) SM_VA_ARG(ap, LONGLONG_T *);
1071 (void) SM_VA_ARG(ap, double);
1074 (void) SM_VA_ARG(ap, char *);
1077 (void) SM_VA_ARG(ap, void *);