Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 11 of 11) sorted by relevance

/libuv/test/
H A Dtest-get-passwd.c47 ASSERT_NULL(pwd.shell); in TEST_IMPL()
49 len = strlen(pwd.shell); in TEST_IMPL()
86 ASSERT_NULL(pwd.shell); in TEST_IMPL()
93 ASSERT_NULL(pwd.shell); in TEST_IMPL()
129 ASSERT_STR_EQ(pwd.shell, pwd2.shell); in TEST_IMPL()
148 len = strlen(pwd2.shell); in TEST_IMPL()
H A Dtest-platform-output.c216 if (pwd.shell != NULL) /* Not set on Windows */ in TEST_IMPL()
217 printf(" shell: %s\n", pwd.shell); in TEST_IMPL()
/libuv/.github/workflows/
H A DCI-win.yml50 shell: cmd
55 shell: cmd
62 shell: cmd
69 shell: cmd
123 shell: cmd
127 shell: cmd
H A DCI-unix.yml66 adb shell "su 0 setenforce 0" # to allow some syscalls like link, chmod, etc.
70 adb shell mkdir /data/local/tmp/build/test
76 … adb shell "cd /data/local/tmp/build && env UV_TEST_TIMEOUT_MULTIPLIER=5 ./uv_run_tests_a"
/libuv/docs/
H A DMakefile13 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
/libuv/docs/src/
H A Dmisc.rst198 char* shell;
572 the real uid). The populated data includes the username, euid, gid, shell,
575 meaning, and shell is `NULL`. After successfully calling this function, the
584 The populated data includes the username, euid, gid, shell,
587 meaning, and shell is `NULL`. After successfully calling this function, the
/libuv/src/unix/
H A Dcore.c1271 pwd->shell = pwd->homedir + homedir_size; in uv__getpwuid_r()
1272 memcpy(pwd->shell, pw.pw_shell, shell_size); in uv__getpwuid_r()
/libuv/src/
H A Duv-common.c145 pwd->shell = NULL; in uv_os_free_passwd()
/libuv/m4/
H A Dax_pthread.m440 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
/libuv/src/win/
H A Dutil.c1154 pwd->shell = NULL; in uv__getpwuid_r()
/libuv/include/
H A Duv.h1217 char* shell; member

Completed in 46 milliseconds