Home
last modified time | relevance | path

Searched refs:s_get (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/_ctypes/
Dcfield.c1268 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/
Dcfield.c1292 s_get(void *ptr, Py_ssize_t size) in s_get() function
1603 { 's', s_set, s_get, &ffi_type_pointer},
/external/mksh/src/
Dfuncs.c286 static int s_get(void);
485 c = unbksl(false, s_get, s_put); in c_print()
595 s_get(void) in s_get() function