Home | History | Annotate | Download | only in misc

Lines Matching defs:idbuf

124 		char idbuf[sizeof(buf)];
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)];
175 idbuf[0] = 0;
176 strncat(idbuf, buf, sizeof(idbuf) - 1);
186 if (off < sizeof(idbuf)) {
187 idbuf[off] = 0;
188 strncat(idbuf, p, sizeof(idbuf) - off - 1);
193 n->id = strdup(idbuf);
211 if (strcmp(idbuf, "IcmpOutAddrMaskReps") == 0)
212 idbuf[5] = 0;