HomeSort by: relevance | last modified time | path
    Searched defs:len_buf (Results 1 - 2 of 2) 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;
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 24 milliseconds