Searched refs:__ktrfmtalloc (Results 1 – 1 of 1) sorted by relevance
24 #define yyalloc __ktrfmtalloc325 void *__ktrfmtalloc (yy_size_t );1407 b = (YY_BUFFER_STATE) __ktrfmtalloc(sizeof( struct yy_buffer_state ) ); in __ktrfmt_create_buffer()1416 b->yy_ch_buf = (char *) __ktrfmtalloc(b->yy_buf_size + 2 ); in __ktrfmt_create_buffer()1567 (yy_buffer_stack) = (struct yy_buffer_state**)__ktrfmtalloc in __ktrfmtensure_buffer_stack()1615 b = (YY_BUFFER_STATE) __ktrfmtalloc(sizeof( struct yy_buffer_state ) ); in __ktrfmt_scan_buffer()1664 buf = (char *) __ktrfmtalloc(n ); in __ktrfmt_scan_bytes()1866 void *__ktrfmtalloc (yy_size_t size ) in __ktrfmtalloc() function