Lines Matching defs:tbuf
1421 char tbuf[20];
1425 if (*ppos || count > sizeof(tbuf)-1)
1427 if (copy_from_user(tbuf, buf, count))
1430 tbuf[count] = 0;
1431 res = kstrtoul(tbuf, 0, &i);
1451 char tbuf[10];
1454 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy);
1455 len = strlen(tbuf);
1461 if (copy_to_user(buf, (void *)(tbuf+p), len))