Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pr/
H A Dpr.c185 static FILE *mustopen(char *, FILS *);
213 if (mustopen(*argv, &Files[Nfiles++]) == NULL) in main()
637 if (Multi != 'm' && mustopen(name, &Files[0]) == NULL) in print()
639 if (Multi == 'm' && Nfiles == 0 && mustopen(name, &Files[0]) == NULL) in print()
1321 mustopen(char *s, FILS *f) function