Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dpwd.c14 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()
DCMakeLists.txt153 pwd.c
/Zephyr-latest/tests/posix/common/src/
Dpwd.c12 ZTEST(pwd, test_pwd_stubs) in ZTEST() argument
18 ZTEST_SUITE(pwd, NULL, NULL, NULL, NULL, NULL);
/Zephyr-latest/include/zephyr/posix/
Dpwd.h28 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/
Denv.c32 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/
Dsh_common.source39 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/
Dwifi.rst63 …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/
DREADME.md85 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/
DREADME.rst175 fs pwd
/Zephyr-latest/subsys/fs/
Dshell.c847 SHELL_CMD(pwd, NULL, "Print current working directory", cmd_pwd),
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish200 set -l cwd (pwd)