Home | Sort by: relevance | last modified time | path |
/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; |