Lines Matching defs:system
60 #include <stdlib.h> // system()
218 "This module provides access to operating system functionality that is\n\
2410 /* pack a system stat C structure into the Python stat tuple
2896 Perform a stat system call on the given path.
2924 Perform a stat system call on the given path, without following symbolic links.
2946 Operating-system mode bitfield. Can be F_OK to test existence,
3224 Operating-system mode bitfield.
4962 os.system -> long
4975 if (PySys_Audit("os.system", "(u)", command) < 0) {
4988 os.system -> long
5002 if (PySys_Audit("os.system", "(O)", command) < 0) {
5007 result = system(bytes);
5161 {"sysname", "operating system name"},
5163 {"release", "operating system release"},
5164 {"version", "operating system version"},
5188 Return an object identifying the current operating system.
5353 " on this system");
5392 " on this system");
5673 Exit to the system with specified status, without normal exit processing.
6142 "The scheduler option is not supported in this system.");
7816 Call the system initgroups() to initialize the group access list with all of
7834 Call the system initgroups() to initialize the group access list with all of
7860 Call the system call getpgid(), and return the result.
8944 /* Allow non-admin symlinks if system allows it. */
9028 {"system", "system time"},
9030 {"children_system", "system time of children"},
9038 (user, system, children_user, children_system, elapsed),\n\
9039 or via the attributes user, system, children_user, children_system,\n\
9058 build_times_result(PyObject *module, double user, double system,
9078 SET(1, system);
9155 Call the system call getsid(pid) and return the result.
9175 Call the system call setsid().
9197 Call the system call setpgid(pid, pgrp).
10188 Perform a stat system call on the given file descriptor.
10458 buffer is written before proceeding to second, and so on. The operating system may
10756 Create a node in the file system.
10758 Create a node in the file system (file, device special file or named pipe)
10962 and os.posix_fallocate() in system headers are wrong if _LARGE_FILES is
11333 Return True if the process returning status exited via the exit() system call.
11473 Perform an fstatvfs system call on the given fd.
11507 Perform a statvfs system call on the given path.
11986 Return a string-valued system configuration variable.
12542 Return an integer-valued system configuration variable.
12640 on the hosting operating system. This function never returns.
12673 the system SHELL32.DLL, even if there is another SHELL32.DLL
12767 Return average recent system load information.
12769 Return the number of processes in the system run queue averaged over
13341 available for this system.
13419 Return the number of CPUs in the system; return None if indeterminable.
14559 Return the file system path representation of the object.
14609 Return the file system path representation of the object.