OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stat_p
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
tftp.c
371
struct stat
stat_p
;
local
380
if (stat(buffer, &
stat_p
) == 0)
381
tsize =
stat_p
.st_size;
/external/qemu/slirp-android/
tftp.c
377
struct stat
stat_p
;
local
386
if (stat(buffer, &
stat_p
) == 0)
387
tsize =
stat_p
.st_size;
Completed in 17 milliseconds