Home
last modified time | relevance | path

Searched refs:tmp_new (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c543 char *tmp_new = NULL; in update_field() local
548 tmp_new = malloc(strlen(prependdir) + strlen(new) + 2); in update_field()
549 if (tmp_new == NULL) in update_field()
551 (void) sprintf(tmp_new, "%s/%s", prependdir, new); in update_field()
553 if ((tmp_new = strdup(new)) == NULL) in update_field()
558 if (tmp_new != NULL) { in update_field()
561 else if (strcmp(tmp_new, *old) != 0) { in update_field()
566 *old = tmp_new; in update_field()