Lines Matching defs:tbuf
1437 char tbuf[20];
1441 if (*ppos || count > sizeof(tbuf)-1)
1443 if (copy_from_user(tbuf, buf, count))
1446 tbuf[count] = 0;
1447 res = kstrtoul(tbuf, 0, &i);
1467 char tbuf[10];
1470 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy);
1471 len = strlen(tbuf);
1477 if (copy_to_user(buf, (void *)(tbuf+p), len))