Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Dgzlog.c410 local int log_head(struct log *log) in log_head() function
850 if ((op = log_head(log)) < 0) { in log_open()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzlog.c410 local int log_head(struct log *log) in log_head() function
850 if ((op = log_head(log)) < 0) { in log_open()
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dgzlog.c410 local int log_head(struct log *log) in log_head() function
850 if ((op = log_head(log)) < 0) { in log_open()
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c645 } *log_head, **log_tail = NULL; variable
665 log_head = NULL; in log_init()
666 log_tail = &log_head; in log_init()
715 me = log_head; in log_show()
722 log_head = me->next; in log_show()
724 log_tail = &log_head; in log_show()
751 while ((me = log_head) != NULL) { in log_free()
752 log_head = me->next; in log_free()