Searched refs:dataasciichk (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/fs/doio/ |
D | dataascii.c | 73 int dataasciichk(char *listofchars, char *buffer, int bsize, in dataasciichk() function 130 ret = dataasciichk(NULL, buffer, size, 0, &errmsg); in main() 139 ret = dataasciichk(NULL, &buffer[1], size - 1, 1, &errmsg); in main() 151 ret = dataasciichk(NULL, &buffer[1], size - 1, 1, &errmsg); in main() 164 ret = dataasciichk("this is a test of the my string", in main() 175 dataasciichk("this is a test of the my string", &buffer[1], in main() 188 ret = dataasciichk("this is a test of the my string", &buffer[1], in main()
|
D | growfiles.c | 2650 ret = dataasciichk(NULL, Buffer, Grow_incr, Woffset, &errmsg); in check_write() 2663 ret = dataasciichk(NULL, Buffer, Grow_incr, Woffset, &errmsg); in check_write() 2804 dataasciichk(NULL, buf, rd_size, rd_cnt, in check_file() 2829 dataasciichk(NULL, buf, rd_size, rd_cnt, in check_file() 2891 dataasciichk(NULL, buf, fsize, 0, &errmsg); in check_file() 2905 dataasciichk(NULL, buf, fsize, 0, &errmsg); in check_file()
|
/external/ltp/testcases/kernel/fs/doio/include/ |
D | dataascii.h | 63 int dataasciichk(char *, char *, int, int, char**);
|