• Home
  • Raw
  • Download

Lines Matching refs:pstrcat

5395 static char *pstrcat(char *buf, int buf_size, const char *s);
6670 static char *pstrcat(char *buf, int buf_size, const char *s) in pstrcat() function
8536 pstrcat(buf, sizeof(buf), (char *)tokc.cstr->data); in preprocess()
8543 pstrcat(buf, sizeof(buf), get_tok_str(tok, &tokc)); in preprocess()
8574 pstrcat(buf1, sizeof(buf1), buf); in preprocess()
8594 pstrcat(buf1, sizeof(buf1), "/"); in preprocess()
8595 pstrcat(buf1, sizeof(buf1), buf); in preprocess()
11719 pstrcat(buf, buf_size, "const "); in type_to_str()
11721 pstrcat(buf, buf_size, "volatile "); in type_to_str()
11723 pstrcat(buf, buf_size, "unsigned "); in type_to_str()
11755 pstrcat(buf, buf_size, tstr); in type_to_str()
11763 pstrcat(buf, buf_size, tstr); in type_to_str()
11766 pstrcat(buf, buf_size, "<anonymous>"); in type_to_str()
11768 pstrcat(buf, buf_size, get_tok_str(v, NULL)); in type_to_str()
11773 pstrcat(buf, buf_size, "("); in type_to_str()
11777 pstrcat(buf, buf_size, buf1); in type_to_str()
11780 pstrcat(buf, buf_size, ", "); in type_to_str()
11782 pstrcat(buf, buf_size, ")"); in type_to_str()
11788 pstrcat(buf1, sizeof(buf1), varstr); in type_to_str()
11793 pstrcat(buf, buf_size, " "); in type_to_str()
11794 pstrcat(buf, buf_size, varstr); in type_to_str()
14849 pstrcat(buf, sizeof(buf), "/"); in tcc_compile()
14954 pstrcat(bf->buffer, IO_BUF_SIZE, " "); in tcc_define_symbol()
14958 pstrcat(bf->buffer, IO_BUF_SIZE, value); in tcc_define_symbol()
17628 pstrcat(sname, sizeof(sname), tokc.cstr->data); in asm_parse_directive()
17630 pstrcat(sname, sizeof(sname), get_tok_str(tok, NULL)); in asm_parse_directive()