Home
last modified time | relevance | path

Searched refs:fromdes (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sdiff/
H A Dsdiff.c746 cpp(char *from, FILE *fromdes, FILE *todes) in cpp() argument
750 if ((fromdes = fopen(from, "r")) == NULL) in cpp()
753 while ((fgets(tempbuf, BMAX, fromdes) != NULL)) in cpp()
755 (void) fclose(fromdes); in cpp()