Searched defs:TEST_BUFSIZE (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dttmp.c42 #define TEST_BUFSIZE (1024*1024) macro
54 if(!(buf = (char*)malloc(TEST_BUFSIZE)))
55 terror("malloc(%ld) failed", TEST_BUFSIZE);
57 memset(buf,1,TEST_BUFSIZE);
60 if((siz = sfwrite(f,buf,TEST_BUFSIZE)) != TEST_BUFSIZE)

Completed in 981 milliseconds