Home
last modified time | relevance | path

Searched refs:zconfalloc (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c23 #define yyalloc zconfalloc
332 void *zconfalloc (yy_size_t );
1871 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) ); in zconf_create_buffer()
1880 b->yy_ch_buf = (char *) zconfalloc(b->yy_buf_size + 2 ); in zconf_create_buffer()
2031 (yy_buffer_stack) = (struct yy_buffer_state**)zconfalloc in zconfensure_buffer_stack()
2079 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) ); in zconf_scan_buffer()
2128 buf = (char *) zconfalloc(n ); in zconf_scan_bytes()
2330 void *zconfalloc (yy_size_t size ) in zconfalloc() function
Dzconf.lex.c_shipped23 #define yyalloc zconfalloc
332 void *zconfalloc (yy_size_t );
1871 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) );
1880 b->yy_ch_buf = (char *) zconfalloc(b->yy_buf_size + 2 );
2031 (yy_buffer_stack) = (struct yy_buffer_state**)zconfalloc
2079 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) );
2128 buf = (char *) zconfalloc(n );
2330 void *zconfalloc (yy_size_t size )