Searched refs:TMPBUFLEN (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/security/selinux/ |
D | selinuxfs.c | 128 #define TMPBUFLEN 12 macro 132 char tmpbuf[TMPBUFLEN]; in sel_read_enforce() 135 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", selinux_enforcing); in sel_read_enforce() 203 char tmpbuf[TMPBUFLEN]; in sel_read_handle_unknown() 209 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", handle_unknown); in sel_read_handle_unknown() 330 char tmpbuf[TMPBUFLEN]; in sel_read_policyvers() 333 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", POLICYDB_VERSION_MAX); in sel_read_policyvers() 354 char tmpbuf[TMPBUFLEN]; in sel_read_mls() 357 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", in sel_read_mls() 602 char tmpbuf[TMPBUFLEN]; in sel_read_checkreqprot() [all …]
|
/linux-2.6.39/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-2.6.39/kernel/ |
D | sysctl.c | 2124 #define TMPBUFLEN 22 macro 2146 char *p, tmp[TMPBUFLEN]; in proc_get_long() 2152 if (len > TMPBUFLEN - 1) in proc_get_long() 2153 len = TMPBUFLEN - 1; in proc_get_long() 2174 if (len == TMPBUFLEN - 1) in proc_get_long() 2204 char tmp[TMPBUFLEN], *p = tmp; in proc_put_long() 2216 #undef TMPBUFLEN
|
/linux-2.6.39/fs/proc/ |
D | base.c | 1248 #define TMPBUFLEN 21 macro 1255 char tmpbuf[TMPBUFLEN]; in proc_loginuid_read() 1259 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", in proc_loginuid_read() 1325 char tmpbuf[TMPBUFLEN]; in proc_sessionid_read() 1329 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", in proc_sessionid_read()
|