Searched refs:s_get (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1268 s_get(void *ptr, Py_ssize_t size) in s_get() function 1506 { 's', s_set, s_get, &ffi_type_pointer},
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 1292 s_get(void *ptr, Py_ssize_t size) in s_get() function 1603 { 's', s_set, s_get, &ffi_type_pointer},
|
/external/mksh/src/ |
D | funcs.c | 286 static int s_get(void); 485 c = unbksl(false, s_get, s_put); in c_print() 595 s_get(void) in s_get() function
|