OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idbuf
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/misc/
nstat.c
124
char
idbuf
[sizeof(buf)];
local
133
/*
idbuf
is as big as buf, so this is safe */
134
nr = sscanf(buf, "%s%llu%lg",
idbuf
, &val, &rate);
139
if (useless_number(
idbuf
))
143
n->id = strdup(
idbuf
);
167
char
idbuf
[sizeof(buf)];
local
175
idbuf
[0] = 0;
176
strncat(
idbuf
, buf, sizeof(
idbuf
) - 1);
186
if (off < sizeof(
idbuf
)) {
[
all
...]
/external/elfutils/src/
ldlex.c
2603
char
idbuf
[50];
local
[
all
...]
Completed in 1256 milliseconds