Home
last modified time | relevance | path

Searched refs:read_lf (Results 1 – 5 of 5) sorted by relevance

/dports/security/ophcrack/ophcrack-3.8.0/src/samdump2/
H A Dhive.c60 lf_hdr* read_lf(lf_hdr *lf, struct hive *h, int offset ) { in read_lf() function
183 l = read_lf(l, h, off ); in parself()
328 lf = read_lf(lf, h, nr->lf_off + 0x1000 ); in _RegEnumKey()
H A Dhive.h98 lf_hdr* read_lf(lf_hdr *lf, struct hive *h, int offset );
/dports/devel/libtifiles2/libtifiles2-1.1.7/src/
H A Dintelhex.c135 read_lf: in hex_packet_read()
150 goto read_lf; in hex_packet_read()
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A Dmessage.c84 int read_lf=FALSE; in pkt_get_line() local
93 if(read_lf && c!='\n') /* No more LFs, this is end of line */ in pkt_get_line()
160 read_lf = TRUE; in pkt_get_line()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dmessage.c54 char read_lf = FALSE; in pkt_get_line() local
62 if (read_lf && c != '\n') { /* No more LFs, this is end of line */ in pkt_get_line()
123 read_lf = TRUE; in pkt_get_line()