Home
last modified time | relevance | path

Searched refs:TMPBUFLEN (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/selinux/
Dselinuxfs.c121 #define TMPBUFLEN 12 macro
126 char tmpbuf[TMPBUFLEN]; in sel_read_enforce()
129 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", in sel_read_enforce()
205 char tmpbuf[TMPBUFLEN]; in sel_read_handle_unknown()
212 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()
356 char tmpbuf[TMPBUFLEN]; in sel_read_mls()
359 length = scnprintf(tmpbuf, TMPBUFLEN, "%d", in sel_read_mls()
633 char tmpbuf[TMPBUFLEN]; in sel_read_checkreqprot()
[all …]
/Linux-v4.19/security/integrity/ima/
Dima_fs.c45 #define TMPBUFLEN 12 macro
49 char tmpbuf[TMPBUFLEN]; in ima_show_htable_value()
52 len = scnprintf(tmpbuf, TMPBUFLEN, "%li\n", atomic_long_read(val)); in ima_show_htable_value()
/Linux-v4.19/kernel/
Dsysctl.c2068 #define TMPBUFLEN 22 macro
2090 char *p, tmp[TMPBUFLEN]; in proc_get_long()
2096 if (len > TMPBUFLEN - 1) in proc_get_long()
2097 len = TMPBUFLEN - 1; in proc_get_long()
2118 if (len == TMPBUFLEN - 1) in proc_get_long()
2148 char tmp[TMPBUFLEN], *p = tmp; in proc_put_long()
2160 #undef TMPBUFLEN
/Linux-v4.19/fs/proc/
Dbase.c1212 #define TMPBUFLEN 11 macro
1219 char tmpbuf[TMPBUFLEN]; in proc_loginuid_read()
1223 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", in proc_loginuid_read()
1281 char tmpbuf[TMPBUFLEN]; in proc_sessionid_read()
1285 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", in proc_sessionid_read()