Searched refs:lstrcat (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/msgfmt/ |
H A D | xgettext.c | 243 static void lstrcat(char *, const char *); 500 lstrcat(curr_line, yytext); in handle_macro_line() 503 lstrcat(qstring_buf, yytext); in handle_macro_line() 519 lstrcat(curr_line, yytext); in handle_cplus_comment_line() 522 lstrcat(qstring_buf, yytext); in handle_cplus_comment_line() 544 lstrcat(curr_line, yytext); in handle_open_comment() 547 lstrcat(qstring_buf, yytext); in handle_open_comment() 569 lstrcat(curr_line, yytext); in handle_close_comment() 572 lstrcat(qstring_buf, yytext); in handle_close_comment() 596 lstrcat(curr_line, yytext); in handle_gettext() [all …]
|