/Zephyr-latest/lib/posix/options/ |
D | pwd.c | 10 #include <zephyr/posix/pwd.h> 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 | 8 #include <pwd.h> 12 ZTEST(pwd, test_pwd_stubs) in ZTEST() argument 18 ZTEST_SUITE(pwd, NULL, NULL, NULL, NULL, NULL);
|
/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}; 46 zassert_mem_equal(getenv("PWD"), M_PWD, strlen(M_PWD) + 1); in ZTEST() 89 zassert_mem_equal(getenv("PWD"), M_PWD, strlen(M_PWD) + 1); in ZTEST() 166 RESET_ENVIRON(pwd, "PWD", M_PWD); in test_env_before() 169 environ_for_test[2] = pwd; in test_env_before()
|
/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/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)"
|
D | ci.net.sh | 9 export ZEPHYR_BASE="${ZEPHYR_BASE:-${PWD}}"
|
D | ci.uart.sh | 9 export ZEPHYR_BASE="${ZEPHYR_BASE:-${PWD}}"
|
D | ci.bt.sh | 9 export ZEPHYR_BASE="${ZEPHYR_BASE:-${PWD}}"
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/ |
D | gap.llcp.sh | 6 CWD="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
|
D | hci.llcp.sh | 6 CWD="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
|
D | ll.2.llcp.sh | 7 CWD="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
|
D | ll.1.llcp.sh | 7 CWD="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
|
D | gatt.llcp.sh | 12 CWD="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
|
/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/.github/workflows/ |
D | errno.yml | 33 export ZEPHYR_BASE=${PWD}
|
D | footprint-tracking.yml | 90 export ZEPHYR_BASE=${PWD} 103 export ZEPHYR_BASE=${PWD}
|
D | coding_guidelines.yml | 38 export ZEPHYR_BASE=$PWD
|
D | twister.yaml | 135 export ZEPHYR_BASE=${PWD} 150 export ZEPHYR_BASE=${PWD} 165 export ZEPHYR_BASE=${PWD}
|
D | compliance.yml | 79 export ZEPHYR_BASE=$PWD
|
/Zephyr-latest/boards/intel/common/scripts/ |
D | build_grub.sh | 10 SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 168 Pwd subsection 175 fs pwd
|
/Zephyr-latest/ |
D | zephyr-env.sh | 47 export ZEPHYR_BASE=$( builtin cd "$( dirname "$dir" )" > /dev/null && pwd ${pwd_opt})
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/scripts/ |
D | _conn_stress.sh | 16 echo -e "ERR! \e[91m`pwd`/`basename $1` cannot be found (did you forget to\
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 260 local test="$(basename $(pwd))" 418 CURR_DIR=`pwd`
|