Lines Matching defs:function

1014  * A PyArg_ParseTuple "converter" function
1043 * of the function in error messages.
1044 * (If path.function_name is NULL it omits the function name.)
1684 win32_error(const char* function, const char* filename)
1686 /* XXX We should pass the function name along in the future.
1687 (winreg.c also wants to pass the function name.)
1699 win32_error_object_err(const char* function, PyObject* filename, DWORD err)
1701 /* XXX - see win32_error for comments on 'function' */
1712 win32_error_object(const char* function, PyObject* filename)
1715 return win32_error_object_err(function, filename, errno);
1789 /* This is a reimplementation of the C library's chdir function,
2791 self.function.name,
3504 This function will not follow symbolic links.
3764 This function will not follow symbolic links.
4328 /* A helper function for abspath on win32 */
4368 A helper function for samepath on windows.
4446 A helper function for ismount on Win32.
5039 symlinks can be removed with this function, the same as with
6749 /* Helper function to validate arguments.
7930 mypid = getpid(); /* This function never fails */
9873 /* This entire function will be removed from the module dict when the API
10460 This function writes the contents of each object to the file descriptor and returns
10515 /* This entire function will be removed from the module dict when the API
12639 This function 'dumps core' or otherwise fails in the hardest way possible
12640 on the hosting operating system. This function never returns.
12722 the underlying Win32 ShellExecute function doesn't work if it is.
13340 This function will only be defined if an implementation is
13343 shutil.get_terminal_size is the high-level function which should
14568 /* For error message reasons, this function is manually inlined in
14821 This function must not be called if WIFSTOPPED(status) is true.
14839 /* Sanity check to provide warranty on the function behavior.
14848 /* Sanity check to provide warranty on the function behavior.
15998 /* suppress "function not used" warnings */