os.major(device) Extract the device major number from a raw device number (usually the st_dev or st_rdev
getpass.getpass(prompt='Password: ', stream=None) Prompt the user for a password without echoing. The user is prompted using
os.posix_fallocate(fd, offset, len) Ensures that enough disk space is allocated for the file specified by fd starting
os.confstr_names Dictionary mapping names accepted by confstr() to the integer values defined for those names by
os.ftruncate(fd, length) Truncate the file corresponding to file descriptor fd, so that it is at most length
os.sysconf_names Dictionary mapping names accepted by sysconf() to the integer values defined for those names by
curses.longname() Return a string containing the terminfo long name field describing the current terminal. The maximum length
class ctypes.Structure(*args, **kw) Abstract base class for structures in native byte order. Concrete
st_ino Inode number.
platform.win32_ver(release='', version='', csd='', ptype='') Get additional version information from the Windows Registry and
Page 64 of 67