Lines Matching defs:p
21 {wint_t(*p)(int) = btowc;} in f() local
22 {wint_t(*p)(FILE*) = fgetwc;} in f() local
23 {wchar_t*(*p)(wchar_t*restrict,int,FILE*restrict) = fgetws;} in f() local
24 {wint_t(*p)(wchar_t,FILE*) = fputwc;} in f() local
25 {int(*p)(const wchar_t*restrict,FILE*restrict) = fputws;} in f() local
26 {int(*p)(FILE*,int) = fwide;} in f() local
27 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwprintf;} in f() local
28 {int(*p)(FILE*restrict,const wchar_t*restrict,...) = fwscanf;} in f() local
29 {wint_t(*p)(FILE*) = getwc;} in f() local
30 {wint_t(*p)(void) = getwchar;} in f() local
31 {size_t(*p)(const char*restrict,size_t,mbstate_t*restrict) = mbrlen;} in f() local
32 {size_t(*p)(wchar_t*restrict,const char*restrict,size_t,mbstate_t*restrict) = mbrtowc;} in f() local
33 {int(*p)(const mbstate_t*) = mbsinit;} in f() local
34 {size_t(*p)(wchar_t*restrict,const char**restrict,size_t,mbstate_t*restrict) = mbsrtowcs;} in f() local
35 {wint_t(*p)(wchar_t,FILE*) = putwc;} in f() local
36 {wint_t(*p)(wchar_t) = putwchar;} in f() local
37 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,...) = swprintf;} in f() local
38 {int(*p)(const wchar_t*restrict,const wchar_t*restrict,...) = swscanf;} in f() local
39 {wint_t(*p)(wint_t,FILE*) = ungetwc;} in f() local
40 {int(*p)(FILE*restrict,const wchar_t*restrict,va_list) = vfwprintf;} in f() local
41 {int(*p)(FILE*restrict,const wchar_t*restrict,va_list) = vfwscanf;} in f() local
42 {int(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,va_list) = vswprintf;} in f() local
43 {int(*p)(const wchar_t*restrict,const wchar_t*restrict,va_list) = vswscanf;} in f() local
44 {int(*p)(const wchar_t*restrict,va_list) = vwprintf;} in f() local
45 {int(*p)(const wchar_t*restrict,va_list) = vwscanf;} in f() local
46 {size_t(*p)(char*restrict,wchar_t,mbstate_t*restrict) = wcrtomb;} in f() local
47 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict) = wcscat;} in f() local
48 {wchar_t*(*p)(const wchar_t*,wchar_t) = wcschr;} in f() local
49 {int(*p)(const wchar_t*,const wchar_t*) = wcscmp;} in f() local
50 {int(*p)(const wchar_t*,const wchar_t*) = wcscoll;} in f() local
51 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict) = wcscpy;} in f() local
52 {size_t(*p)(const wchar_t*,const wchar_t*) = wcscspn;} in f() local
53 {size_t(*p)(wchar_t*restrict,size_t,const wchar_t*restrict,const struct tm*restrict) = wcsftime;} in f() local
54 {size_t(*p)(const wchar_t*) = wcslen;} in f() local
55 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcsncat;} in f() local
56 {int(*p)(const wchar_t*,const wchar_t*,size_t) = wcsncmp;} in f() local
57 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcsncpy;} in f() local
58 {wchar_t*(*p)(const wchar_t*,const wchar_t*) = wcspbrk;} in f() local
59 {wchar_t*(*p)(const wchar_t*,wchar_t) = wcsrchr;} in f() local
60 {size_t(*p)(char*restrict,const wchar_t**restrict,size_t,mbstate_t*restrict) = wcsrtombs;} in f() local
61 {size_t(*p)(const wchar_t*,const wchar_t*) = wcsspn;} in f() local
62 {wchar_t*(*p)(const wchar_t*restrict,const wchar_t*restrict) = wcsstr;} in f() local
63 {double(*p)(const wchar_t*restrict,wchar_t**restrict) = wcstod;} in f() local
64 {float(*p)(const wchar_t*restrict,wchar_t**restrict) = wcstof;} in f() local
65 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,wchar_t**restrict) = wcstok;} in f() local
66 {long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstol;} in f() local
67 {long double(*p)(const wchar_t*restrict,wchar_t**restrict) = wcstold;} in f() local
68 {long long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoll;} in f() local
69 {unsigned long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoul;} in f() local
70 {unsigned long long(*p)(const wchar_t*restrict,wchar_t**restrict,int) = wcstoull;} in f() local
71 {size_t(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcsxfrm;} in f() local
72 {int(*p)(wint_t) = wctob;} in f() local
73 {wchar_t*(*p)(const wchar_t*,wchar_t,size_t) = wmemchr;} in f() local
74 {int(*p)(const wchar_t*,const wchar_t*,size_t) = wmemcmp;} in f() local
75 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wmemcpy;} in f() local
76 {wchar_t*(*p)(wchar_t*,const wchar_t*,size_t) = wmemmove;} in f() local
77 {wchar_t*(*p)(wchar_t*,wchar_t,size_t) = wmemset;} in f() local
79 {size_t(*p)(wchar_t*restrict,const char**restrict,size_t,size_t,mbstate_t*restrict) = mbsnrtowcs;} in f() local
80 {FILE*(*p)(wchar_t**,size_t*) = open_wmemstream;} in f() local
81 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict) = wcpcpy;} in f() local
82 {wchar_t*(*p)(wchar_t*restrict,const wchar_t*restrict,size_t) = wcpncpy;} in f() local
83 {int(*p)(const wchar_t*,const wchar_t*) = wcscasecmp;} in f() local
84 {int(*p)(const wchar_t*,const wchar_t*,locale_t) = wcscasecmp_l;} in f() local
85 {int(*p)(const wchar_t*,const wchar_t*,locale_t) = wcscoll_l;} in f() local
86 {wchar_t*(*p)(const wchar_t*) = wcsdup;} in f() local
87 {int(*p)(const wchar_t*,const wchar_t*,size_t) = wcsncasecmp;} in f() local
88 {int(*p)(const wchar_t*,const wchar_t*,size_t,locale_t) = wcsncasecmp_l;} in f() local
89 {size_t(*p)(const wchar_t*,size_t) = wcsnlen;} in f() local
90 {size_t(*p)(char*restrict,const wchar_t**restrict,size_t,size_t,mbstate_t*restrict) = wcsnrtombs;} in f() local
91 {size_t(*p)(wchar_t*restrict,const wchar_t*restrict,size_t,locale_t) = wcsxfrm_l;} in f() local
94 {int(*p)(const wchar_t*,size_t) = wcswidth;} in f() local
95 {int(*p)(wchar_t) = wcwidth;} in f() local