Searched refs:c_int (Results 1 - 4 of 4) sorted by relevance
/sssd-io/src/tests/intg/ |
H A D | sssd_passwd.py | 19 from ctypes import (c_int, c_char_p, c_ulong, POINTER, namespace 29 ("pw_uid", c_int), 30 ("pw_gid", c_int), 61 func.restype = c_int 63 c_char_p, c_ulong, POINTER(c_int)] 65 errno = POINTER(c_int)(c_int(0)) 83 func.restype = c_int 85 c_char_p, c_ulong, POINTER(c_int)] 87 errno = POINTER(c_int)(c_in [all...] |
H A D | sssd_group.py | 19 from ctypes import (c_int, c_char_p, c_ulong, POINTER, Structure, namespace 29 ("gr_gid", c_int), 43 func.restype = c_int 45 c_char_p, c_ulong, POINTER(c_int)] 47 errno = POINTER(c_int)(c_int(0)) 65 func.restype = c_int 67 c_char_p, c_ulong, POINTER(c_int)] 69 errno = POINTER(c_int)(c_int( [all...] |
H A D | sssd_id.py | 22 from ctypes import (cdll, c_int, c_char, c_uint32, c_long, c_char_p, namespace 42 func.restype = c_int 45 POINTER(c_int)] 52 errno = POINTER(c_int)(c_int(0))
|
H A D | sssd_netgroup.py | 19 from ctypes import (cdll, c_int, c_char, c_char_p, c_size_t, c_void_p, c_ulong, namespace 56 _fields_ = [("type", c_int), 61 ("first", c_int), 89 func.restype = c_int 117 func.restype = c_int 119 POINTER(c_int)] 121 errno = POINTER(c_int)(c_int(0)) 139 func.restype = c_int
|
Completed in 20 milliseconds