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

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.h53 char *user_part; member in struct:__anon4324
H A Duri.c83 u->user_part = strndup(string, host-string);
231 if (uri->user_part != NULL)
232 free(uri->user_part);
266 if (uri->user_part != NULL)
267 fprintf(fp, "user_part: %s\n", uri->user_part);

Completed in 56 milliseconds