Searched defs:list_iterate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libprint/common/
H A Dlist.c162 * list_iterate() take in a list, pointer to a function, and variable number
163 * of arguements following. list_iterate() will iterate through the list
166 * containing the rest of arguments used to call list_iterate(). The
169 * list_iterate().
172 list_iterate(void **list, int (*vfunc)(void *, va_list), ...) function
178 syslog(LOG_DEBUG, "list_iterate(0x%x, 0x%x)", list, vfunc);

Completed in 57 milliseconds