Lines Matching refs:c_int
19 from ctypes import (c_int, c_char_p, c_ulong, POINTER,
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_int(0))
134 func.restype = c_int
135 func.argtypes = [POINTER(Passwd), c_char_p, c_ulong, POINTER(c_int)]
137 errno = POINTER(c_int)(c_int(0))