Searched refs:TMPBUFLEN (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/security/selinux/ |
D | selinuxfs.c | 130 #define TMPBUFLEN 12 macro 134 char tmpbuf[TMPBUFLEN]; in sel_read_enforce() 137 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", selinux_enforcing); in sel_read_enforce() 205 char tmpbuf[TMPBUFLEN]; in sel_read_handle_unknown() 211 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", handle_unknown); in sel_read_handle_unknown() 331 char tmpbuf[TMPBUFLEN]; in sel_read_policyvers() 334 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", POLICYDB_VERSION_MAX); in sel_read_policyvers() 355 char tmpbuf[TMPBUFLEN]; in sel_read_mls() 358 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", in sel_read_mls() 604 char tmpbuf[TMPBUFLEN]; in sel_read_checkreqprot() [all …]
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_fs.c | 29 #define TMPBUFLEN 12 macro 33 char tmpbuf[TMPBUFLEN]; in ima_show_htable_value() 36 len = scnprintf(tmpbuf, TMPBUFLEN, "%li\n", atomic_long_read(val)); in ima_show_htable_value()
|
/linux-4.4.14/kernel/ |
D | sysctl.c | 1921 #define TMPBUFLEN 22 macro 1943 char *p, tmp[TMPBUFLEN]; in proc_get_long() 1949 if (len > TMPBUFLEN - 1) in proc_get_long() 1950 len = TMPBUFLEN - 1; in proc_get_long() 1971 if (len == TMPBUFLEN - 1) in proc_get_long() 2001 char tmp[TMPBUFLEN], *p = tmp; in proc_put_long() 2013 #undef TMPBUFLEN
|
/linux-4.4.14/fs/proc/ |
D | base.c | 1220 #define TMPBUFLEN 21 macro 1227 char tmpbuf[TMPBUFLEN]; in proc_loginuid_read() 1231 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", in proc_loginuid_read() 1289 char tmpbuf[TMPBUFLEN]; in proc_sessionid_read() 1293 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", in proc_sessionid_read()
|