Lines Matching defs:arguments
4017 /* Either or both dir_fd arguments were specified */
5866 Execute an executable path with arguments, replacing current process.
5876 /* execv has two arguments: (path, argv), where
5931 Execute an executable path with arguments, replacing current process.
5942 /* execve has three arguments: (path, argv, env), where
6291 /* posix_spawn and posix_spawnp have three arguments: (path, argv, env), where
6547 /* spawnv has three arguments: (mode, path, argv), where
6652 /* spawnve has four arguments: (mode, path, argv, env), where
6749 /* Helper function to validate arguments.
12693 arguments: Py_UNICODE = NULL
12706 "arguments" is passed to the application, but should be omitted if the
12727 const Py_UNICODE *operation, const Py_UNICODE *arguments,
12744 arguments, cwd->object ? cwd->object : Py_None,
12751 arguments, cwd->wide, show_cmd);