Home
last modified time | relevance | path

Searched defs:rawmode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_io/
D_iomodule.c206 char rawmode[6], *m; in _io_open_impl() local
/aosp_15_r20/external/python/cpython2/Modules/_io/
D_iomodule.c302 char rawmode[5], *m; in io_open() local
/aosp_15_r20/external/python/cpython2/Python/
Dast.c3393 decode_unicode(struct compiling *c, const char *s, size_t len, int rawmode, const char *encoding) in decode_unicode()
3465 int rawmode = 0; in parsestr() local
/aosp_15_r20/external/python/cpython3/Parser/
Dstring_parser.c168 _PyPegen_parsestr(Parser *p, int *bytesmode, int *rawmode, PyObject **result, in _PyPegen_parsestr()
/aosp_15_r20/external/mksh/src/
H A Dfuncs.c1600 bool rawmode = false, expanding = false; in c_read() local