Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dshm.c308 bool trunc = false; /* (oflag & O_TRUNC) != 0 */ in shm_open() local
322 if (rd && trunc) { in shm_open()
/Zephyr-latest/samples/subsys/shell/fs/
DREADME.rst203 fs trunc <path>
/Zephyr-latest/subsys/fs/
Dshell.c854 SHELL_CMD_ARG(trunc, NULL, "Truncate file", cmd_trunc, 2, 255),