audiotest.c | 1061 char protbuf[256]; local in function:debug_mmap 1072 protbuf[n] = '\0'; 1074 strlcpy(protbuf, "|PROT_NONE", sizeof(protbuf)); 1076 ADDFLAG(protbuf, prot, PROT_EXEC); 1077 ADDFLAG(protbuf, prot, PROT_WRITE); 1078 ADDFLAG(protbuf, prot, PROT_READ); 1080 snprintf(protbuf + n, sizeof(protbuf) - n, 1105 ptr, len, protbuf + 1, flagbuf + 1, fd, offset) [all...] |