Home
last modified time | relevance | path

Searched refs:s_hint (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/syseventadm/
H A Dsyseventadm.c1014 str->s_hint = hint; in initstr()
1053 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats()
1054 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcats()
1056 str->s_alloc = len + str->s_hint; in strcats()
1073 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcatc()
1074 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcatc()
1076 str->s_alloc = len + str->s_hint; in strcatc()
H A Dsyseventadm.h87 int s_hint; member
/titanic_41/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c309 str->s_hint = hint; in initstr()
349 sc_malloc(len+str->s_hint) : in strcopys()
350 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcopys()
355 str->s_alloc = len + str->s_hint; in strcopys()
373 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats()
374 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcats()
379 str->s_alloc = len + str->s_hint; in strcats()
397 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcatc()
398 sc_realloc(str->s_str, str->s_alloc, len+str->s_hint); in strcatc()
403 str->s_alloc = len + str->s_hint; in strcatc()
H A Dsysevent_conf_mod.h100 int s_hint; member
/titanic_41/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h70 int s_hint; member