Home
last modified time | relevance | path

Searched refs:BUFFSIZE (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dclosedir.c22 #define BUFFSIZE 4096 macro
49 DIR *dir = (DIR *)malloc(BUFFSIZE); in closedir_0200()
52 memset(dir, 0xFF, BUFFSIZE); in closedir_0200()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dcpuinfo.c32 char buf[BUFFSIZE]; in get_cpu_baseinfo()
91 char buf[BUFFSIZE]; in online_cpumask()
132 char buf[BUFFSIZE]; in present_cpumask()
203 char buf[BUFFSIZE]; in get_sched_domains()
204 char str1[20], str2[BUFFSIZE]; in get_sched_domains()
291 char buf[BUFFSIZE]; in get_num_cpusets()
292 char subsys_name[BUFFSIZE]; in get_num_cpusets()
H A Dmeminfo.c24 char buf[BUFFSIZE]; in online_memmask()
60 char buf[BUFFSIZE]; in present_memmask()
H A Dcommon.h33 #define BUFFSIZE 512 macro
/third_party/ltp/testcases/kernel/syscalls/getxattr/
H A Dgetxattr01.c59 #define BUFFSIZE 64 macro
78 .size = BUFFSIZE - 1,
92 .size = BUFFSIZE - 1,
165 tc[i].value = malloc(BUFFSIZE); in setup()
/third_party/skia/third_party/externals/expat/expat/examples/
H A Doutline.c54 #define BUFFSIZE 8192 macro
56 char Buff[BUFFSIZE];
103 len = (int)fread(Buff, 1, BUFFSIZE, stdin); in main()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dmain.c27 #define BUFFSIZE 8192 macro
45 char rootPath[BUFFSIZE];
539 char buffer[BUFFSIZE]; in open_read_close()
556 while ((c = read(fileHandle, buffer, BUFFSIZE)) > 0) { in open_read_close()
565 if ((c = read(fileHandle2, buffer, BUFFSIZE)) > 0) { in open_read_close()
/third_party/curl/lib/
H A Dmprintf.c73 #define BUFFSIZE 326 /* buffer for long-to-str and float-to-str calcs, should macro
677 char work[BUFFSIZE]; in formatf()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c913 enum { BUFFSIZE = 1024 }; in mbedtls_test_move_handshake_to_state() enumerator
2010 enum { BUFFSIZE = 17000 }; in mbedtls_test_ssl_perform_handshake() enumerator
2130 BUFFSIZE) == 0); in mbedtls_test_ssl_perform_handshake()

Completed in 7 milliseconds