OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:traceinfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/dist/omapip/
trace.c
49
static FILE *
traceinfile
;
variable
435
traceinfile
= fopen (filename, "r");
436
if (!
traceinfile
) {
441
if (fcntl (fileno(
traceinfile
), F_SETFD, 1) < 0)
445
sizeof tracefile_header,
traceinfile
);
447
if (ferror(
traceinfile
))
483
status = fseek(
traceinfile
, (long)len, SEEK_CUR);
502
fclose(
traceinfile
);
525
status = fgetpos(
traceinfile
, &curpos);
533
traceinfile
);
[
all
...]
/src/external/mpl/dhcp/dist/server/
dhcpd.c
309
char *
traceinfile
= (char *)0;
local
560
traceinfile
= argv [i];
844
if (
traceinfile
) {
851
trace_file_replay (
traceinfile
);
Completed in 18 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026