be used by anything.
Signed-off-by: Evan Broder <broder@mit.edu>
afs_int32 creator
afs_int32 ngroups
afs_int32 count
afs_int32 creator
afs_int32 ngroups
afs_int32 count
char name[PR_MAXNAMELEN]
int ubik_PR_NameToID(ubik_client *, afs_int32, namelist *, idlist *)
char name[PR_MAXNAMELEN]
int ubik_PR_NameToID(ubik_client *, afs_int32, namelist *, idlist *)
cdef public afs_int32 creator
cdef public afs_int32 ngroups
cdef public afs_int32 count
cdef public afs_int32 creator
cdef public afs_int32 ngroups
cdef public afs_int32 count
- cdef afs_int32 reserved[5]
cdef public char * name
cdef int _ptentry_from_c(PTEntry p_entry, prcheckentry c_entry) except -1:
cdef public char * name
cdef int _ptentry_from_c(PTEntry p_entry, prcheckentry c_entry) except -1:
p_entry.creator = c_entry.creator
p_entry.ngroups = c_entry.ngroups
p_entry.count = c_entry.count
p_entry.creator = c_entry.creator
p_entry.ngroups = c_entry.ngroups
p_entry.count = c_entry.count
- memcpy(p_entry.reserved, c_entry.reserved, sizeof(p_entry.reserved))
p_entry.name = c_entry.name
return 0
p_entry.name = c_entry.name
return 0
c_entry.creator = p_entry.creator
c_entry.ngroups = p_entry.ngroups
c_entry.count = p_entry.count
c_entry.creator = p_entry.creator
c_entry.ngroups = p_entry.ngroups
c_entry.count = p_entry.count
- memcpy(c_entry.reserved, p_entry.reserved, sizeof(p_entry.reserved))
strncpy(c_entry.name, p_entry.name, sizeof(c_entry.name))
return 0
strncpy(c_entry.name, p_entry.name, sizeof(c_entry.name))
return 0