Home
last modified time | relevance | path

Searched refs:str_copy (Results 1 – 2 of 2) sorted by relevance

/external/qemu/memcheck/
Dmemcheck.c562 char str_copy[4096]; in memcheck_guest_print_str() local
563 memcheck_get_guest_string(str_copy, str, sizeof(str_copy)); in memcheck_guest_print_str()
564 printf(str_copy); in memcheck_guest_print_str()
/external/openssl/crypto/conf/
Dconf_def.c75 static int str_copy(CONF *conf,char *section,char **to, char *from);
337 if (!str_copy(conf,NULL,&section,start)) goto err; in def_load_bio()
396 if (!str_copy(conf,psection,&(v->value),start)) goto err; in def_load_bio()
514 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function