Searched refs:c_int (Results 1 - 4 of 4) sorted by relevance

/sssd-io/src/tests/intg/
H A Dsssd_passwd.py19 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 Dsssd_group.py19 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 Dsssd_id.py22 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 Dsssd_netgroup.py19 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