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

  /src/usr.sbin/grfconfig/
grfconfig.c 128 char *obuf, tbuf[_POSIX2_LINE_MAX], *tbuf2; local in function:main
142 tbuf2 = tbuf;
143 while ((*tbuf2 = *obuf) != '\0') {
144 if (*tbuf2 == '#') {
145 *tbuf2 = '\0';
148 if (isupper((unsigned char)*tbuf2)) {
149 *tbuf2 = tolower((unsigned char)*tbuf2);
152 tbuf2++;
grfconfig.c 128 char *obuf, tbuf[_POSIX2_LINE_MAX], *tbuf2; local in function:main
142 tbuf2 = tbuf;
143 while ((*tbuf2 = *obuf) != '\0') {
144 if (*tbuf2 == '#') {
145 *tbuf2 = '\0';
148 if (isupper((unsigned char)*tbuf2)) {
149 *tbuf2 = tolower((unsigned char)*tbuf2);
152 tbuf2++;

Completed in 24 milliseconds