Home
last modified time | relevance | path

Searched refs:read_block (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/tools/tools/atsectl/
H A Datsectl.c88 read_block(void) in read_block() function
163 read_block(); in list()
176 read_block(); in _set()
246 read_block(); in _set()
/freebsd-13.1/libexec/tftpd/
H A Dtftp-transfer.c78 read_block: in tftp_send()
137 goto read_block; in tftp_send()
177 goto read_block; in tftp_send()
210 goto read_block; in tftp_send()
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A Dlib_screen.c485 read_block(void *target, size_t length, FILE *fp) in read_block() function
518 if (read_block(&tmp, (size_t) 4, filep) < 0) { in NCURSES_SP_NAME()
529 } else if (read_block(((char *) &tmp) + 4, sizeof(WINDOW) - 4, filep) < 0) { in NCURSES_SP_NAME()
596 if (read_block(nwin->_line[n].text, linesize, filep) < 0) { in NCURSES_SP_NAME()
/freebsd-13.1/contrib/libpcap/
H A Dsf-pcapng.c278 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) in read_block() function
984 status = read_block(fp, p, &cursor, errbuf); in pcap_ng_check_header()
1106 status = read_block(fp, p, &cursor, p->errbuf); in pcap_ng_next_packet()