Searched refs:infp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/utils/addftinfo/
H A Daddftinfo.cpp125 FILE *infp = fopen(font, "r"); local
126 if (infp == 0)
128 convert_font(param, infp, stdout);
162 static void convert_font(const font_params &param, FILE *infp, FILE *outfp) argument
165 while (get_line(infp, &s)) {
171 while (get_line(infp, &s)) {
/freebsd-10.0-release/usr.bin/uudecode/
H A Duudecode.c69 static FILE *infp, *outfp; variable
131 infp = fopen(infile = *argv, "r");
132 if (infp == NULL) {
138 fclose(infp);
142 infp = stdin;
189 if (fgets(buf, sizeof(buf), infp) == NULL)
306 if (fgets(buf, size, infp) != NULL)
/freebsd-10.0-release/usr.bin/split/
H A Dsplit.c278 FILE *infp; local
281 if ((infp = fdopen(ifd, "r")) == NULL)
285 while (fgets(bfr, sizeof(bfr), infp) != NULL) {
316 if (ferror(infp))
/freebsd-10.0-release/bin/sh/
H A Dmknodes.c92 static FILE *infp; variable
115 infp = stdin;
116 if ((infp = fopen(argv[1], "r")) == NULL)
408 if (fgets(line, 1024, infp) == NULL)
/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Doutput.cpp160 simple_output &simple_output::copy_file(FILE *infp) argument
163 while ((c = getc(infp)) != EOF)
/freebsd-10.0-release/usr.bin/csup/
H A Drcsparse.c85 rcsparse_run(struct rcsfile *rf, FILE *infp, int ro) argument
93 rcsset_in(infp, scanner);
H A Drcsfile.c182 FILE *infp; local
213 infp = fopen(path, "r");
214 if (infp == NULL) {
219 error = rcsparse_run(rf, infp, ro);
220 fclose(infp);
/freebsd-10.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c1620 print_rmtcallstat(int rtype, rpcb_stat *infp) argument
1630 for (pr = infp->rmtinfo; pr; pr = pr->next) {
1645 print_getaddrstat(int rtype, rpcb_stat *infp) argument
1651 for (al = infp->addrinfo; al; al = al->next) {
/freebsd-10.0-release/contrib/groff/src/devices/grops/
H A Dps.cpp104 ps_output &ps_output::copy_file(FILE *infp) argument
107 while ((c = getc(infp)) != EOF)

Completed in 190 milliseconds