Home | Sort by: relevance | last modified time | path |
/src/usr.bin/make/ | |
main.c | 606 const char *optspec; local in function:MainParseArgs 625 optspec = strchr(optspecs, c); 626 if (c != '\0' && optspec != NULL && optspec[1] == ':') { |
main.c | 606 const char *optspec; local in function:MainParseArgs 625 optspec = strchr(optspecs, c); 626 if (c != '\0' && optspec != NULL && optspec[1] == ':') { |