Home
last modified time | relevance | path

Searched refs:nts (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py173 def nts(s): function
189 n = int(nts(s) or "0", 8)
1203 obj.name = nts(buf[0:100])
1211 obj.linkname = nts(buf[157:257])
1212 obj.uname = nts(buf[265:297])
1213 obj.gname = nts(buf[297:329])
1216 prefix = nts(buf[345:500])
1299 next.name = nts(buf)
1301 next.linkname = nts(buf)