HomeSort by: relevance | last modified time | path
    Searched refs:pcb_fileptr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_pcb.h 50 FILE *pcb_fileptr; /* pointer to input file (or NULL) */ member in struct:dt_pcb
dt_lex.l 55 if (yypcb->pcb_fileptr != NULL) { \
56 if (((result = fread(buf, 1, max_size, yypcb->pcb_fileptr)) == 0) \
57 && ferror(yypcb->pcb_fileptr)) \
854 else if (yypcb->pcb_fileptr != NULL)
855 c = fgetc(yypcb->pcb_fileptr);
873 if (yypcb->pcb_fileptr != NULL && ferror(yypcb->pcb_fileptr))
dt_cc.c 2417 pcb.pcb_fileptr = fp;
2574 if (yypcb->pcb_fileptr && (cflags & DTRACE_C_CPP))
2575 (void) fclose(yypcb->pcb_fileptr); /* close dt_preproc() file */
dt_grammar.y 320 if (yypcb->pcb_fileptr != NULL) {
dt_pid.c 113 pcb->pcb_filetag, pcb->pcb_fileptr ? yylineno : 0, fmt, ap);
dt_parser.c 5126 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);
5160 yypcb->pcb_filetag, yypcb->pcb_fileptr ? yylineno : 0, format, ap);

Completed in 33 milliseconds