Home
last modified time | relevance | path

Searched refs:newstr (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_prt_nwk_payload.c14 #define JSON_PRINT_NEWSTR HAL_Printf("%s", newstr);
31 char newstr[2]; in iotx_facility_json_print() local
43 newstr[0] = 0x00; in iotx_facility_json_print()
44 newstr[1] = 0x00; in iotx_facility_json_print()
69 newstr[0] = ch; in iotx_facility_json_print()
104 newstr[0] = ch; in iotx_facility_json_print()
110 newstr[0] = ch; in iotx_facility_json_print()
125 newstr[0] = ch; in iotx_facility_json_print()
138 newstr[0] = ch; in iotx_facility_json_print()
147 newstr[0] = ch; in iotx_facility_json_print()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/
A Diptcutil.c475 *newstr; in main() local
496 newstr = (char *) malloc(inputlen); in main()
512 while(tokenizer(0, newstr, inputlen, token, "", "#", "", 0, in main()
516 dataset = (unsigned char) atoi(newstr); in main()
519 recnum = (unsigned char) atoi(newstr); in main()
538 while(tokenizer(0, newstr, inputlen, token, "", "&", "", 0, in main()
573 free(newstr); in main()
574 newstr = (char *)NULL; in main()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_string.c473 wchar_t *newstr = (wchar_t *)SDL_malloc(len); in SDL_wcsdup() local
474 if (newstr) { in SDL_wcsdup()
475 SDL_memcpy(newstr, string, len); in SDL_wcsdup()
477 return newstr; in SDL_wcsdup()
614 char *newstr = (char *)SDL_malloc(len); in SDL_strdup() local
615 if (newstr) { in SDL_strdup()
616 SDL_memcpy(newstr, string, len); in SDL_strdup()
618 return newstr; in SDL_strdup()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c768 char *newstr; in SWIG_Python_str_AsChar() local
772 newstr = (char *) malloc(len+1); in SWIG_Python_str_AsChar()
773 memcpy(newstr, cstr, len+1); in SWIG_Python_str_AsChar()
775 return newstr; in SWIG_Python_str_AsChar()

Completed in 26 milliseconds