Searched refs:TMPBUFLEN (Results 1 – 3 of 3) sorted by relevance
| /linux/security/selinux/ |
| H A D | selinuxfs.c | 119 #define TMPBUFLEN 12 123 char tmpbuf[TMPBUFLEN]; in sel_read_enforce() 126 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", in sel_read_enforce() 199 char tmpbuf[TMPBUFLEN]; in sel_read_handle_unknown() 206 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", handle_unknown); in sel_read_handle_unknown() 289 char tmpbuf[TMPBUFLEN]; in sel_read_policyvers() 292 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", POLICYDB_VERSION_MAX); in sel_read_policyvers() 320 char tmpbuf[TMPBUFLEN]; in sel_read_mls() 323 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", in sel_read_mls() 636 char tmpbuf[TMPBUFLEN]; in sel_read_checkreqprot() 121 #define TMPBUFLEN global() macro [all...] |
| /linux/kernel/ |
| H A D | sysctl.c | 254 #define TMPBUFLEN 22 macro 275 char *p, tmp[TMPBUFLEN]; in proc_get_long() 281 if (len > TMPBUFLEN - 1) in proc_get_long() 282 len = TMPBUFLEN - 1; in proc_get_long() 304 if (len == TMPBUFLEN - 1) in proc_get_long() 333 char tmp[TMPBUFLEN], *p = tmp; in proc_put_long() 343 #undef TMPBUFLEN
|
| /linux/fs/proc/ |
| H A D | base.c | 1293 #define TMPBUFLEN 11 in oom_score_adj_write() 1300 char tmpbuf[TMPBUFLEN]; in oom_score_adj_write() 1304 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", 1366 char tmpbuf[TMPBUFLEN]; in proc_loginuid_write() 1370 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", in proc_loginuid_write() 1312 #define TMPBUFLEN global() macro
|