Searched refs:pchar (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/regex/test/captures/ |
D | captures_test.cpp | 121 typedef const char* pchar; in cpp_main() typedef 122 pchar e1[4][5] = in cpp_main() 130 pchar e2[4][2] = in cpp_main() 137 pchar e3[3][1] = in cpp_main() 143 pchar e4[3][1] = in cpp_main() 150 pchar e5[2][16] = in cpp_main() 156 pchar e6[2][16] = in cpp_main() 162 pchar e7[4][14] = in cpp_main() 170 pchar e8[5][9] = in cpp_main()
|
/third_party/boost/libs/beast/test/beast/http/ |
D | message_fuzz.hpp | 151 pchar() in pchar() function in boost::beast::http::message_fuzz_t 182 s += pchar(); in param() 272 s += pchar(); in abs_path()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regengine.inc | 113 static char *pchar(int); 977 (void)fprintf(d, " %s", pchar(ch)); 996 (void)printf("%s %s-", title, pchar(*start)); 997 (void)printf("%s ", pchar(*stop)); 1004 - pchar - make a character printable 1012 pchar(int ch)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regengine.inc | 113 static char *pchar(int); 977 (void)fprintf(d, " %s", pchar(ch)); 996 (void)printf("%s %s-", title, pchar(*start)); 997 (void)printf("%s ", pchar(*stop)); 1004 - pchar - make a character printable 1012 pchar(int ch)
|
/third_party/ffmpeg/libavformat/ |
D | rtmpproto.c | 1907 char *pchar; in send_invoke_response() local 1940 pchar = strrchr(s->filename, '/'); in send_invoke_response() 1941 if (!pchar) { in send_invoke_response() 1945 pchar = s->filename; in send_invoke_response() 1947 pchar++; in send_invoke_response() 1948 if (strcmp(pchar, filename)) in send_invoke_response() 1950 " %s\n", filename, pchar); in send_invoke_response()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2test.c | 2918 pchar(uint32_t c, BOOL utf, FILE *f) in pchar() function 3004 yield += pchar(c, utf, f); in pchars8() 3009 yield += pchar(c, utf, f); in pchars8() 3044 yield += pchar(c, utf, f); in pchars16() 3070 yield += pchar(c, utf, f); in pchars32() 4687 pchar(first_cunit, FALSE, outfile); in show_pattern_info() 4730 pchar(last_cunit, FALSE, outfile); in show_pattern_info()
|