Searched refs:pstrcpy (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjsc.c | 145 pstrcpy(buf, buf_size, c_ident_prefix); in get_c_name() 228 pstrcpy(cname, cname_size, cname1); in find_unique_cname() 315 pstrcpy(c_name, sizeof(c_name), c_name1); in compile_file() 405 pstrcpy(exe_dir, sizeof(exe_dir), exename); in output_executable() 410 pstrcpy(exe_dir, sizeof(exe_dir), "."); in output_executable() 417 pstrcpy(inc_dir, sizeof(inc_dir), exe_dir); in output_executable() 418 pstrcpy(lib_dir, sizeof(lib_dir), exe_dir); in output_executable() 568 pstrcpy(path, sizeof(path), optarg); in main() 572 pstrcpy(cname, sizeof(cname), p + 1); in main() 615 pstrcpy(cfilename, sizeof(cfilename), out_filename); in main()
|
A D | cutils.h | 61 void pstrcpy(char *buf, int buf_size, const char *str);
|
A D | cutils.c | 32 void pstrcpy(char *buf, int buf_size, const char *str) in pstrcpy() function 55 pstrcpy(buf + len, buf_size - len, s); in pstrcat()
|
A D | libregexp.c | 1859 pstrcpy(error_msg, error_msg_size, s->u.error_msg); in lre_compile()
|
A D | quickjs-libc.c | 561 pstrcpy(buf, sizeof(buf), module_name); in js_module_set_import_meta()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 578 pstrcpy(buf, sizeof(buf), module_name); in js_module_set_import_meta()
|
Completed in 28 milliseconds