OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlStrncat
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
xmlstring.c
434
*
xmlStrncat
:
448
xmlStrncat
(xmlChar *cur, const xmlChar *add, int len) {
476
* same as
xmlStrncat
, but creates a new string. The original
526
return(
xmlStrncat
(cur, add, p - add));
elfgcchack.h
[
all
...]
Completed in 853 milliseconds