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

  /src/sbin/mount_ntfs/
mount_ntfs.h 1 /* $NetBSD: mount_ntfs.h,v 1.1 2008/08/05 20:57:45 pooka Exp $ */
33 int mount_ntfs(int, char **);
Makefile 8 PROG= mount_ntfs
9 SRCS= mount_ntfs.c fattr.c pathadj.c
10 MAN= mount_ntfs.8
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)
  /src/sbin/
Makefile 48 SUBDIR+= mount_ntfs

Completed in 13 milliseconds