Lines Matching defs:tmpbuf
126 char tmpbuf[TMPBUFLEN];
129 length = scnprintf(tmpbuf, TMPBUFLEN, "%d",
131 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
202 char tmpbuf[TMPBUFLEN];
209 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", handle_unknown);
210 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
314 char tmpbuf[TMPBUFLEN];
317 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", POLICYDB_VERSION_MAX);
318 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
348 char tmpbuf[TMPBUFLEN];
351 length = scnprintf(tmpbuf, TMPBUFLEN, "%d",
353 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
679 char tmpbuf[TMPBUFLEN];
682 length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
684 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
1442 char tmpbuf[TMPBUFLEN];
1445 length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
1447 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
1782 char tmpbuf[TMPBUFLEN];
1787 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", value);
1789 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);