Searched refs:pwd (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/lib/posix/options/ |
D | pwd.c | 14 int getpwnam_r(const char *nam, struct passwd *pwd, char *buffer, size_t bufsize, in getpwnam_r() argument 18 ARG_UNUSED(pwd); in getpwnam_r() 26 int getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result) in getpwuid_r() argument 29 ARG_UNUSED(pwd); in getpwuid_r()
|
D | CMakeLists.txt | 153 pwd.c
|
/Zephyr-latest/tests/posix/common/src/ |
D | pwd.c | 12 ZTEST(pwd, test_pwd_stubs) in ZTEST() argument 18 ZTEST_SUITE(pwd, NULL, NULL, NULL, NULL, NULL);
|
/Zephyr-latest/include/zephyr/posix/ |
D | pwd.h | 28 int getpwnam_r(const char *nam, struct passwd *pwd, char *buffer, size_t bufsize, 30 int getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result);
|
/Zephyr-latest/tests/posix/single_process/src/ |
D | env.c | 32 static DEFINE_ENVIRON(pwd, "PWD", M_PWD); 34 static char *environ_for_test[] = {home, uid, pwd, NULL}; 166 RESET_ENVIRON(pwd, "PWD", M_PWD); in test_env_before() 169 environ_for_test[2] = pwd; in test_env_before()
|
/Zephyr-latest/tests/bsim/ |
D | sh_common.source | 39 echo -e " \e[91m`pwd`/`basename $1` cannot be found (did you forget to\ 53 local PA="$(cd -- "$(dirname "${BASH_SOURCE[2]}")" && pwd)"
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | wifi.rst | 63 …uart:~$ wifi connect -s <SSID> -c 149 -k 17 -w 2 -a client1 --key1-pwd whatever --key2-pwd whateve…
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 85 start-stop-daemon --make-pidfile --pidfile log/leshan.pid --chdir $(pwd) --background --start \ 88 start-stop-daemon --make-pidfile --pidfile log/leshan_bs.pid --chdir $(pwd) --background --start \
|
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 175 fs pwd
|
/Zephyr-latest/subsys/fs/ |
D | shell.c | 847 SHELL_CMD(pwd, NULL, "Print current working directory", cmd_pwd),
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 200 set -l cwd (pwd)
|