HomeSort by: relevance | last modified time | path
    Searched refs:concat3 (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_219.c 14 char concat3[] = "one" "two" "three"; variable
  /src/external/gpl2/texinfo/dist/util/
texindex.c 127 static char *concat3 (const char *, const char *, const char *);
198 outfile = concat3 (infiles[i], "s", "");
1201 concat3 (const char *s1, const char *s2, const char *s3)
1192 concat3 (const char *s1, const char *s2, const char *s3) function
  /src/usr.bin/make/
dir.c 740 concat3(const char *a, size_t a_len, const char *b, size_t b_len, function
796 char *file = concat3(prefix, prefix_len, piece, piece_len,

Completed in 26 milliseconds