| /openbsd-src/usr.bin/cmp/ |
| H A D | special.c | 47 FILE *fp1, *fp2; in c_special() local 52 if ((fp2 = fdopen(fd2, "r")) == NULL) in c_special() 60 if (getc(fp2) == EOF) in c_special() 65 ch2 = getc(fp2); in c_special() 83 if (ferror(fp2)) in c_special() 86 if (!feof(fp2)) in c_special() 89 if (feof(fp2)) in c_special()
|
| /openbsd-src/regress/lib/libpthread/stdio/ |
| H A D | stdio.c | 72 FILE *fp1, *fp2; in test_2() local 77 CHECKn(fp2 = fopen(fullname, "r")); in test_2() 78 CHECKe(fclose(fp2)); in test_2() 80 ASSERT(fp1 == fp2); in test_2()
|
| /openbsd-src/lib/libssl/test/ |
| H A D | cms-test.pl | 421 my $fp2 = FileHandle->new(); 430 if ( !open( $fp2, "<$f2" ) ) { 436 binmode $fp2; 442 $n2 = sysread $fp2, $rd2, 4096; 454 close $fp2;
|
| H A D | cms-examples.pl | 371 my ( $fp1, $fp2 ); 380 if ( !open( $fp2, "<$f2" ) ) { 386 binmode $fp2; 392 $n2 = sysread $fp2, $rd2, 4096; 404 close $fp2;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | ptrmem8.C | 38 foofPtr fp2 = (foofPtr)bp; // WARNING - pointer to member in main() local 40 if (fp2 != fp) in main() 64 fp2 = reinterpret_cast <foofPtr> (bp); in main() 65 if (fp2 != fp) in main()
|
| H A D | ptrmem2.C | 12 int (cow::*fp2)(char*) = &cow::moo; // ERROR - conversion in f() 13 int (cow::*fp3)(char*, void*) = fp2; // ERROR - conversion in f() 14 int (cow::*fp4)(double) = (int (cow::*)(double)) fp2; // OK in f()
|
| H A D | cast6.C | 45 foofPtr fp2 = static_cast <foofPtr> (bp); // ERROR - invalid static_cast in main() local
|
| /openbsd-src/usr.bin/comm/ |
| H A D | comm.c | 57 FILE *fp1, *fp2; in main() local 93 fp2 = file(argv[1]); in main() 110 file2done = !fgets(line2, MAXLINELEN, fp2); in main() 115 show(fp2, col2, line2); in main()
|
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | nfs_ops.c | 112 fh_cache *fp, *fp2 = 0; in find_nfs_fhandle_cache() local 118 fp2 = fp; in find_nfs_fhandle_cache() 124 if (fp2) { in find_nfs_fhandle_cache() 125 dlog("fh cache gives fp %#x, fs %s", fp2, fp2->fh_path); in find_nfs_fhandle_cache() 131 if (fp2 && !done) { in find_nfs_fhandle_cache() 132 fp2->fh_error = ETIMEDOUT; in find_nfs_fhandle_cache() 136 return fp2; in find_nfs_fhandle_cache()
|
| /openbsd-src/usr.bin/yacc/ |
| H A D | lalr.c | 505 unsigned int *fp1, *fp2, *fp3; in compute_lookaheads() local 515 fp2 = F + tokensetsize * sp->value; in compute_lookaheads() 517 *fp1++ |= *fp2++; in compute_lookaheads() 556 unsigned int *base, *fp1, *fp2, *fp3; in traverse() local 576 fp2 = F + j * tokensetsize; in traverse() 579 *fp1++ |= *fp2++; in traverse() 592 fp2 = F + j * tokensetsize; in traverse() 595 *fp2++ = *fp1++; in traverse()
|
| /openbsd-src/gnu/usr.bin/cvs/os2/ |
| H A D | popen.c | 355 FILE *fp1, *fp2, *fp3; in main() local 361 fp2 = popen ("link386 /?", "r"); in main() 369 while ((c = getc (fp2)) != EOF) in main() 377 pclose (fp2); in main()
|
| /openbsd-src/usr.sbin/mrouted/ |
| H A D | prune.c | 1663 dump_cache(FILE *fp2) in dump_cache() argument 1671 fprintf(fp2, in dump_cache() 1677 fprintf(fp2, " %-18s %-15s %-4s %-4s - -1\n", in dump_cache() 1681 fprintf(fp2, ">%s\n", inet_fmt(gt->gt_srctbl->st_origin, s1)); in dump_cache() 1687 fprintf(fp2, " %-18s %-15s", in dump_cache() 1691 fprintf(fp2, " %-4s", scaletime(gt->gt_timer)); in dump_cache() 1693 fprintf(fp2, " %-4s %-4s ", scaletime(thyme - gt->gt_ctime), in dump_cache() 1697 fprintf(fp2, "%2u%c%c ", r->rt_parent, in dump_cache() 1703 fprintf(fp2, " %u ", i); in dump_cache() 1706 fprintf(fp2, " %u%c", i, in dump_cache() [all …]
|
| H A D | defs.h | 227 extern void dump_cache(FILE *fp2);
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | MipsArchTree.cpp | 86 bool fp2 = f.flags & EF_MIPS_FP64; in checkFlags() local 87 if (fp != fp2) in checkFlags() 88 error(toString(f.file) + ": -mfp" + getFpName(fp2) + in checkFlags()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/regformats/ |
| H A D | reg-m68k.dat | 24 96:fp2
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| H A D | template15.C | 23 X<int (*)(int, double**, void *)> fp2(i); in main()
|
| /openbsd-src/sys/kern/ |
| H A D | uipc_syscalls.c | 458 struct file *fp1 = NULL, *fp2 = NULL; in sys_socketpair() 493 if ((error = falloc(p, &fp2, &sv[1])) != 0) in sys_socketpair() 495 fp2->f_flag = fflag; in sys_socketpair() 496 fp2->f_type = DTYPE_SOCKET; in sys_socketpair() 497 fp2->f_ops = &socketops; in sys_socketpair() 498 fp2->f_data = so2; in sys_socketpair() 502 fdinsert(fdp, sv[1], cloexec, fp2); in sys_socketpair() 509 FRELE(fp2, p); in sys_socketpair() 518 if (fp2 != NULL) { in sys_socketpair() 519 closef(fp2, in sys_socketpair() 465 struct file *fp1 = NULL, *fp2 = NULL; sys_socketpair() local [all...] |
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | patch.c | 380 FILE *fp1, *fp2, *fp3; local 524 if ((fp2 = cvs_temp_file (&tmpfile2)) == NULL) 531 if (fclose (fp2) < 0)
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_dpll.c | 792 u32 fp, fp2; in i9xx_update_pll_dividers() local 796 fp2 = pnv_dpll_compute_fp(reduced_clock); in i9xx_update_pll_dividers() 799 fp2 = i9xx_dpll_compute_fp(reduced_clock); in i9xx_update_pll_dividers() 803 crtc_state->dpll_hw_state.fp1 = fp2; in i9xx_update_pll_dividers() 1036 u32 fp, fp2; in ilk_update_pll_dividers() local 1055 fp2 = i9xx_dpll_compute_fp(reduced_clock); in ilk_update_pll_dividers() 1057 fp2 |= FP_CB_TUNE; in ilk_update_pll_dividers() 1060 crtc_state->dpll_hw_state.fp1 = fp2; in ilk_update_pll_dividers()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | ssh-agent.c | 469 char *fp1, *fp2; in identity_permitted() 492 fp1 = fp2 = NULL; in identity_permitted() 497 if ((fp2 = sshkey_fingerprint(hks->key, SSH_FP_HASH_DEFAULT, in identity_permitted() 505 sshkey_type(hks->key), fp2); in identity_permitted() 507 free(fp2); in identity_permitted() 464 char *fp1, *fp2; identity_permitted() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | xmmintrin.h | 48 #define _MM_SHUFFLE(fp3,fp2,fp1,fp0) \ argument 49 (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | (fp0))
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | xmmintrin.h | 52 #define _MM_SHUFFLE(fp3,fp2,fp1,fp0) \ argument 53 (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | (fp0))
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-i370.texi | 68 Registers can be given the symbolic names r0..r15, fp0, fp2, fp4, fp6.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-i370.texi | 68 Registers can be given the symbolic names r0..r15, fp0, fp2, fp4, fp6.
|
| /openbsd-src/usr.bin/tic/ |
| H A D | tic.c | 479 FILE *fp2 = copy_input(fp, filename, alt_file); in open_input() local 480 fp = fp2; in open_input()
|