Searched refs:pstrcpy (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 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() [all …]
|