.\" Automatically generated man page, do not edit .TH QB_LIST_IS_LAST 3 2020-10-31 "LIBQB" "libqb Programmer's Manual" .SH NAME qb_list_is_last \- Tests whether list is the last entry in list head. .SH SYNOPSIS .nf .B #include .sp \fBstatic int qb_list_is_last\fP( \fBconst struct qb_list_head *\fP\fIlist\fP, \fBconst struct qb_list_head *\fP\fIhead\fP ); .fi .SH PARAMS \fBlist \fP\fIthe entry to test \fP .PP \fBhead \fP\fIthe head of the list \fP .PP .SH DESCRIPTION .SH STRUCTURES .nf \fB struct qb_list_head { struct \fInext\fP; struct \fIprev\fP; }; \fP .fi .PP .RE .SH RETURN VALUE .PP boolean true/false .PP .SH SEE ALSO .PP .nh .ad l \fIqb_list_empty\fR(3), \fIqb_list_add_tail\fR(3), \fIqb_list_add\fR(3), \fIqb_list_splice_tail\fR(3), \fIqb_list_length\fR(3), \fIqb_list_replace\fR(3), \fIqb_list_init\fR(3), \fIqb_list_splice\fR(3), \fIqb_list_del\fR(3) .ad .hy .SH "COPYRIGHT" .PP Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.