HomeSort by relevance Sort by last modified time
    Searched refs:mkfs_msdos (Results 1 - 3 of 3) sorted by null

  /external/newfs_msdos/
mkfs_msdos.h 1 /* $FreeBSD: head/sbin/newfs_msdos/mkfs_msdos.h 335189 2018-06-15 06:03:40Z delphij $ */
2 /* $NetBSD: mkfs_msdos.h,v 1.3 2015/10/16 17:38:17 christos Exp $ */
73 int mkfs_msdos(const char *, const char *, const struct msdos_options *);
newfs_msdos.c 45 #include "mkfs_msdos.h"
192 return !!mkfs_msdos(fname, dtype, &o);
mkfs_msdos.c 30 "$FreeBSD: head/sbin/newfs_msdos/mkfs_msdos.c 335189 2018-06-15 06:03:40Z delphij $";
62 #include "mkfs_msdos.h"
242 mkfs_msdos(const char *fname, const char *dtype, const struct msdos_options *op) function

Completed in 93 milliseconds