Lines Matching +full:all +full:- +full:outputs
1 .. zephyr:code-sample:: posix-env
10 variables in C. Then, all environment variables are then printed.
18 This project outputs to the console. It can be built and executed on QEMU as follows:
20 .. zephyr-app-commands::
21 :zephyr-app: samples/posix/env
22 :host-os: unix
32 .. code-block:: console
35 BUILD_VERSION=zephyr-v3.5.0-5372-g3a46f2d052c7
47 .. code-block:: console
60 .. code-block:: console
65 The shell command below may be used to display all environment variables and their associated
68 .. code-block:: console
72 BUILD_VERSION=zephyr-v3.5.0-5372-g3a46f2d052c7
80 .. code-block:: console