OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suffixbuff
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/
testrecurse.c
614
char
suffixbuff
[500];
local
629
strncpy(
suffixbuff
,suffix,499);
631
if(strstr(base,".") &&
suffixbuff
[0]=='.')
632
suffixbuff
[0]='_';
635
snprintf(res, 499, "%s%s%s", out, base,
suffixbuff
);
runtest.c
564
char
suffixbuff
[500];
local
579
strncpy(
suffixbuff
,suffix,499);
581
if(strstr(base,".") &&
suffixbuff
[0]=='.')
582
suffixbuff
[0]='_';
585
snprintf(res, 499, "%s%s%s", out, base,
suffixbuff
);
[
all
...]
Completed in 207 milliseconds