OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f_convert
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
tftpd.c
210
int
f_convert
;
member in struct:formats
361
size = readit(file, &dp, pf->
f_convert
);
377
read_ahead(file, pf->
f_convert
);
442
write_behind(file, pf->
f_convert
);
467
size = writeit(file, &dp, n - 4, pf->
f_convert
);
474
write_behind(file, pf->
f_convert
);
/external/curl/tests/server/
tftpd.c
118
int
f_convert
;
member in struct:formats
1215
size = readit(test, &sdp, pf->
f_convert
);
1237
read_ahead(test, pf->
f_convert
);
[
all
...]
Completed in 583 milliseconds