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.c73 FILE *fprx = NULL, *fpc = NULL, *fpd = NULL, *fp = NULL; local
360 if (fpc != NULL)
361 (void) fclose(fpc);
388 fpc = fdopen(ret = creat(cfile, CFILEMODE), "w");
389 ASSERT(ret >= 0 && fpc != NULL, Ct_OPEN, cfile, errno);
390 setbuf(fpc, CNULL);
476 GENSEND(fpc, dfile, dfile, dfile);
573 if (fpc != NULL)
574 (void) fclose(fpc);
672 GENSEND(fpc, rest, dfile, dfile);
[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()