Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dexf.c120 RECNOINFO oinfo = { 0 }; in file_init() local
243 oinfo.bval = '\n'; /* Always set. */ in file_init()
244 oinfo.psize = psize; in file_init()
245 oinfo.flags = F_ISSET(sp->gp, G_SNAPSHOT) ? R_SNAPSHOT : 0; in file_init()
248 oinfo.bfname = ep->rcv_path; in file_init()
254 oinfo.bfname = ep->rcv_path; in file_init()
262 DB_RECNO, &oinfo)) == NULL) { in file_init()
/freebsd/usr.sbin/btxld/
H A Dbtxld.c86 static const char oinfo[] = variable
295 printf(oinfo, fmtlist[ohdr.fmt], ohdr.size, ohdr.text, in btxld()