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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c269 char *hugename; local
310 hugename = ndmp_malloc(TLM_MAX_PATH_NAME);
316 if (longname == NULL || longlink == NULL || hugename == NULL ||
322 free(hugename);
331 *hugename = '\0';
612 if (*hugename != 0) {
613 (void) strlcpy(longname, hugename,
791 hugename[0] = 0;
947 (void) memset(hugename, 0, TLM_MAX_PATH_NAME);
949 &huge_size, hugename, local_command
[all...]

Completed in 48 milliseconds