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

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c172 if (upd_str != NULL) { \
173 free(upd_str); \
225 char *copy_rep, *tmp_rep, *upd_str; local
232 copy_rep = tmp_rep = upd_str = NULL;
293 if ((upd_str = calloc(1, len + 2)) == NULL) {
299 strcpy(upd_str, update_str);
300 strcat(upd_str, "\n"); /* Append a new line char */
301 len = strlen(upd_str);
322 free(upd_str);
377 if (write(fd, upd_str, le
[all...]

Completed in 14 milliseconds