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

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c181 if (t_repbuf != NULL) { \
182 munmap(t_repbuf, size); \
209 * temp buffer (t_repbuf).
212 * t_repbuf is created to be the size of c_repbuf +/- 'slen' (based on
214 * 'update_str', the c_repbuf is copied to a OLD_FAB_REPOSITORY and t_repbuf
224 char *repbuf, *c_repbuf, *t_repbuf; local
231 repbuf = c_repbuf = t_repbuf = NULL;
457 if ((t_repbuf = (char *)mmap(0, size, PROT_READ|PROT_WRITE,
463 memcpy(t_repbuf, c_repbuf, write_offset);
464 strncpy(t_repbuf
[all...]

Completed in 20 milliseconds