Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/ftest/
Dftest02.c248 char crmsg[] = "Gee, let's write something in the file!\n"; variable
268 val = write(fd, crmsg, sizeof(crmsg) - 1); in crfile()
271 val = lseek(fd, -((off_t) sizeof(crmsg) - 1), 1); in crfile()
274 val = read(fd, buf, sizeof(crmsg) - 1); in crfile()
277 if (strncmp(crmsg, buf, sizeof(crmsg) - 1)) in crfile()
Dftest06.c266 static char crmsg[] = "Gee, let's write something in the file!\n"; variable
289 val = write(fd, crmsg, sizeof(crmsg) - 1); in crfile()
292 seekval = lseek(fd, -((off64_t) sizeof(crmsg) - 1), 1); in crfile()
295 val = read(fd, buf, sizeof(crmsg) - 1); in crfile()
298 if (strncmp(crmsg, buf, sizeof(crmsg) - 1)) in crfile()