OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfilename
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sgimips/stand/sgivol/
sgivol.c
75
const char *
vfilename
= "";
variable
175
vfilename
= argv[0];
183
vfilename
= argv[0];
396
printf("Reading file %s\n",
vfilename
);
398
if (strncmp(
vfilename
, volhdr->voldir[i].name,
403
errx(EXIT_FAILURE, "File `%s' not found",
vfilename
);
441
if (names_match(i,
vfilename
)) {
447
errx(EXIT_FAILURE, "No directory space for file %s",
vfilename
);
452
vfilename
);
463
errx(EXIT_FAILURE, "No space for file `%s'",
vfilename
);
[
all
...]
sgivol.c
75
const char *
vfilename
= "";
variable
175
vfilename
= argv[0];
183
vfilename
= argv[0];
396
printf("Reading file %s\n",
vfilename
);
398
if (strncmp(
vfilename
, volhdr->voldir[i].name,
403
errx(EXIT_FAILURE, "File `%s' not found",
vfilename
);
441
if (names_match(i,
vfilename
)) {
447
errx(EXIT_FAILURE, "No directory space for file %s",
vfilename
);
452
vfilename
);
463
errx(EXIT_FAILURE, "No space for file `%s'",
vfilename
);
[
all
...]
Completed in 114 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026