Searched refs:BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
39 #define BUF_SIZE 64 macro128 char buf[BUF_SIZE]; in fs_read_atomic_int()129 if (TEMP_FAILURE_RETRY(read(fd, buf, BUF_SIZE)) == -1) { in fs_read_atomic_int()159 char buf[BUF_SIZE]; in fs_write_atomic_int()160 int len = snprintf(buf, BUF_SIZE, "%d", value) + 1; in fs_write_atomic_int()161 if (len > BUF_SIZE) { in fs_write_atomic_int()
31 #define BUF_SIZE 1024 macro902 buf = XML_GetBuffer(parser, BUF_SIZE); in audio_route_init()906 bytes_read = fread(buf, 1, BUF_SIZE, file); in audio_route_init()
18 #define BUF_SIZE 4096; macro