HomeSort by relevance Sort by last modified time
    Searched defs:idbuf (Results 1 - 2 of 2) sorted by null

  /external/iproute2/misc/
nstat.c 134 char idbuf[sizeof(buf)]; local
144 /* idbuf is as big as buf, so this is safe */
145 nr = sscanf(buf, "%s%llu%lg", idbuf, &val, &rate);
150 if (useless_number(idbuf))
154 n->id = strdup(idbuf);
186 char idbuf[sizeof(buf)]; local
196 idbuf[0] = 0;
197 strncat(idbuf, buf, sizeof(idbuf) - 1);
208 if (off < sizeof(idbuf)) {
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
prdbg.c 1062 char idbuf[20];
1064 sprintf (idbuf, "%%anon%u", id);
1065 if (! append_type (info, idbuf))
1245 char idbuf[20];
1247 sprintf (idbuf, "%%anon%u", id);
1248 if (! append_type (info, idbuf))
1057 char idbuf[20]; local
1240 char idbuf[20]; local
1605 char idbuf[20]; local
2030 char idbuf[20]; local
2132 char idbuf[20]; local
2460 char idbuf[20]; local
    [all...]

Completed in 483 milliseconds