Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Dbooleans.c197 #define STRBUF_SIZE 3 macro
208 *buf = malloc(sizeof(char) * (STRBUF_SIZE + 1)); in get_bool_value()
212 (*buf)[STRBUF_SIZE] = 0; in get_bool_value()
218 len = read(fd, *buf, STRBUF_SIZE); in get_bool_value()
222 if (len != STRBUF_SIZE) in get_bool_value()

Completed in 2 milliseconds