OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_copy
(Results
1 - 2
of
2
) sorted by null
/external/qemu/memcheck/
memcheck.c
556
char
str_copy
[4096];
local
557
memcheck_get_guest_string(
str_copy
, str, sizeof(
str_copy
));
558
printf("%s",
str_copy
);
/external/openssl/crypto/conf/
conf_def.c
75
static int
str_copy
(CONF *conf,char *section,char **to, char *from);
334
if (!
str_copy
(conf,NULL,§ion,start)) goto err;
392
if (!
str_copy
(conf,psection,&(v->value),start)) goto err;
503
static int
str_copy
(CONF *conf, char *section, char **pto, char *from)
function
Completed in 142 milliseconds