Searched refs:str_copy (Results 1 - 3 of 3) sorted by relevance

/external/qemu/memcheck/
H A Dmemcheck.c556 char str_copy[4096]; local
557 memcheck_get_guest_string(str_copy, str, sizeof(str_copy));
558 printf("%s", str_copy);
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
H A Dconf_def.c75 static int str_copy(CONF *conf,char *section,char **to, char *from);
334 if (!str_copy(conf,NULL,&section,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
/external/openssl/crypto/conf/
H A Dconf_def.c75 static int str_copy(CONF *conf,char *section,char **to, char *from);
334 if (!str_copy(conf,NULL,&section,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 153 milliseconds