Home
last modified time | relevance | path

Searched refs:read_all (Results 1 – 11 of 11) sorted by relevance

/src/crypto/krb5/src/appl/gss-sample/
H A Dgss-misc.c109 read_all(int fildes, void *data, unsigned int nbyte) in read_all() function
236 ret = read_all(s, (char *) &char_flags, 1); in recv_token()
250 ret = read_all(s, &lenbuf[1], 3); in recv_token()
261 ret = read_all(s, lenbuf, 4); in recv_token()
284 ret = read_all(s, (char *) tok->value, tok->length); in recv_token()
/src/contrib/ntp/ntpd/
H A Dntp_signd.c80 read_all(int fd, void *buf, size_t len) in read_all() function
111 if (read_all(fd, len, sizeof(*len)) != sizeof(*len)) return -1; in recv_packet()
114 if (read_all(fd, *buf, *len) != *len) { in recv_packet()
/src/usr.sbin/bsdinstall/scripts/
H A Dpkgbase.in34 local function read_all(fd)
57 local output = read_all(r)
/src/contrib/libevent/
H A Darc4random.c129 read_all(int fd, unsigned char *buf, size_t count) in read_all() function
302 n = read_all(fd, buf, sizeof(buf)); in arc4_seed_urandom_helper_()
/src/contrib/ntp/sntp/libevent/
H A Darc4random.c129 read_all(int fd, unsigned char *buf, size_t count) in read_all() function
302 n = read_all(fd, buf, sizeof(buf)); in arc4_seed_urandom_helper_()
/src/crypto/openssl/test/
H A Dcmsapitest.c318 static unsigned char *read_all(BIO *bio, long *p_len) in read_all() function
368 if (!TEST_ptr(buf = read_all(bio, &buf_len))) in test_d2i_CMS_decode()
/src/contrib/lua/src/
H A Dliolib.c543 static void read_all (lua_State *L, FILE *f) { in read_all() function
601 read_all(L, f); /* read entire file */ in g_read()
/src/contrib/bearssl/test/
H A Dtest_x509.c403 read_all(FILE *f, size_t *len) in read_all() function
455 buf = read_all(f, len); in read_file()
/src/contrib/ofed/librdmacm/
H A Drsocket.c414 static void read_all(int fd, void *msg, size_t len) in read_all() function
462 read_all(svc->sock[0], &msg, sizeof msg); in rs_notify_svc()
4014 read_all(svc->sock[1], &msg, sizeof msg); in udp_svc_process_sock()
4255 read_all(svc->sock[1], &msg, sizeof msg); in tcp_svc_process_sock()
/src/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c215 cmd.cp.read_all = 1; in hci_read_stored_link_key()
/src/sys/netgraph/bluetooth/include/
H A Dng_hci.h1068 u_int8_t read_all; /* read all keys? 0x01 - yes */ member