Searched refs:linep (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dutils.c487 static char *linep; /* current pointer within line */ variable
495 linep = line;
498 linep = line + strlen(line);
506 if (linep != line) {
507 *linep = 0;
538 if (linep != line) {
540 if (linep + l < line + sizeof(line)) {
542 memcpy(linep, buf, l);
543 linep += l;
550 *linep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dutils.c502 static char *linep; /* current pointer within line */ variable
510 linep = line;
513 linep = line + strlen(line);
521 if (linep != line) {
522 *linep = 0;
553 if (linep != line) {
555 if (linep + l < line + sizeof(line)) {
557 memcpy(linep, buf, l);
558 linep += l;
565 *linep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dutils.c585 size_t getcmdline(char **linep, size_t *lenp, FILE *in) argument
590 if ((cc = getline(linep, lenp, in)) < 0)
594 cp = strchr(*linep, '#');
598 while ((cp = strstr(*linep, "\\\n")) != NULL) {
615 *linep = realloc(*linep, strlen(*linep) + strlen(line1) + 1);
616 if (!*linep) {
621 strcat(*linep, line1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dutils.c525 static char *linep; /* current pointer within line */ variable
533 linep = line;
536 linep = line + strlen(line);
544 if (linep != line) {
545 *linep = 0;
576 if (linep != line) {
578 if (linep + l < line + sizeof(line)) {
580 memcpy(linep, buf, l);
581 linep += l;
588 *linep
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c711 char *linep; member in struct:env
720 NULL /* set to line in main() */, /* linep: char ptr */
1369 e.linep = line;
2189 e.linep = line;
2207 *e.linep++ = c;
2223 *e.linep++ = c;
2286 if (e.linep >= elinep)
2289 *e.linep++ = c;
2297 *e.linep++ = '\0';
2318 *e.linep
[all...]

Completed in 104 milliseconds