Lines Matching refs:GET_ARG
380 _p_p = GET_ARG (N, ap, _type **); \ in _SVFWSCANF()
454 # define GET_ARG(n, ap, type) \ in _SVFWSCANF() macro
465 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFWSCANF() macro
761 cp = GET_ARG (N, ap, char *); in _SVFWSCANF()
768 sp = GET_ARG (N, ap, short *); in _SVFWSCANF()
773 lp = GET_ARG (N, ap, long *); in _SVFWSCANF()
779 llp = GET_ARG (N, ap, long long*); in _SVFWSCANF()
785 ip = GET_ARG (N, ap, int *); in _SVFWSCANF()
832 p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
870 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
927 p0 = p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
962 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
1019 p0 = p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
1052 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
1225 void **vp = GET_ARG (N, ap, void **); in _SVFWSCANF()
1240 cp = GET_ARG (N, ap, char *); in _SVFWSCANF()
1246 sp = GET_ARG (N, ap, short *); in _SVFWSCANF()
1251 lp = GET_ARG (N, ap, long *); in _SVFWSCANF()
1262 llp = GET_ARG (N, ap, long long*); in _SVFWSCANF()
1268 ip = GET_ARG (N, ap, int *); in _SVFWSCANF()
1566 dp = GET_ARG (N, ap, double *); in _SVFWSCANF()
1571 ldp = GET_ARG (N, ap, _LONG_DOUBLE *); in _SVFWSCANF()
1576 flp = GET_ARG (N, ap, float *); in _SVFWSCANF()