Lines Matching refs:record
15 per record (line), separated by a colon:
46 getpwuid(uid) - return the record for user-id uid as a 7-tuple
48 getpwnam(name) - return the record for user 'name' as a 7-tuple
50 getpwall() - return a list of 7-tuples, each tuple being one record
106 def __get_field_sep(record):
110 if record.count(c) == 6:
118 # class to match the new record field name accessors.
177 record = Passwd(*fields)
179 uidx[fields[2]] = record
181 namx[fields[0]] = record