Home
last modified time | relevance | path

Searched defs:envp (Results 26 - 50 of 61) sorted by relevance

123

/third_party/musl/porting/liteos_a/user/src/env/
H A D__libc_start_main.c23 void __init_libc(char **envp, char *pn) in __init_libc() argument
75 char **envp = argv+argc+1; in __libc_start_main() local
91 char **envp = argv+argc+1; in libc_start_main_stage2() local
/third_party/musl/porting/liteos_a/user_debug/src/env/
H A D__libc_start_main.c24 void __init_libc(char **envp, char *pn) in __init_libc() argument
76 char **envp = argv+argc+1; in __libc_start_main() local
92 char **envp = argv+argc+1; in libc_start_main_stage2() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser-wpadebug.c100 char *envp[] = { "PATH=/system/bin:/vendor/bin", NULL }; in hs20_web_browser() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dbrowser-wpadebug.c100 char *envp[] = { "PATH=/system/bin:/vendor/bin", NULL }; in hs20_web_browser() local
/test/xts/hats/kernel/syscalls/process/processid/
H A DProcessApiTest.cpp138 char *envp[] = { nullptr }; in HWTEST_F() local
162 char *envp[] = { nullptr }; in HWTEST_F() local
181 char *envp[] = { nullptr }; in HWTEST_F() local
207 char *envp[] = { nullptr }; in HWTEST_F() local
/third_party/musl/src/process/
H A Dposix_spawn.c21 char *const *argv, *const *envp; member
170 posix_spawn(pid_t *restrict res, const char *restrict path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) posix_spawn() argument
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn.c20 char *const *argv, *const *envp; member
165 posix_spawn(pid_t *restrict res, const char *restrict path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) posix_spawn() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dfenvndk.cpp44 const fenv_t *envp; in FeUpdateEnv() local
81 const fenv_t *envp; in FeSetEnv() local
105 fenv_t envp; in FeHoldExcept() local
/third_party/cups-filters/filter/
H A Dmupdftoraster.c234 main (int argc, char **argv, char *envp[]) in main() argument
167 mutool_spawn(const char *filename, cups_array_t *mupdf_args, char **envp) mutool_spawn() argument
H A Dgstoraster.c620 main (int argc, char **argv, char *envp[]) in main() argument
380 gs_spawn(const char *filename, cups_array_t *gs_args, char **envp, FILE *fp) gs_spawn() argument
/base/startup/init/services/begetctl/
H A Dsandbox.cpp83 char *envp[] = { nullptr }; in EnterShell() local
111 char *envp[] = { NULL }; in EnterExec() local
/device/soc/rockchip/common/sdk_linux/kernel/
H A Dreboot.c449 static char *envp[] = {"HOME=/", "PATH=/sbin:/bin:/usr/sbin:/usr/bin", NULL}; in run_cmd() local
/test/xts/acts/kernel_lite/utils/
H A Dutils.cpp107 static int StartElf(const char *fname, char * const argv[], char * const envp[]) in StartElf() argument
126 int RunElf(const char *fname, char * const argv[], char * const envp[], int timeoutSec) in RunElf() argument
169 int StartExecveError(const char *fname, char * const argv[], char * const envp[]) in StartExecveError() argument
/third_party/curl/src/
H A Dvar.c214 char *envp; in varexpand() local
[all...]
/third_party/node/deps/uvwasi/include/
H A Duvwasi.h72 const char** envp; member
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.cpp175 static int StartElf(const char *fname, char * const argv[], char * const envp[]) in StartElf() argument
194 int RunElf(const char *fname, char * const argv[], char * const envp[], int timeoutSec) in RunElf() argument
240 int StartExecveError(const char *fname, char * const argv[], char * const envp[]) in StartExecveError() argument
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c154 int test_class_hotplug(struct class_device *dev, char **envp, in test_class_hotplug() argument
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_new_test.c101 char *envp[] = { "HOME=/", NULL }; in test_execute_bin_true() local
/third_party/mksh/
H A Dos2.c400 execve(const char *name, char * const *argv, char * const *envp) in execve() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dvms_term_sock.c127 main(int argc, char *argv[], char *envp[]) main() argument
/third_party/openssl/apps/lib/
H A Dvms_term_sock.c127 main(int argc, char *argv[], char *envp[]) main() argument
/third_party/eudev/src/udev/
H A Dudev-event.c1065 char **envp; local
409 spawn_exec(struct udev_event *event, const char *cmd, char *const argv[], char **envp, const sigset_t *sigmask, int fd_stdout, int fd_stderr) spawn_exec() argument
707 udev_event_spawn(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const char *cmd, char **envp, const sigset_t *sigmask, char *result, size_t ressize) udev_event_spawn() argument
/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp699 int ExecveStub(const char *pathname, char *const argv[], char *const envp[]) in ExecveStub() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp426 runFunctionAsMain(Function *Fn, const std::vector<std::string> &argv, const char * const * envp) runFunctionAsMain() argument
/third_party/python/Modules/
H A D_posixsubprocess.c849 char *const *exec_array, *const *argv = NULL, *const *envp = NULL; in subprocess_fork_exec() local
551 child_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) child_exec() argument
755 do_fork_exec(char *const exec_array[], char *const argv[], char *const envp[], const char *cwd, int p2cread, int p2cwrite, int c2pread, int c2pwrite, int errread, int errwrite, int errpipe_read, int errpipe_write, int close_fds, int restore_signals, int call_setsid, pid_t pgid_to_set, int call_setgid, gid_t gid, int call_setgroups, size_t groups_size, const gid_t *groups, int call_setuid, uid_t uid, int child_umask, const void *child_sigmask, int *fds_to_keep, Py_ssize_t fds_to_keep_len, PyObject *preexec_fn, PyObject *preexec_fn_args_tuple) do_fork_exec() argument
[all...]

Completed in 21 milliseconds

123