Searched refs:from2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dcat.c32 void cat(char *to, char *from1, char *from2)
35 cat() concatenates "from1" and "from2" to "to"
38 from2 -> source string
42 cat(to, from1, from2)
43 register char *to, *from1, *from2;
46 for (; *from2;) *to++ = *from2++;
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c124 static int from1, to1, from2, to2; variable
272 /* Catch up to from1 and from2 */
275 n2 = from2 - num2;
312 n2 = to2 - from2;
509 from2 = atoi(cps);
510 to2 = from2;

Completed in 65 milliseconds