Lines Matching defs:set
1066 * So if you set allow_fd, you *MUST* initialize path.fd = -1
1080 * If path was None and path.nullable was set,
1081 * or if path was an integer and path.allow_fd was set,
1792 it also needs to set "magic" environment variables indicating
2303 st_?time might be set to None. Initialize it
6075 sigset_t set;
6076 if (!_Py_Sigset_Converter(setsigmask, &set)) {
6079 errno = posix_spawnattr_setsigmask(attrp, &set);
6088 sigset_t set;
6089 if (!_Py_Sigset_Converter(setsigdef, &set)) {
6092 errno = posix_spawnattr_setsigdefault(attrp, &set);
7278 The affinity is returned as a set of CPU identifiers.
7303 "a large enough CPU set");
8927 /* Assumed true, set to false if detected to not be available. */
10128 // had a 5 second timeout set and errno was EAGAIN) and it's on the client
10332 Create a pipe with flags set atomically.
10459 set a limit (sysconf() value SC_IOV_MAX) on the number of buffers that can be used.
10761 S_IFREG, S_IFCHR, S_IFBLK, and S_IFIFO. If S_IFCHR or S_IFBLK is set on mode,
13558 Return False if the O_NONBLOCK flag is set, True if the flag is cleared.
14802 risking that used os attributes were set to None by finalize_modules(). */