Lines Matching defs:which
926 * which doesn't play nicely with all the initializer lines in this file that
1689 Windows error object, which is non-trivial.
1793 the per-drive current directory, which are of the form =<drive>: */
2099 Instead, we will open the file (which *does* traverse symlinks by default)
4246 #endif /* which OS */
4702 Linux/FreeBSD one, which returns '0' on success and advices
4728 which: int
4735 os_getpriority_impl(PyObject *module, int which, int who)
4741 retval = getpriority(which, who);
4753 which: int
4761 os_setpriority_impl(PyObject *module, int which, int who, int priority)
4766 retval = setpriority(which, who, priority);
7476 Prepare the tty of which fd is a file descriptor for a new login session.
7640 Returns a list of groups to which a user belongs.
7656 Returns a list of groups to which a user belongs.
7817 the groups of which the specified username is a member, plus the specified
7835 the groups of which the specified username is a member, plus the specified
8083 /* Console processes which share a common console can be sent CTRL+C or
8138 int (else compilation of this module fails), which is safe. */
8696 Return a string representing the path to which the symbolic link points.
9712 which may be less than the total capacity of all the buffers.
9819 specifies the file offset at which the input operation is to be performed. It
9820 will return the total number of bytes read (which can be less than the total
10963 defined, which is the case in Python on AIX. AIX bug report:
13335 which file descriptor should be queried.
13343 shutil.get_terminal_size is the high-level function which should
14871 which uses _cwait(). */
14879 reject exit code which doesn't fit in an UINT */