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

  /src/bin/sh/
output.c 184 static const char norm_chars [] = \ variable in typeref:typename:const char[]
190 size_t l = strspn(p, norm_chars);
224 need_q = p[0] == 0 || p[strspn(p, norm_chars)] != 0;
output.c 184 static const char norm_chars [] = \ variable in typeref:typename:const char[]
190 size_t l = strspn(p, norm_chars);
224 need_q = p[0] == 0 || p[strspn(p, norm_chars)] != 0;

Completed in 22 milliseconds