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

/external/libppp/src/
H A Dsystems.c71 char *ptr, *startto, *endto; local
79 endto = to + LINE_LEN - 1;
110 if (endto - to < (int)len )
111 len = endto - to;
126 for (from++; (isalnum(*from) || *from == '_') && ptr < endto; from++)
133 strncpy(to, env, endto - to);
134 *endto = '\0';
152 strncpy(to, pwd->pw_dir, endto - to);
153 *endto = '\0';

Completed in 1186 milliseconds