Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
D_iomodule.c302 char rawmode[5], *m; in io_open() local
/external/python/cpython3/Modules/_io/
D_iomodule.c241 char rawmode[6], *m; in _io_open_impl() local
/external/python/cpython3/Parser/pegen/
Dparse_string.c162 _PyPegen_parsestr(Parser *p, int *bytesmode, int *rawmode, PyObject **result, in _PyPegen_parsestr()
/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
/external/openssh/
Dmux.c1905 int r, i, devnull, rawmode; in mux_client_request_session() local
/external/mksh/src/
Dfuncs.c1590 bool rawmode = false, expanding = false; in c_read() local
/external/python/cpython3/Python/
Dast.c5644 parsestr(struct compiling *c, const node *n, int *bytesmode, int *rawmode, in parsestr()