Searched refs:log_head (Results 1 - 6 of 6) sorted by relevance

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

Completed in 281 milliseconds