Lines Matching refs:GET_ARG
385 _p_p = GET_ARG (N, ap, _type **); \ in _SVFWSCANF()
459 # define GET_ARG(n, ap, type) \ in _SVFWSCANF() macro
470 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFWSCANF() macro
770 cp = GET_ARG (N, ap, char *); in _SVFWSCANF()
777 sp = GET_ARG (N, ap, short *); in _SVFWSCANF()
782 lp = GET_ARG (N, ap, long *); in _SVFWSCANF()
788 llp = GET_ARG (N, ap, long long*); in _SVFWSCANF()
794 ip = GET_ARG (N, ap, int *); in _SVFWSCANF()
841 p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
879 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
936 p0 = p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
971 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
1028 p0 = p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
1061 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
1234 void **vp = GET_ARG (N, ap, void **); in _SVFWSCANF()
1249 cp = GET_ARG (N, ap, char *); in _SVFWSCANF()
1255 sp = GET_ARG (N, ap, short *); in _SVFWSCANF()
1260 lp = GET_ARG (N, ap, long *); in _SVFWSCANF()
1271 llp = GET_ARG (N, ap, long long*); in _SVFWSCANF()
1277 ip = GET_ARG (N, ap, int *); in _SVFWSCANF()
1575 dp = GET_ARG (N, ap, double *); in _SVFWSCANF()
1580 ldp = GET_ARG (N, ap, _LONG_DOUBLE *); in _SVFWSCANF()
1585 flp = GET_ARG (N, ap, float *); in _SVFWSCANF()