Searched refs:list_iterate (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | list.h | 44 extern int list_iterate(void **, int (*)(void *, __va_list), ...);
|
H A D | ns.c | 83 list_iterate((void **)printer->attributes,
|
H A D | ns_cmn_printer.c | 151 list_iterate((void **)printer->aliases,
|
H A D | list.c | 162 * 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);
|
H A D | llib-lprint | 60 int list_iterate(void **, int (*)(void *, __va_list), ...);
|
H A D | ns_cmn_kvp.c | 242 list_iterate((void **)printer->attributes,
|
Completed in 58 milliseconds