HomeSort by: relevance | last modified time | path
    Searched defs:astrcat (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/sdiff/
sdiff.c 46 static void astrcat(char **, const char *);
778 astrcat(char **s, const char *append) function in typeref:typename:void
796 err(2, "astrcat");
825 err(2, "astrcat");
873 astrcat(&left, diffp->left);
875 astrcat(&right, diffp->right);

Completed in 12 milliseconds