HomeSort by relevance Sort by last modified time
    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/0.153/src/
ldlex.c 2872 char idbuf[50]; local
    [all...]

Completed in 270 milliseconds