Searched refs:sc_malloc (Results 1 – 6 of 6) sorted by relevance
517 if ((arglist = sc_malloc(sizeof (arg_t))) == NULL) in init_arglist()547 sc_malloc(arglist->arg_alloc * sizeof (char **)) : in add_arg()609 cmd = sc_malloc(sizeof (struct cmd)); in alloc_cmd()629 sc_malloc(size_t n) in sc_malloc() function
92 static void *sc_malloc(size_t n);
852 sep = sc_malloc(sizeof (serecord_t)); in parse_line()937 sc_malloc(size_t n) in sc_malloc() function1010 str = sc_malloc(sizeof (str_t)); in initstr()1053 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats()1073 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcatc()
115 static void *sc_malloc(size_t n);
230 sc_malloc(size_t n) in sc_malloc() function304 if ((str = sc_malloc(sizeof (str_t))) == NULL) in initstr()349 sc_malloc(len+str->s_hint) : in strcopys()373 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcats()397 new_str = (str->s_str == NULL) ? sc_malloc(len+str->s_hint) : in strcatc()623 if ((sep = sc_malloc(sizeof (syseventtab_t))) == NULL) in parse_conf_file()777 if ((new_cfp = sc_malloc(sizeof (conftab_t))) == NULL) { in build_event_table()1758 if ((new_cmd = sc_malloc(sizeof (cmdqueue_t))) == NULL) { in queue_event()
128 static void *sc_malloc(size_t n);