HomeSort by: relevance | last modified time | path
    Searched defs:len_buf (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
lex.c 1406 buffer *len_buf = xcalloc(1, sizeof(*len_buf)); local in function:lex_wide_string
1407 len_buf->len = wide_length(&str);
1408 yylval.y_string = len_buf;

Completed in 14 milliseconds