Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h91 static void *sc_realloc(void *p, size_t n);
H A Dsyseventconfd.c546 sc_realloc(arglist->arg_args, in add_arg()
639 sc_realloc(void *p, size_t n) in sc_realloc() function
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h116 static void *sc_realloc(void *p, size_t current, size_t n);
H A Dsyseventadm.c950 sc_realloc(void *p, size_t current, size_t n) in sc_realloc() function
1054 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcats()
1074 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcatc()
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h129 static void *sc_realloc(void *p, size_t current, size_t n);
H A Dsysevent_conf_mod.c243 sc_realloc(void *p, size_t current, size_t n) in sc_realloc() function
350 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcopys()
374 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcats()
398 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcatc()