OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsys
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fsdb/
fsdb.c
181
char *
fsys
= NULL;
local in function:main
196
fsys
= optarg;
210
if (
fsys
== NULL)
211
fsys
= argv[0];
212
if (
fsys
== NULL)
215
if (setup(
fsys
,
fsys
) <= 0)
216
errx(1, "cannot set up file system `%s'",
fsys
);
217
printf("Editing file system `%s'\nLast Mounted on %s\n",
fsys
,
fsdb.c
181
char *
fsys
= NULL;
local in function:main
196
fsys
= optarg;
210
if (
fsys
== NULL)
211
fsys
= argv[0];
212
if (
fsys
== NULL)
215
if (setup(
fsys
,
fsys
) <= 0)
216
errx(1, "cannot set up file system `%s'",
fsys
);
217
printf("Editing file system `%s'\nLast Mounted on %s\n",
fsys
,
Completed in 57 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025