Searched refs:mf (Results 1 – 6 of 6) sorted by relevance
58 static int posix_mode_to_zephyr(int mf) in posix_mode_to_zephyr() argument60 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()
36 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 use67 west init -l [--mf FILE] directory72 As above, ``--mf`` defaults to ``west.yml``.
565 - ``west init`` now supports an ``--mf foo.yml`` option, which initializes the
120 {--mf,--manifest-file}'[manifest file]:manifest file:'
349 complete -c west -n "__zephyr_west_seen_subcommand_from init" -l mf -l manifest-file -r -d "manifes…
400 .highlight .mf /* Literal.Number.Float */,