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

/freebsd-11-stable/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-11-stable/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-11-stable/bin/sh/
H A Dmknodes.c112 FILE *infp; local
116 if ((infp = fopen(argv[1], "r")) == NULL)
118 while (readline(infp)) {
124 fclose(infp);
414 readline(FILE *infp) argument
418 if (fgets(line, 1024, infp) == NULL)
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c266 FILE *infp; local
269 if ((infp = fdopen(ifd, "r")) == NULL)
273 while (fgets(bfr, sizeof(bfr), infp) != NULL) {
304 if (ferror(infp))
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_pow.c192 const double infp = 1.0L / 0.0L; local
198 ATF_REQUIRE(isinf(infp) != 0);
201 if (pow(-1.0, infp) != 1.0) {
493 const float infp = 1.0L / 0.0L; local
499 ATF_REQUIRE(isinf(infp) != 0);
502 if (powf(-1.0, infp) != 1.0) {
/freebsd-11-stable/usr.sbin/uefisign/
H A Dchild.c236 FILE *outfp = NULL, *infp = NULL; local
239 infp = checked_fopen(inpath, "r");
251 x->x_fp = infp;
/freebsd-11-stable/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-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c1622 print_rmtcallstat(int rtype, rpcb_stat *infp) argument
1632 for (pr = infp->rmtinfo; pr; pr = pr->next) {
1647 print_getaddrstat(int rtype, rpcb_stat *infp) argument
1653 for (al = infp->addrinfo; al; al = al->next) {
/freebsd-11-stable/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 196 milliseconds