HomeSort by: relevance | last modified time | path
    Searched refs:uud_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libuutil/common/
uu_dprintf.c 80 D->uud_name = strdup(name);
81 if (D->uud_name == NULL) {
86 D->uud_name = NULL;
107 (void) fprintf(stderr, FACILITY_FMT, D->uud_name,
118 if (D->uud_name)
119 free(D->uud_name);
127 return (D->uud_name);
libuutil_impl.h 50 char *uud_name; member in struct:uu_dprintf

Completed in 26 milliseconds