Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsocket.py235 rawmode = ""
237 rawmode += "r"
239 rawmode += "w"
240 raw = SocketIO(self, rawmode)
/external/python/cpython2/Modules/_io/
D_iomodule.c302 char rawmode[5], *m; in io_open() local
367 m = rawmode; in io_open()
416 "Osi", file, rawmode, closefd); in io_open()
/external/python/cpython3/Modules/_io/
D_iomodule.c242 char rawmode[6], *m; in _io_open_impl() local
315 m = rawmode; in _io_open_impl()
376 "OsiO", path_or_fd, rawmode, closefd, opener); in _io_open_impl()
/external/openssh/
Dmux.c1818 int devnull, rawmode; in mux_client_request_session() local
1918 rawmode = tty_flag; in mux_client_request_session()
1942 rawmode = 0; in mux_client_request_session()
1961 if (rawmode) in mux_client_request_session()
/external/mksh/src/
Dfuncs.c1599 bool rawmode = false, expanding = false; in c_read() local
1654 rawmode = true; in c_read()
1836 } else if (!rawmode && c == '\\') { in c_read()
1936 } else if (!rawmode && ch == '\\') { in c_read()
1955 if (lastparmmode && !expanding && !rawmode && ch == '\\') { in c_read()
/external/python/cpython3/Python/
Dast.c5084 parsestr(struct compiling *c, const node *n, int *bytesmode, int *rawmode, in parsestr() argument
5092 *rawmode = 0; in parsestr()
5096 while (!*bytesmode || !*rawmode) { in parsestr()
5106 *rawmode = 1; in parsestr()
5161 *rawmode = *rawmode || strchr(s, '\\') == NULL; in parsestr()
5172 if (*rawmode) in parsestr()
5177 if (*rawmode) in 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() argument
3447 if (rawmode) in decode_unicode()
3465 int rawmode = 0; in parsestr() local
3482 rawmode = 1; in parsestr()
3520 return decode_unicode(c, s, len, rawmode, c->c_encoding); in parsestr()
3526 if (rawmode || strchr(s, '\\') == NULL) { in parsestr()
/external/u-boot/doc/
DREADME.ti-secure70 u-boot-spl_HS_X-LOADER - boot image for NAND or SD/MMC/eMMC rawmode