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

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_signd.c63 write_all(int fd, const void *buf, size_t len) function
100 if (write_all(fd, &net_len, sizeof(net_len)) != sizeof(net_len)) return -1;
101 if (write_all(fd, buf, len) != len) return -1;
/freebsd-10.3-release/contrib/ntp/tests/ntpd/
H A Dt-ntp_signd.c33 ** This is so write_all can be properly tested.
94 //write_all();
110 int temp = write_all(fd, str,strlen(str));
/freebsd-10.3-release/contrib/gcc/
H A Dipa-reference.c1077 bool write_all;
1093 write_all = node_l->calls_write_all;
1104 write_all |= w_l->calls_write_all;
1120 if (write_all)
1147 if (!write_all)
1075 bool write_all; local

Completed in 112 milliseconds