HomeSort by relevance Sort by last modified time
    Searched full:str_copy (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
token.h 17 Str_copy(&r->text, &t);
substr.c 37 Str_copy(Str *r, Str* s)
substr.h 34 void Str_copy(Str*, Str*);
  /external/chromium_org/third_party/openssl/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,&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
conf_err.c 94 {ERR_FUNC(CONF_F_STR_COPY), "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,&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
conf_err.c 94 {ERR_FUNC(CONF_F_STR_COPY), "STR_COPY"},
  /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);

Completed in 59 milliseconds