Home
last modified time | relevance | path

Searched refs:pchar (Results 1 – 8 of 8) sorted by relevance

/external/libcups/vcnet/regex/
Dengine.ih29 static char *pchar(int ch);
Dengine.c950 fprintf(d, " %s", pchar(ch));
978 printf("%s %s-", title, pchar(*start));
979 printf("%s ", pchar(*stop));
997 pchar(ch) in pchar() function
/external/llvm-project/llvm/lib/Support/
Dregengine.inc113 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)
/external/llvm/lib/Support/
Dregengine.inc113 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)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregengine.inc113 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)
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregengine.inc113 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)
/external/python/cpython2/Objects/
Dstringobject.c1178 char pchar; in string_item() local
1184 pchar = a->ob_sval[i]; in string_item()
1185 v = (PyObject *)characters[pchar & UCHAR_MAX]; in string_item()
1187 v = PyString_FromStringAndSize(&pchar, 1); in string_item()
/external/pcre/dist2/src/
Dpcre2test.c2915 pchar(uint32_t c, BOOL utf, FILE *f) in pchar() function
3001 yield += pchar(c, utf, f); in pchars8()
3006 yield += pchar(c, utf, f); in pchars8()
3041 yield += pchar(c, utf, f); in pchars16()
3067 yield += pchar(c, utf, f); in pchars32()
4684 pchar(first_cunit, FALSE, outfile); in show_pattern_info()
4727 pchar(last_cunit, FALSE, outfile); in show_pattern_info()