OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tfu
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/hexdump/
parse.c
98
FU *
tfu
, **nextfu;
local in function:add
118
tfu
= ecalloc(1, sizeof(FU));
119
*nextfu =
tfu
;
120
nextfu = &
tfu
->nextfu;
121
tfu
->reps = 1;
129
tfu
->reps = atoi(savep);
130
tfu
->flags = F_SETREP;
144
tfu
->bcnt = atoi(savep);
155
tfu
->fmt = emalloc(p - savep + 1);
156
(void) strncpy(
tfu
->fmt, savep, p - savep)
[
all
...]
parse.c
98
FU *
tfu
, **nextfu;
local in function:add
118
tfu
= ecalloc(1, sizeof(FU));
119
*nextfu =
tfu
;
120
nextfu = &
tfu
->nextfu;
121
tfu
->reps = 1;
129
tfu
->reps = atoi(savep);
130
tfu
->flags = F_SETREP;
144
tfu
->bcnt = atoi(savep);
155
tfu
->fmt = emalloc(p - savep + 1);
156
(void) strncpy(
tfu
->fmt, savep, p - savep)
[
all
...]
Completed in 125 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025