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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c169 if (tmp_rep != NULL) { \
170 remove(tmp_rep); \
171 free(tmp_rep); \
226 char *copy_rep, *tmp_rep, *upd_str; local
233 copy_rep = tmp_rep = upd_str = NULL;
432 if ((tmp_rep = (char *)calloc(1, strlen(FAB_REPOSITORY) +
438 (void) sprintf(tmp_rep, "%s%s%ld", FAB_REPOSITORY,
442 if ((tmp_fd = open(tmp_rep, O_RDWR|O_CREAT|O_TRUNC,
500 rename(tmp_rep, FAB_REPOSITORY);
527 if ((tmp_rep
[all...]

Completed in 44 milliseconds