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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c950 sc_realloc(void *p, size_t current, size_t n) function
1054 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
1074 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c548 sc_realloc(arglist->arg_args,
641 sc_realloc(void *p, size_t n) function
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c243 sc_realloc(void *p, size_t current, size_t n) function
350 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
374 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);
398 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint);

Completed in 5282 milliseconds