sc_malloc
str = sc_malloc(sizeof (str_t));
new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) :
new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) :
sep = sc_malloc(sizeof (serecord_t));
static void *sc_malloc(size_t n);
if ((arglist = sc_malloc(sizeof (arg_t))) == NULL)
sc_malloc(arglist->arg_alloc * sizeof (char **)) :
cmd = sc_malloc(sizeof (struct cmd));
static void *sc_malloc(size_t n);
if ((new_cmd = sc_malloc(sizeof (cmdqueue_t))) == NULL) {
if ((str = sc_malloc(sizeof (str_t))) == NULL)
sc_malloc(len+str->s_hint) :
new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) :
new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) :
if ((sep = sc_malloc(sizeof (syseventtab_t))) == NULL)
if ((new_cfp = sc_malloc(sizeof (conftab_t))) == NULL) {
static void *sc_malloc(size_t n);