Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c58 #define FWRITEP "w+" /* fopen truncate or create for update */ macro
117 if ((outfile = vpfopen(invname, FWRITEP)) == NULL) { in invmake()