HomeSort by: relevance | last modified time | path
    Searched defs:mount_ntfs (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/mount_ntfs/
mount_ntfs.c 1 /* $NetBSD: mount_ntfs.c,v 1.22 2009/09/14 12:43:46 pooka Exp $ */
33 * Id: mount_ntfs.c,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp
38 __RCSID("$NetBSD: mount_ntfs.c,v 1.22 2009/09/14 12:43:46 pooka Exp $");
58 #include "mount_ntfs.h"
74 return mount_ntfs(argc, argv);
148 mount_ntfs(int argc, char *argv[]) function in typeref:typename:int
157 if (mount(MOUNT_NTFS, canon_dir, mntflags, &args, sizeof args) == -1)

Completed in 13 milliseconds