Lines Matching refs:pstrcpy
5394 static char *pstrcpy(char *buf, int buf_size, const char *s);
6650 static char *pstrcpy(char *buf, int buf_size, const char *s) in pstrcpy() function
6675 pstrcpy(buf + len, buf_size - len, s); in pstrcat()
6962 pstrcpy(buf1 + 1, sizeof(buf1) - 1, name); in put_extern_sym2()
7517 pstrcpy(bf->filename, sizeof(bf->filename), filename); in tcc_open()
8593 pstrcpy(buf1, sizeof(buf1), path); in preprocess()
8611 pstrcpy(f->inc_filename, sizeof(f->inc_filename), buf); in preprocess()
8704 pstrcpy(file->filename, sizeof(file->filename), in preprocess()
11786 pstrcpy(buf1, sizeof(buf1), "*"); in type_to_str()
14935 pstrcpy(bf->filename, sizeof(bf->filename), "<string>"); in tcc_compile_string()
14953 pstrcpy(bf->buffer, IO_BUF_SIZE, sym); in tcc_define_symbol()
17804 pstrcpy(bf->filename, sizeof(bf->filename), file->filename); in tcc_assemble_inline()
20502 pstrcpy(func_name, sizeof(func_name), str); in rt_printline()
20564 pstrcpy(last_func_name, sizeof(last_func_name), in rt_printline()
21702 pstrcpy(objfilename, sizeof(objfilename) - 1, in main2()
21716 pstrcpy(objfilename, sizeof(objfilename), "a.out"); in main2()