Lines Matching refs:tmpbuf
128 char tmpbuf[TMPBUFLEN];
131 length = scnprintf(tmpbuf, TMPBUFLEN, "%d",
133 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
206 char tmpbuf[TMPBUFLEN];
213 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", handle_unknown);
214 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
339 char tmpbuf[TMPBUFLEN];
342 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", POLICYDB_VERSION_MAX);
343 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
374 char tmpbuf[TMPBUFLEN];
377 length = scnprintf(tmpbuf, TMPBUFLEN, "%d",
379 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
716 char tmpbuf[TMPBUFLEN];
719 length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
721 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
1501 char tmpbuf[TMPBUFLEN];
1504 length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
1506 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
1850 char tmpbuf[TMPBUFLEN];
1855 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", value);
1857 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);