Lines Matching defs:group

2133     {"st_gid",     "group ID of owner"},
3633 Change the owner and group id of path to the numeric uid and gid.\
3724 Change the owner and group id of the file specified by file descriptor.
3762 Change the owner and group id of path to the numeric uid and gid.
7562 Return the current process's effective group id.
7594 Return the current process's group id.
7636 group as basegid: int
7637 base group id of the user
7652 group as basegid: gid_t
7653 base group id of the user
7677 * and the primary group, i.e. all of the groups the
7698 /* getgrouplist() fails if the group list is too small */
7702 /* If the group list is too small, the glibc implementation of
7707 /* Double the group list size */
7714 /* Retry getgrouplist() with a larger group list */
7754 Return list of supplemental group IDs for the process.
7788 PyObject *group = _PyLong_FromGid(grouplist[i]);
7789 if (group == NULL) {
7792 PyList_SET_ITEM(result, i, group);
7814 Initialize the group access list.
7816 Call the system initgroups() to initialize the group access list with all of
7818 group id.
7832 Initialize the group access list.
7834 Call the system initgroups() to initialize the group access list with all of
7836 group id.
7879 Return the current process group id.
7899 Make the current process the leader of its process group.
8125 Kill a process group with a signal.
8219 Set the current process's effective group id.
8265 Set the current process's real and effective group ids.
8285 Set the current process's group id.
9218 Return the process group associated with the terminal specified by fd.
9241 Set the process group associated with the terminal specified by fd.
12838 Set the current process's real, effective, and saved group ids.
12877 Return a tuple of the current process's real, effective, and saved group ids.