Searched defs:attrlist (Results 1 – 8 of 8) sorted by relevance
61 typedef struct attrlist { struct62 int32_t al_count; /* number of entries in attrlist */ argument65 } attrlist_t; argument
116 def assign_members(target, attrlist, exclist, prefix): argument
1342 let mut attrlist: libc::attrlist = unsafe { mem::zeroed() }; in set_times() localVariable
1346 let mut attrlist: libc::attrlist = unsafe { mem::zeroed() }; in set_times() localVariable