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

  /src/sbin/mount_ptyfs/
mount_ptyfs.c 1 /* $NetBSD: mount_ptyfs.c,v 1.18 2020/07/26 08:20:23 mlelstv Exp $ */
78 static char sccsid[] = "@(#)mount_ptyfs.c 8.3 (Berkeley) 5/4/95";
80 __RCSID("$NetBSD: mount_ptyfs.c,v 1.18 2020/07/26 08:20:23 mlelstv Exp $");
118 int mount_ptyfs(int argc, char **argv);
127 return mount_ptyfs(argc, argv);
156 mount_ptyfs(int argc, char *argv[]) function in typeref:typename:int
209 if (mount(MOUNT_PTYFS, canon_dir, mntflags, &args, sizeof args) == -1)

Completed in 15 milliseconds