OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linksize
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/tc/
tc_core.c
81
int
linksize
, cells;
local
86
linksize
= cells * ATM_CELL_SIZE; /* Use full cell size to add ATM tax */
87
return
linksize
;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c
288
int
linksize
;
local
307
linksize
= readlink(procfile, linkfile, sizeof(linkfile)-1);
308
if (
linksize
> 0 ) {
309
linkfile[
linksize
] = '\0';
[
all
...]
Completed in 691 milliseconds