OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Strncat
(Results
1 - 2
of
2
) sorted by null
/external/libedit/src/
chartype.h
104
#define
Strncat
(d,s,n) wcsncat(d,s,n)
159
#define
Strncat
(d,s,n)
strncat
(d,s,n)
history.c
393
(void)
Strncat
(s, str, len - Strlen(s) - 1);
Completed in 3129 milliseconds