Searched defs:argbuf (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Python/ |
D | pystrhex.c | 7 static PyObject *_Py_strhex_impl(const char* argbuf, const Py_ssize_t arglen, in _Py_strhex_impl() 146 PyObject * _Py_strhex(const char* argbuf, const Py_ssize_t arglen) in _Py_strhex() 153 PyObject* _Py_strhex_bytes(const char* argbuf, const Py_ssize_t arglen) in _Py_strhex_bytes() 160 PyObject* _Py_strhex_with_sep(const char* argbuf, const Py_ssize_t arglen, in _Py_strhex_with_sep() 168 PyObject* _Py_strhex_bytes_with_sep(const char* argbuf, const Py_ssize_t arglen, in _Py_strhex_bytes_with_sep()
|
/external/iproute2/misc/ |
D | ssfilter.y | 195 static char argbuf[1024]; in yylex() local
|
/external/curl/packages/OS400/ |
D | curlcl.c | 60 size_t *argsize, char *argbuf) in parse_command_line()
|
/external/libcups/scheduler/ |
D | client.c | 3206 char argbuf[10240], /* Argument buffer */ in pipe_command() local
|
/external/python/cpython3/Modules/ |
D | binascii.c | 887 const char* argbuf; in binascii_a2b_hex_impl() local
|
/external/python/cpython3/Objects/ |
D | bytearrayobject.c | 2189 char* argbuf = PyByteArray_AS_STRING(self); in bytearray_hex_impl() local
|
D | bytesobject.c | 2567 const char *argbuf = PyBytes_AS_STRING(self); in bytes_hex_impl() local
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 62481 void *argbuf; member
|
D | vmlinux_518.h | 62481 void *argbuf; member
|