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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c531 char *tmp_new = NULL; local
536 tmp_new = malloc(strlen(prependdir) + strlen(new) + 2);
537 if (tmp_new == NULL)
539 (void) sprintf(tmp_new, "%s/%s", prependdir, new);
541 if ((tmp_new = strdup(new)) == NULL)
546 if (tmp_new != NULL) {
549 else if (strcmp(tmp_new, *old) != 0) {
554 *old = tmp_new;

Completed in 44 milliseconds