OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fnamebuf
(Results
1 - 1
of
1
) sorted by null
/external/iputils/
tftpd.c
287
char
fnamebuf
[1024+512];
local
303
snprintf(
fnamebuf
, sizeof(
fnamebuf
)-1, "%s/%s", *dirs, filename);
304
filename =
fnamebuf
;
Completed in 125 milliseconds