Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c23 #define yyalloc zconfalloc
323 void *zconfalloc (yy_size_t );
1818 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) ); in zconf_create_buffer()
1827 b->yy_ch_buf = (char *) zconfalloc(b->yy_buf_size + 2 ); in zconf_create_buffer()
1978 (yy_buffer_stack) = (struct yy_buffer_state**)zconfalloc in zconfensure_buffer_stack()
2026 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) ); in zconf_scan_buffer()
2075 buf = (char *) zconfalloc(n ); in zconf_scan_bytes()
2277 void *zconfalloc (yy_size_t size ) in zconfalloc() function
Dzconf.lex.c_shipped23 #define yyalloc zconfalloc
323 void *zconfalloc (yy_size_t );
1818 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) );
1827 b->yy_ch_buf = (char *) zconfalloc(b->yy_buf_size + 2 );
1978 (yy_buffer_stack) = (struct yy_buffer_state**)zconfalloc
2026 b = (YY_BUFFER_STATE) zconfalloc(sizeof( struct yy_buffer_state ) );
2075 buf = (char *) zconfalloc(n );
2277 void *zconfalloc (yy_size_t size )