OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dumpfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/quotarestore/
quotarestore.c
360
//
dumpfile
reader
519
const char *
dumpfile
= NULL;
local in function:main
533
dumpfile
= argv[optind++];
543
if (
dumpfile
!= NULL) {
544
f = fopen(
dumpfile
, "r");
546
err(EXIT_FAILURE, "%s",
dumpfile
);
550
dumpfile
= "<stdin>";
561
readdumpfile(qh, f,
dumpfile
, seenkeys);
569
readdumpfile(qh, f,
dumpfile
, NULL);
/src/usr.bin/ktruss/
dump.c
309
dumpfile
(const char *file, int fd, int trpoints)
function in typeref:typename:void
Completed in 12 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025