Searched refs:BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
40 #define BUF_SIZE 64 macro134 char buf[BUF_SIZE]; in fs_read_atomic_int()135 if (TEMP_FAILURE_RETRY(read(fd, buf, BUF_SIZE)) == -1) { in fs_read_atomic_int()165 char buf[BUF_SIZE]; in fs_write_atomic_int()166 int len = snprintf(buf, BUF_SIZE, "%d", value) + 1; in fs_write_atomic_int()167 if (len > BUF_SIZE) { in fs_write_atomic_int()
31 #define BUF_SIZE 1024 macro937 buf = XML_GetBuffer(parser, BUF_SIZE); in audio_route_init()941 bytes_read = fread(buf, 1, BUF_SIZE, file); in audio_route_init()
18 #define BUF_SIZE 4096; macro