Searched refs:shell (Results 1 – 11 of 11) sorted by relevance
/libuv/test/ |
H A D | test-get-passwd.c | 47 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 D | test-platform-output.c | 216 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 D | CI-win.yml | 50 shell: cmd 55 shell: cmd 62 shell: cmd 69 shell: cmd 123 shell: cmd 127 shell: cmd
|
H A D | CI-unix.yml | 66 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 D | Makefile | 13 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
|
/libuv/docs/src/ |
H A D | misc.rst | 198 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 D | core.c | 1271 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 D | uv-common.c | 145 pwd->shell = NULL; in uv_os_free_passwd()
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
|
/libuv/src/win/ |
H A D | util.c | 1154 pwd->shell = NULL; in uv__getpwuid_r()
|
/libuv/include/ |
H A D | uv.h | 1217 char* shell; member
|
Completed in 46 milliseconds