Home | History | Annotate | Download | only in config

Lines Matching defs:lineptr

1094   const char *lineptr;
1105 for (lineptr = line; (*lineptr) != '\0' && (*lineptr) != ' '; lineptr++)
1108 c = *lineptr;
1109 *(char *) lineptr = '\0';
1114 *(char *) lineptr = c;
1117 lineptr = line;
1123 if (*lineptr++ != '\0')
1128 while (*lineptr != '\0')
1156 while ((c = *lineptr) != '\0' && c != sep)
1175 switch (lineptr[1])
1189 if (lineptr[1] == '\0' || lineptr[1] == sep)
1191 lineptr += 1;
1197 lineptr += 2;
1202 lineptr++;
1208 if (*lineptr == '\0')
1211 lineptr += 1;