Searched defs:lstrcat (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c243 static void lstrcat(char *, const char *);
500 lstrcat(curr_line, yytext);
503 lstrcat(qstring_buf, yytext);
519 lstrcat(curr_line, yytext);
522 lstrcat(qstring_buf, yytext);
544 lstrcat(curr_line, yytext);
547 lstrcat(qstring_buf, yytext);
569 lstrcat(curr_line, yytext);
572 lstrcat(qstring_buf, yytext);
596 lstrcat(curr_lin
2229 lstrcat(char *s1, const char *s2) function
[all...]

Completed in 47 milliseconds