HomeSort by relevance Sort by last modified time
    Searched refs:namx (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/plat-os2emx/
grp.py 141 namx = {}
154 if not namx.has_key(fields[0]):
155 namx[fields[0]] = record
163 return (gidx, namx)
pwd.py 165 namx = {}
180 if not namx.has_key(fields[0]):
181 namx[fields[0]] = record
189 return (uidx, namx)

Completed in 107 milliseconds