OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:map_output
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/nbperf/
nbperf.h
38
FILE *
map_output
;
member in struct:nbperf
nbperf.c
116
.
map_output
= NULL,
173
if (nbperf.
map_output
)
174
fclose(nbperf.
map_output
);
175
nbperf.
map_output
= fopen(optarg, "w");
176
if (nbperf.
map_output
== NULL)
nbperf-chm.c
219
if (nbperf->
map_output
!= NULL) {
221
fprintf(nbperf->
map_output
, "%" PRIu32 "\n", i);
nbperf-bdz.c
259
if (nbperf->
map_output
!= NULL) {
261
fprintf(nbperf->
map_output
, "%" PRIu32 "\n",
Completed in 13 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025