Home
last modified time | relevance | path

Searched refs:mf (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dfs.c58 static int posix_mode_to_zephyr(int mf) in posix_mode_to_zephyr() argument
60 int mode = (mf & O_CREAT) ? FS_O_CREATE : 0; in posix_mode_to_zephyr()
62 mode |= (mf & O_APPEND) ? FS_O_APPEND : 0; in posix_mode_to_zephyr()
63 mode |= (mf & O_TRUNC) ? FS_O_TRUNC : 0; in posix_mode_to_zephyr()
65 switch (mf & O_ACCMODE) { in posix_mode_to_zephyr()
/Zephyr-latest/doc/develop/west/
Dbuilt-in.rst36 west init [-m URL] [--mr REVISION] [--mf FILE] [directory]
41 the location of the manifest file within the repository using ``--mf``.
56 The ``--mf`` option defaults to ``west.yml``. Since west v0.10.1, west will use
67 west init -l [--mf FILE] directory
72 As above, ``--mf`` defaults to ``west.yml``.
Drelease-notes.rst565 - ``west init`` now supports an ``--mf foo.yml`` option, which initializes the
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh120 {--mf,--manifest-file}'[manifest file]:manifest file:'
Dwest-completion.fish349 complete -c west -n "__zephyr_west_seen_subcommand_from init" -l mf -l manifest-file -r -d "manifes…
/Zephyr-latest/doc/_static/css/
Dcustom.css400 .highlight .mf /* Literal.Number.Float */,