Home
last modified time | relevance | path

Searched refs:new_str (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_img.c166 char * new_str = lv_mem_alloc(strlen(src_img) + 1); in lv_img_set_src() local
167 lv_mem_assert(new_str); in lv_img_set_src()
168 if(new_str == NULL) return; in lv_img_set_src()
169 strcpy(new_str, src_img); in lv_img_set_src()
170 ext->src = new_str; in lv_img_set_src()
/AliOS-Things-master/components/SDL2/acinclude/
A Desd.m473 char *new_str;
77 new_str = malloc ((strlen (str) + 1) * sizeof(char));
78 strcpy (new_str, str);
81 new_str = NULL;
83 return new_str;
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dsdl2.m492 char *new_str;
96 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
97 strcpy (new_str, str);
100 new_str = NULL;
102 return new_str;
/AliOS-Things-master/components/SDL2/
A Dsdl2.m4121 char *new_str;
125 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
126 strcpy (new_str, str);
129 new_str = NULL;
131 return new_str;
A Dconfigure18626 char *new_str;
18630 new_str = malloc ((strlen (str) + 1) * sizeof(char));
18631 strcpy (new_str, str);
18634 new_str = NULL;
18636 return new_str;
/AliOS-Things-master/components/SDL2/test/
A Dacinclude.m492 char *new_str;
96 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
97 strcpy (new_str, str);
100 new_str = NULL;
102 return new_str;
A Dconfigure3341 char *new_str;
3345 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
3346 strcpy (new_str, str);
3349 new_str = NULL;
3351 return new_str;
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Dtraces.02546 char *new_str;
2550 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
2551 strcpy (new_str, str);
2554 new_str = NULL;
2556 return new_str;
A Doutput.012576 char *new_str;
12580 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
12581 strcpy (new_str, str);
12584 new_str = NULL;
12586 return new_str;
A Doutput.112576 char *new_str;
12580 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
12581 strcpy (new_str, str);
12584 new_str = NULL;
12586 return new_str;
/AliOS-Things-master/components/SDL2/src/image/
A Dconfigure12576 char *new_str;
12580 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
12581 strcpy (new_str, str);
12584 new_str = NULL;
12586 return new_str;
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dconfigure16187 char *new_str;
16191 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
16192 strcpy (new_str, str);
16195 new_str = NULL;
16197 return new_str;
A Daclocal.m49638 char *new_str;
9642 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
9643 strcpy (new_str, str);
9646 new_str = NULL;
9648 return new_str;
/AliOS-Things-master/components/SDL2/src/gfx/
A Dconfigure17161 char *new_str;
17165 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
17166 strcpy (new_str, str);
17169 new_str = NULL;
17171 return new_str;
A Daclocal.m49638 char *new_str;
9642 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
9643 strcpy (new_str, str);
9646 new_str = NULL;
9648 return new_str;
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c3609 JSString* new_str; in string_buffer_realloc() local
3625 new_str = js_realloc2(s->ctx, s->str, new_size_bytes, &slack); in string_buffer_realloc()
3626 if (!new_str) in string_buffer_realloc()
3630 s->str = new_str; in string_buffer_realloc()

Completed in 190 milliseconds