OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mount_fdesc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/mount_fdesc/
mount_fdesc.c
1
/* $NetBSD:
mount_fdesc
.c,v 1.27 2020/07/26 08:20:22 mlelstv Exp $ */
78
static char sccsid[] = "@(#)
mount_fdesc
.c 8.3 (Berkeley) 4/26/95";
80
__RCSID("$NetBSD:
mount_fdesc
.c,v 1.27 2020/07/26 08:20:22 mlelstv Exp $");
96
#include "
mount_fdesc
.h"
105
int
mount_fdesc
(int argc, char **argv);
111
return
mount_fdesc
(argc, argv);
150
mount_fdesc
(int argc, char *argv[])
function in typeref:typename:int
157
if (mount(
MOUNT_FDESC
, canon_dir, mntflags, NULL, 0) == -1)
166
"usage:
mount_fdesc
[-o options] fdesc mount_point\n");
mount_fdesc.c
1
/* $NetBSD:
mount_fdesc
.c,v 1.27 2020/07/26 08:20:22 mlelstv Exp $ */
78
static char sccsid[] = "@(#)
mount_fdesc
.c 8.3 (Berkeley) 4/26/95";
80
__RCSID("$NetBSD:
mount_fdesc
.c,v 1.27 2020/07/26 08:20:22 mlelstv Exp $");
96
#include "
mount_fdesc
.h"
105
int
mount_fdesc
(int argc, char **argv);
111
return
mount_fdesc
(argc, argv);
150
mount_fdesc
(int argc, char *argv[])
function in typeref:typename:int
157
if (mount(
MOUNT_FDESC
, canon_dir, mntflags, NULL, 0) == -1)
166
"usage:
mount_fdesc
[-o options] fdesc mount_point\n");
Completed in 75 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025