Lines Matching defs:ext
163 char *line, *ext, *s, *newlinebuf;
233 if ((ext = strrchr(name, '.')) != NULL) {
234 ext++;
235 extlen = strlen(ext);
262 while (*ext)
263 *s++ = *ext++;
283 char *line, *ext, *s, *newlinebuf;
337 if ((ext = strrchr(name, '.')) != NULL) {
338 ext++;
339 extlen = strlen(ext);
372 while (*ext)
373 linebuf[curlen++] = *ext++;