Searched defs:rawmode (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | _iomodule.c | 206 char rawmode[6], *m; in _io_open_impl() local
|
/aosp_15_r20/external/python/cpython2/Modules/_io/ |
D | _iomodule.c | 302 char rawmode[5], *m; in io_open() local
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | ast.c | 3393 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/ |
D | string_parser.c | 168 _PyPegen_parsestr(Parser *p, int *bytesmode, int *rawmode, PyObject **result, in _PyPegen_parsestr()
|
/aosp_15_r20/external/mksh/src/ |
H A D | funcs.c | 1600 bool rawmode = false, expanding = false; in c_read() local
|