Lines Matching refs: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);
345 char tmpbuf[TMPBUFLEN];
348 length = scnprintf(tmpbuf, TMPBUFLEN, "%d",
350 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
670 char tmpbuf[TMPBUFLEN];
673 length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
675 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
1416 char tmpbuf[TMPBUFLEN];
1419 length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
1421 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
1756 char tmpbuf[TMPBUFLEN];
1761 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", value);
1763 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);