Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress07.c62 static int checkchars(int fd, char val, int n);
260 if (checkchars(rofd, 'a', pagesize)) {
264 if (checkchars(rofd, '\0', (e_pageskip - 1) * pagesize)) {
268 if (checkchars(rofd, 'e', pagesize)) {
272 if (checkchars(rofd, '\0', holesize - e_pageskip * pagesize)) {
276 if (checkchars(rofd, 'b', (pagesize >> 1))) {
280 if (checkchars(rofd, 'c', pagesize + (pagesize >> 1))) {
302 static int checkchars(int fd, char val, int n) function