Searched refs:POSIX_CMD_ADD (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/lib/posix/shell/ |
D | posix_shell.h | 13 #define POSIX_CMD_ADD(_syntax, _subcmd, _help, _handler, _mand, _opt) \ macro
|
D | env.c | 130 POSIX_CMD_ADD(env, &sub_env, "Print system information", NULL, 1, 255);
|
D | uname.c | 173 POSIX_CMD_ADD(uname, NULL, "Print system information", uname_cmd_handler, 1, 1);
|