Lines Matching refs:malloc
98 vartable[++max_varnum].name = malloc( strlen( name )+1 ); in get_varnum()
120 *label = malloc( pnt - word + 1 ); in get_string()
168 *label = (char *) malloc( pnt1 - newlabel ); in get_qstring()
232 cond = malloc( sizeof(*cond) ); in tokenize_if()
302 char * str = malloc( pnt - word + 1 ); in tokenize_if()
338 char * buffer = malloc( 64 ); in tokenize_choices()
347 cfg = malloc( sizeof(*cfg) ); in tokenize_choices()
386 char * buffer = malloc( 64 ); in tokenize_line()
498 cfg = malloc( sizeof(*cfg) ); in tokenize_line()
604 *dep_ptr = (struct dependency *) malloc( sizeof( struct dependency ) ); in tokenize_line()
659 *cond_ptr = malloc( sizeof(struct condition) ); in tokenize_line()
664 *cond_ptr = malloc( sizeof(struct condition) ); in tokenize_line()
676 *cond_ptr = malloc( sizeof(struct condition) ); in tokenize_line()
728 cfg->next = (struct kconfig *) malloc( sizeof(struct kconfig) ); in tokenize_line()