Searched refs:str_copy (Results 1 - 3 of 3) sorted by relevance
/external/qemu/memcheck/ |
H A D | 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/chromium_org/third_party/openssl/openssl/crypto/conf/ |
H A D | 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
|
/external/openssl/crypto/conf/ |
H A D | 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 153 milliseconds