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

/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c157 holes_list_t *hlh, *hl, **hlp; local
165 hlh = NULL;
166 hlp = &hlh;
206 return (hlh);
213 get_compressed_filesz(holes_list_t *hlh) argument
219 for (hl = hlh; hl != NULL; hl = hl->hl_next) {
249 store_sparse_string(holes_list_t *hlh, char *str, size_t *szp) argument
255 for (hl = hlh; hl != NULL; hl = hl->hl_next) {

Completed in 72 milliseconds