Lines Matching refs:GET_ARG
386 _p_p = GET_ARG (N, ap, _type **); \ in _SVFWSCANF()
460 # define GET_ARG(n, ap, type) \ in _SVFWSCANF() macro
471 # define GET_ARG(n, ap, type) (va_arg (ap, type)) in _SVFWSCANF() macro
771 cp = GET_ARG (N, ap, char *); in _SVFWSCANF()
778 sp = GET_ARG (N, ap, short *); in _SVFWSCANF()
783 lp = GET_ARG (N, ap, long *); in _SVFWSCANF()
789 llp = GET_ARG (N, ap, long long*); in _SVFWSCANF()
795 ip = GET_ARG (N, ap, int *); in _SVFWSCANF()
842 p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
880 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
937 p0 = p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
972 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
1029 p0 = p = GET_ARG(N, ap, wchar_t *); in _SVFWSCANF()
1062 mbp = GET_ARG(N, ap, char *); in _SVFWSCANF()
1235 void **vp = GET_ARG (N, ap, void **); in _SVFWSCANF()
1250 cp = GET_ARG (N, ap, char *); in _SVFWSCANF()
1256 sp = GET_ARG (N, ap, short *); in _SVFWSCANF()
1261 lp = GET_ARG (N, ap, long *); in _SVFWSCANF()
1272 llp = GET_ARG (N, ap, long long*); in _SVFWSCANF()
1278 ip = GET_ARG (N, ap, int *); in _SVFWSCANF()
1576 dp = GET_ARG (N, ap, double *); in _SVFWSCANF()
1581 ldp = GET_ARG (N, ap, _LONG_DOUBLE *); in _SVFWSCANF()
1586 flp = GET_ARG (N, ap, float *); in _SVFWSCANF()