Home
last modified time | relevance | path

Searched refs:POSIX_CMD_ADD (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/posix/shell/
Dposix_shell.h13 #define POSIX_CMD_ADD(_syntax, _subcmd, _help, _handler, _mand, _opt) \ macro
Denv.c130 POSIX_CMD_ADD(env, &sub_env, "Print system information", NULL, 1, 255);
Duname.c173 POSIX_CMD_ADD(uname, NULL, "Print system information", uname_cmd_handler, 1, 1);