Searched refs:buf (Results 126 - 128 of 128) sorted by relevance

123456

/system/core/libnetutils/
H A Difc_utils.c264 char buf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) + local
320 len = recv(s, buf, sizeof(buf), 0);
327 nh = (struct nlmsghdr *) buf;
/system/core/debuggerd/
H A Dtombstone.c478 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1]; member in union:__anon289
483 ssize_t actual = read(logfd, log_entry.buf, LOGGER_ENTRY_MAX_LEN);
/system/core/init/
H A Dinit.c828 int audit_callback(void *data, security_class_t cls, char *buf, size_t len) argument
830 snprintf(buf, len, "property=%s", !data ? "NULL" : (char *)data);

Completed in 46 milliseconds

123456