Home | History | Annotate | Download | only in Modules

Lines Matching defs:in

4 /* This file is also used for Windows NT/MS-Win and OS/2.  In that case the
17 * OSX 10.4 and later, see the comment in the #ifdef __APPLE__ block
49 /* This is used in signatures of functions. */
136 /* Everything needed is defined in PC/os2emx/pyconfig.h or vms/pyconfig.h */
168 /* declare ctermid_r if compiling with MIPSPro 7.x in ANSI C mode
533 /* Microsoft CRT in VS2005 and higher will verify that a filehandle is
548 * according to the file internal.h in the CRT source, until MS comes
579 * as used by the CRT loaded in memory
607 /* the special case of checking dup2. The target fd must be in a sensible range */
621 /* dummy version. _PyVerify_fd() is already defined in fileobject.h */
732 /* XXX We should pass the function name along in the future.
804 * The messages for errors returned from the OS/2 kernel reside in
805 * the file OSO001.MSG in the \OS2 directory hierarchy.
830 errors are not in a global variable e.g. 'errno' nor are
963 /* In the ANSI API, there should not be any paths longer
1060 __int64 in;
1061 memcpy(&in, in_ptr, sizeof(in));
1062 *nsec_out = (int)(in % 10000000) * 100; /* FILETIME is in units of 100 nsec. */
1063 *time_out = Py_SAFE_DOWNCAST((in / 10000000) - secs_between_epochs, __int64, time_t);
1292 {"st_size", "total size, in bytes"},
1574 where / can be used in place of \ and the trailing slash is optional.
1693 be used in a suid/sgid environment to test if the invoking user has the\n\
2041 extern int fdatasync(int); /* On HP-UX, in libc but not in unistd.h */
2274 Return a list containing the names of the entries in the directory.\n\
2278 The list is in arbitrary order. It does not include the special\n\
2279 entries '.' and '..' even if they are present in the directory.");
2285 in separate files instead of having them all here... */
2489 /* Leave Case of Name Alone -- In Native Form */
2576 discussed in patch #683592 */
2834 Execute the command (a string) in a subshell.");
3361 Execute the program 'path' in a new process.\n\
3448 Execute the program 'path' in a new process.\n\
3603 Execute the program 'file' in a new process, using the environment\n\
3681 Execute the program 'file' in a new process, using the environment\n\
4099 * there are more groups than can fit in grouplist. Therefore, on OS X
4107 /* groups will fit in existing array */
4965 * initial number of files (see description below in _PyPclose).
5048 * that got placed in the dictionary.
5064 * This function uses the _PyPopenProcs dictionary in order to map the
5075 * the file count in the dictionary for the process handle pointed to
5079 * files to be closed in any order - it is always the close() of the
5398 * the workaround listed in KB: Q150956
5415 situation - see if we can locate it in sys.prefix
5463 "Your program accessed mem currently in use at xxx"
5473 /* Could be an else here to try cmd.exe / command.com in the path
5536 * these handles; resulting in non-closeable handles to the pipes
5580 /* Case for writing to child Stdin in text mode. */
5591 /* Case for reading from child Stdout in text mode. */
5602 /* Case for readinig from child Stdout in binary mode. */
5613 /* Case for writing to child Stdin in binary mode. */
5713 * initial number of files (see description below in _PyPclose).
5787 * that got placed in the dictionary.
5798 * are maintained in this process or else the pipe will not close
5817 * This function uses the _PyPopenProcs dictionary in order to map the
5828 * the file count in the dictionary for the process handle pointed to
5832 * files to be closed in any order - it is always the close() of the
5877 /* Possible truncation here in 16-bit environments, but
5878 * real exit codes are just the lower byte in any event.
6373 discussed in patch #683592 */
6454 of a 64-bit value expressed in 100 nanosecond units.
6455 1e7 is one second in such units; 1e-7 the inverse.
6643 Closes all file descriptors in [fd_low, fd_high), ignoring errors.");
6706 Return the new cursor position in bytes, starting from the beginning.");
6909 /* The dummy filename used here must be kept in sync with the value
6910 tested against in gzip.GzipFile.__init__() - see issue #13781. */
7201 /* Install the first arg and newstr in posix_putenv_garbage;
7439 needed definitions in sys/statvfs.h */
7554 if (PyErr_WarnPy3k("tempnam has been removed in 3.x; "
7582 if (PyErr_WarnPy3k("tmpfile has been removed in 3.x; "
7609 if (PyErr_WarnPy3k("tmpnam has been removed in 3.x; "
7660 /* look up the value in the table using a binary search */
8538 * are in sorted order as required by conv_confname(), and also to build
8613 in the hardest way possible on the hosting operating system.");
8630 double-clicking the file in Explorer, or giving the file name as an\n\
8706 Return the number of processes in the system run queue averaged over\n\
9298 /* Don't inherit in child processes. */
9302 /* Optimize for short life (keep in memory). */