Home
last modified time | relevance | path

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

/third_party/zlib/
Dmake_vms.com83 $ open/write optf 'optfile'
91 $ close optf
245 $ close/nolog optf
407 $ if f$trnlnm(optf) then write optf "gnu_cc:[000000]gcclib.olb/lib"
411 $ if f$trnlnm(optf) then write optf "sys$share:vaxcrtl.exe/share"
/third_party/flutter/skia/third_party/externals/freetype/
Dvms_make.com76 $ open/write optf 'optfile'
104 $ if f$locate("DEMOS",file) .eqs. f$length(file) then write optf file
108 $ close optf
124 $ open/append optf 'optfile'
125 $ if s_case then WRITE optf "case_sensitive=YES"
126 $ close optf
142 $ close/nolog optf
1168 $ write optf libloc , lqual
/third_party/skia/third_party/externals/freetype/
Dvms_make.com76 $ open/write optf 'optfile'
104 $ if f$locate("DEMOS",file) .eqs. f$length(file) then write optf file
108 $ close optf
124 $ open/append optf 'optfile'
125 $ if s_case then WRITE optf "case_sensitive=YES"
126 $ close optf
142 $ close/nolog optf
1168 $ write optf libloc , lqual
/third_party/freetype/
Dvms_make.com76 $ open/write optf 'optfile'
104 $ if f$locate("DEMOS",file) .eqs. f$length(file) then write optf file
108 $ close optf
124 $ open/append optf 'optfile'
125 $ if s_case then WRITE optf "case_sensitive=YES"
126 $ close optf
142 $ close/nolog optf
1168 $ write optf libloc , lqual
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c151 BOOL optf; /* show full log */ variable
3882 if ((nextblk >= (logfilesz >> blockbits)) && (optr || optf)) in walk()
3968 if (optf) { /* Full log, forward */ in walk()
4170 optf = FALSE; in getoptions()
4210 optf = TRUE; in getoptions()
4292 if (!(optb || optf || optp || optr || opts || optt || optu || optV)) in getoptions()
4294 if (optb && (optf || optr || opts)) { in getoptions()
4298 if (optf && (optp || opts || optu)) { in getoptions()