chptr 15 lib/popt/findme.c char * start, * chptr; chptr 30 lib/popt/findme.c chptr = NULL; chptr 33 lib/popt/findme.c if ((chptr = strchr(start, ':'))) chptr 34 lib/popt/findme.c *chptr = '\0'; chptr 40 lib/popt/findme.c if (chptr) chptr 41 lib/popt/findme.c start = chptr + 1; chptr 97 lib/popt/poptconfig.c const char * file, * chptr, * end; chptr 132 lib/popt/poptconfig.c chptr = file; chptr 135 lib/popt/poptconfig.c while (chptr < end) { chptr 136 lib/popt/poptconfig.c switch (*chptr) { chptr 143 lib/popt/poptconfig.c chptr++; chptr 146 lib/popt/poptconfig.c *dst++ = *chptr++; chptr 147 lib/popt/poptconfig.c if (chptr < end) { chptr 148 lib/popt/poptconfig.c if (*chptr == '\n') chptr 149 lib/popt/poptconfig.c dst--, chptr++; chptr 152 lib/popt/poptconfig.c *dst++ = *chptr++; chptr 156 lib/popt/poptconfig.c *dst++ = *chptr++;