OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endto
(Results
1 - 1
of
1
) sorted by null
/external/libppp/src/
systems.c
71
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 83 milliseconds