Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Duux.c360 if (fpc != NULL)
361 (void) fclose(fpc);
390 setbuf(fpc, CNULL);
476 GENSEND(fpc, dfile, dfile, dfile);
573 if (fpc != NULL)
574 (void) fclose(fpc);
672 GENSEND(fpc, rest, dfile, dfile);
674 GENSEND(fpc, rest, dfile, dfile);
908 GENSEND(fpc, rxfile, tfile, rxfile);
912 ASSERT(fflush(fpc) != EOF && ferror(fpc) == 0, Ct_WRITE, cfile, errno);
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_line_table_reader_common.h1589 Dwarf_Unsigned fpc = 0; in read_line_table_program() local
1595 &fpc,line_ptr,DWARF_HALF_SIZE,line_ptr_end, in read_line_table_program()
1597 fixed_advance_pc = fpc; in read_line_table_program()