Searched refs:infp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/usr.bin/bintrans/ |
| HD | uudecode.c | 73 static FILE *infp, *outfp; variable 89 infp = fopen(infile, "r"); in main_base64_decode() 90 if (infp == NULL) in main_base64_decode() 94 infp = stdin; in main_base64_decode() 152 infp = fopen(infile = *argv, "r"); in main_decode() 153 if (infp == NULL) { in main_decode() 159 fclose(infp); in main_decode() 163 infp = stdin; in main_decode() 210 if (fgets(buf, sizeof(buf), infp) == NULL) in decode2() 327 if (fgets(buf, size, infp) != NULL) in get_line()
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libm/ |
| HD | t_pow.c | 192 const double infp = 1.0L / 0.0L; in ATF_TC_BODY() local 198 ATF_REQUIRE(isinf(infp) != 0); in ATF_TC_BODY() 201 if (pow(-1.0, infp) != 1.0) { in ATF_TC_BODY() 493 const float infp = 1.0L / 0.0L; in ATF_TC_BODY() local 499 ATF_REQUIRE(isinf(infp) != 0); in ATF_TC_BODY() 502 if (powf(-1.0, infp) != 1.0) { in ATF_TC_BODY()
|
| /freebsd-14-stable/usr.bin/split/ |
| HD | split.c | 290 FILE *infp; in split2() local 296 if ((infp = fdopen(ifd, "r")) == NULL) in split2() 300 while ((errno = 0, len = getline(&buf, &bufsize, infp)) > 0) { in split2() 324 if ((len == -1 && errno != 0) || ferror(infp)) in split2()
|
| /freebsd-14-stable/usr.sbin/uefisign/ |
| HD | child.c | 229 FILE *outfp = NULL, *infp = NULL; in child() local 232 infp = checked_fopen(inpath, "r"); in child() 243 x->x_fp = infp; in child()
|
| /freebsd-14-stable/sys/kern/ |
| HD | vfs_syscalls.c | 4905 struct file *infp, *infp1, *outfp, *outfp1; in kern_copy_file_range() local 4913 infp = outfp = NULL; in kern_copy_file_range() 4933 inoffp != NULL ? &cap_pread_rights : &cap_read_rights, &infp); in kern_copy_file_range() 4936 if (infp->f_ops == &badfileops) { in kern_copy_file_range() 4940 if (infp->f_vnode == NULL) { in kern_copy_file_range() 4966 infp1 = infp; in kern_copy_file_range() 4987 invp = infp->f_vnode; in kern_copy_file_range() 4991 (infp->f_flag & FREAD) == 0) { in kern_copy_file_range() 5032 flags, infp->f_cred, outfp->f_cred, td); in kern_copy_file_range() 5044 foffset_unlock(infp, inoff, 0); in kern_copy_file_range() [all …]
|
| /freebsd-14-stable/usr.bin/rpcinfo/ |
| HD | rpcinfo.c | 1620 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) {
|