Home
last modified time | relevance | path

Searched refs:OptArg (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/math/eprover/eprover-E-2.0/PROVER/
H A De_options.h198 OptArg, "1",
228 OptArg, "1",
240 OptArg, "3",
263 OptArg, "1",
282 OptArg, "1",
394 OptArg, "300",
409 OptArg, "290",
649 OptArg, "3",
891 OptArg, "7",
974 OptArg, "",
[all …]
H A Deground.c100 OptArg, "1",
226 OptArg, TFORM_RENAME_LIMIT_STR,
234 OptArg, TFORM_RENAME_LIMIT_STR,
243 OptArg, TFORM_MINISCOPE_LIMIT_STR,
251 OptArg, "1",
284 OptArg, "300",
296 OptArg, "310",
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/man/
H A Doligofar.tex41 …\Prog{oligofar} \OptArg{-i}{~pairs.tbl} \OptArg{-d}{~contigs.fa} \OptArg{-l}{~gilist} \OptArg{-g}{…
42 …\OptArg{-w}{~20/12} \OptArg{-B}{250000} \OptArg{-H}{22} \OptArg{-n}{2} \OptArg{-p}{90} \OptArg{-D}…
43 \OptArg{-m}{50} \OptArg{-R}{p} \OptArg{-L}{16G} \OptArg{-o}{~output.sam}
51 \OptArg{-q}{0} \OptArg{-i}{~input.col} \OptArg{-c}{~no}\\
52 \OptArg{-q}{1} \OptArg{-i}{~input.col} \OptArg{-c}{~no}\\
53 \OptArg{-q}{0} \OptArg{-i}{~input.col} \OptArg{-c}{~yes}
55 \OptArg{-q}{0} \OptArg{-1}{~reads1.fa} \oOptArg{-2}{~reads2.fa} \OptArg{-c}{~no}\\
57 \OptArg{-q}{1} \OptArg{-1}{~reads1.faq} \oOptArg{-2}{~reads2.faq} \OptArg{-c}{~no}
59 …\OptArg{-q}{4} \OptArg{-i}{~input.id} \OptArg{-1}{~reads1.prb} \oOptArg{-2}{~reads2.prb} \OptArg{-…
188 …oligofar} \Opt{--pass0} \OptArg{-w}{22/22} \OptArg{-n}{0} \OptArg{-e}{0} \Opt{--pass1} \OptArg{-w}…
[all …]
/dports/audio/afsp/AFsp-v8r2/audio/GenTone/
H A DGToptions.c58 const char *OptArg; in GToptions() local
89 n = AOdecOpt (OptTable, &OptArg); in GToptions()
102 STcopyMax (OptArg, FO->Fname, FILENAME_MAX-1); in GToptions()
107 if (STdecDfrac (OptArg, &Nv, &Dv) || Nv / Dv < 0.0) in GToptions()
108 ERRSTOP (GTM_BadFreq, OptArg); in GToptions()
114 if (STdecDfrac (OptArg, &Nv, &Dv) || Nv / Dv < 0.0) in GToptions()
115 ERRSTOP (GTM_BadRMS, OptArg); in GToptions()
121 if (STdecDfrac (OptArg, &Nv, &Dv) || Nv / Dv < 0.0) in GToptions()
122 ERRSTOP (GTM_BadAmpl, OptArg); in GToptions()
128 if (STdecDfrac (OptArg, &Nv, &Dv)) in GToptions()
[all …]
/dports/audio/afsp/AFsp-v8r2/audio/FiltAudio/
H A DFAoptions.c54 const char *OptArg; in FAoptions() local
90 n = AOdecOpt (OptTable, &OptArg); in FAoptions()
103 STcopyMax (OptArg, FI->Fname, FILENAME_MAX-1); in FAoptions()
105 STcopyMax (OptArg, FO->Fname, FILENAME_MAX-1); in FAoptions()
112 STcopyMax (OptArg, FF->Fname, FILENAME_MAX-1); in FAoptions()
117 if (STdecIfrac (OptArg, &(FF->Ir), &(FF->Nsub)) || in FAoptions()
119 ERRSTOP (FAM_BadRatio, OptArg); in FAoptions()
124 if (STdec1long (OptArg, &FF->Doffs)) in FAoptions()
125 ERRSTOP (FAM_BadAlign, OptArg); in FAoptions()
/dports/audio/afsp/AFsp-v8r2/libAO/
H A DAOdecFI.c64 const char *OptArg; in AOdecFI() local
81 n = UTgetOption (&Carg->Index, Carg->Argc, Carg->Argv, OTFI, &OptArg); in AOdecFI()
92 if (AFsetFileType (OptArg)) in AOdecFI()
93 ERRSTOP (AOM_BadFType, OptArg); in AOdecFI()
99 if (AO_decLrange (OptArg, D, FI->Lim) in AOdecFI()
101 ERRSTOP (AOM_BadLimits, OptArg); in AOdecFI()
106 if (STdecDfrac (OptArg, &Nv, &Dv)) in AOdecFI()
107 ERRSTOP (AOM_BadGain, OptArg); in AOdecFI()
113 if (AFsetNHpar (OptArg)) in AOdecFI()
114 ERRSTOP (AOM_BadNHPar, OptArg); in AOdecFI()
H A DAOdecFO.c79 const char *OptArg; in AOdecFO() local
104 if (STdec1long (OptArg, &FO->Nframe) || FO->Nframe <= 0L) in AOdecFO()
105 ERRSTOP (AOM_BadNFrame, OptArg); in AOdecFO()
110 if (STdecDfrac (OptArg, &Nv, &Dv) || Nv / Dv <= 0.0) in AOdecFO()
111 ERRSTOP (AOM_BadSFreq, OptArg); in AOdecFO()
117 FO->DFormat = AO_decDFormat (OptArg); in AOdecFO()
123 FO->Ftype = AO_decFType (OptArg); in AOdecFO()
128 if (AFsetSpeaker (OptArg)) in AOdecFO()
129 ERRSTOP (AOM_BadSpkr, OptArg); in AOdecFO()
140 FO->Info = OptArg; in AOdecFO()
[all …]
H A DAOdecOpt.c81 AOdecOpt (const char *OptTable[], const char **OptArg) in AOdecOpt() argument
92 n = UTgetOption (&Carg->Index, Carg->Argc, Carg->Argv, nullTable, OptArg); in AOdecOpt()
94 n = UTgetOption (&Carg->Index, Carg->Argc, Carg->Argv, OptTable, OptArg); in AOdecOpt()
/dports/audio/afsp/AFsp-v8r2/audio/ResampAudio/
H A DRSoptions.c59 const char *OptArg; in RSoptions() local
98 n = AOdecOpt (OptTable, &OptArg); in RSoptions()
110 STcopyMax (OptArg, FI->Fname, FILENAME_MAX-1); in RSoptions()
112 STcopyMax (OptArg, FO->Fname, FILENAME_MAX-1); in RSoptions()
119 if (STdecDfrac (OptArg, &Nv, &Dv) || Nv <= 0 || Dv <= 0) in RSoptions()
120 ERRSTOP (RSM_BadRatio, OptArg); in RSoptions()
126 if (STdecDfrac (OptArg, &Nv, &Dv)) in RSoptions()
127 ERRSTOP (RSM_BadAlign, OptArg); in RSoptions()
133 RSfiltSpec (OptArg, Fspec); in RSoptions()
/dports/audio/afsp/AFsp-v8r2/audio/GenNoise/
H A DGNoptions.c54 const char *OptArg; in GNoptions() local
86 n = AOdecOpt (OptTable, &OptArg); in GNoptions()
99 STcopyMax (OptArg, FO->Fname, FILENAME_MAX-1); in GNoptions()
104 if (STdecDfrac (OptArg, &Nv, &Dv) || Nv / Dv < 0.0) in GNoptions()
105 ERRSTOP (GNM_BadStdDev, OptArg); in GNoptions()
111 if (STdec1int (OptArg, &seedx) || seedx < 0) in GNoptions()
112 ERRSTOP (GNM_BadSeed, OptArg); in GNoptions()
/dports/audio/afsp/AFsp-v8r2/audio/CompAudio/
H A DCAoptions.c58 const char *OptArg; in CAoptions() local
90 n = AOdecOpt (OptTable, &OptArg); in CAoptions()
103 STcopyMax (OptArg, FIx.Fname, FILENAME_MAX-1); in CAoptions()
109 if (STdecLrange (OptArg, &delL, &delU) || delL > delU) in CAoptions()
110 ERRSTOP (CAM_BadDelay, OptArg); in CAoptions()
115 if (STdec1long (OptArg, &nsseg) || nsseg < 0) in CAoptions()
116 ERRSTOP (CAM_BadSegLen, OptArg); in CAoptions()
/dports/audio/afsp/AFsp-v8r2/audio/PQevalAudio/Misc/
H A DPQoptions.c58 const char *OptArg; in PQoptions() local
88 n = AOdecOpt (OptTable, &OptArg); in PQoptions()
101 STcopyMax (OptArg, FIx.Fname, FILENAME_MAX-1); in PQoptions()
107 if (STdec1double (OptArg, &PQopt->Lp)) in PQoptions()
108 ERRSTOP (PQM_BadLevel, OptArg); in PQoptions()
113 if (STdec1int (OptArg, &PQopt->Ni)) in PQoptions()
114 ERRSTOP (PQM_BadInfo, OptArg); in PQoptions()
119 PQ_decOpt (OptArg, PQopt); in PQoptions()
/dports/audio/afsp/AFsp-v8r2/audio/LPsyn/
H A DLSoptions.c69 const char *OptArg; in LSoptions() local
86 n = UTgetOption (&Index, argc, argv, optt, &OptArg); in LSoptions()
93 STcopyMax (OptArg, Fname[1], FILENAME_MAX-1); in LSoptions()
95 STcopyMax (OptArg, Fname[3], FILENAME_MAX-1); in LSoptions()
101 STcopyMax (OptArg, Fname[0], FILENAME_MAX-1); in LSoptions()
105 STcopyMax (OptArg, Fname[2], FILENAME_MAX-1); in LSoptions()
/dports/audio/afsp/AFsp-v8r2/libtsp/UT/
H A DUTgetOption.c162 const char *OptTable[], const char **OptArg) in UTgetOption() argument
175 *OptArg = NULL; in UTgetOption()
185 rv = UTdecOption (argv[ip], OptTable[n], OptArg); in UTgetOption()
194 *OptArg = NULL; in UTgetOption()
199 *OptArg = argv[ip]; in UTgetOption()
218 *OptArg = argv[ip]; in UTgetOption()
/dports/audio/afsp/AFsp-v8r2/audio/LPanal/
H A DLPoptions.c69 const char *OptArg; in LPoptions() local
86 n = UTgetOption (&Index, argc, argv, optt, &OptArg); in LPoptions()
93 STcopyMax (OptArg, Fname[1], FILENAME_MAX-1); in LPoptions()
95 STcopyMax (OptArg, Fname[3], FILENAME_MAX-1); in LPoptions()
101 STcopyMax (OptArg, Fname[0], FILENAME_MAX-1); in LPoptions()
105 STcopyMax (OptArg, Fname[2], FILENAME_MAX-1); in LPoptions()
/dports/audio/afsp/AFsp-v8r2/audio/InfoAudio/
H A DIAoptions.c54 const char *OptArg; in IAoptions() local
83 n = AOdecOpt (OptTable, &OptArg); in IAoptions()
96 STcopyMax (OptArg, FIx.Fname, FILENAME_MAX-1); in IAoptions()
102 if (STdec1int (OptArg, &icode) || icode < 0 || icode > 7) in IAoptions()
103 ERRSTOP (IAM_BadInfoCode, OptArg); in IAoptions()
/dports/audio/afsp/AFsp-v8r2/audio/CopyAudio/
H A DCPoptions.c69 const char *OptArg; in CPoptions() local
113 n = AOdecOpt (OptTable, &OptArg); in CPoptions()
126 STcopyMax (OptArg, FO->Fname, FILENAME_MAX-1); in CPoptions()
127 STcopyMax (OptArg, FIx.Fname, FILENAME_MAX-1); in CPoptions()
144 CPdecChan (OptArg, i, Chgain); in CPoptions()
/dports/russian/emkatic/emkatic-0.38-src/
H A Demkatic.lpr48 #0: if UpperCase(ExtractFileExt(OptArg))='.PO' then begin
49 s:=LowerCase(ExtractFileName(OptArg)); setlength(s,pos('.',s)-1);
50 if s=GetAppName then MyPo:=OptArg else
51 if s=LCLStrConstsName then LazPo:=OptArg;
57 while i+j<=length(OptArg) do if OptArg[i+j]=',' then break else inc(j);
58 s:=UpperCase(copy(OptArg,i,j)); p:=pos(':',s); b:=true;
76 until i>length(OptArg);
78 'd': ConfigDir:=AppendPathDelim(OptArg);
80 if UpperCase(OptArg)=LanguageList[i].Id then L:=i;
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Deprecated/
H A DViewAsFieldDescr.hs38 OptArg{} `cmp` OptArg{} = EQ function
39 OptArg{} `cmp` _ = LT function
46 OptArg _ _ _ _ _ ppr ->
72 OptArg _ _ _ readE _ _ -> ($ a) `liftM` runE line n readE val
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Deprecated/
H A DViewAsFieldDescr.hs36 OptArg{} `cmp` OptArg{} = EQ function
37 OptArg{} `cmp` _ = LT function
44 OptArg _ _ _ _ _ ppr ->
70 OptArg _ _ _ readE _ _ -> ($ a) `liftM` runE line n readE val
/dports/lang/ghc/ghc-8.10.7/libraries/base/System/Console/
H A DGetOpt.hs97 | OptArg (Maybe String -> a) String -- ^ optional argument constructor
113 fmap f (OptArg g s) = OptArg (f . g) s
149 fmtShort (OptArg _ ad) so = "-" ++ [so] ++ "[" ++ ad ++ "]"
154 fmtLong (OptArg _ ad) lo = "--" ++ lo ++ "[=" ++ ad ++ "]"
225 long [OptArg f _] [] rest = (Opt (f Nothing),rest)
226 long [OptArg f _] ('=':xs) rest = (Opt (f (Just xs)),rest)
242 short (OptArg f _:_) [] rest = (Opt (f Nothing),rest)
243 short (OptArg f _:_) xs rest = (Opt (f (Just xs)),rest)
/dports/lang/fpc-utils/fpc-3.2.2/utils/fpmc/
H A Dfpmc.pp99 'i' : InputFileName:=OptArg;
101 MsgFileName:=OptArg;
104 'l' : LanguageID:=StrToIntDef(OptArg,-1);
106 PascalFileName:=OptArg;
109 's' : SubLanguageID:=StrToIntDef(OptArg,-1);
110 'u' : CmdUnitName:=OptArg;
112 RCFileName:=OptArg;
/dports/lang/fpc-source/fpc-3.2.2/utils/fpmc/
H A Dfpmc.pp99 'i' : InputFileName:=OptArg;
101 MsgFileName:=OptArg;
104 'l' : LanguageID:=StrToIntDef(OptArg,-1);
106 PascalFileName:=OptArg;
109 's' : SubLanguageID:=StrToIntDef(OptArg,-1);
110 'u' : CmdUnitName:=OptArg;
112 RCFileName:=OptArg;
/dports/x11-clocks/buici-clock/buici/
H A Doptions.cxx234 if (!(pOption->flags & OptArg)) in fetch_argument()
408 { "s", OptArg | OptSetString, &g_szOptS },
409 { "string", OptArg | OptSetString, &g_szOptS },
410 { "geom", OptArg | OptSetString | OptAllDash, &g_szOptS },
411 { "garage", OptArg | OptSetString | OptAllDash, &g_szOptS },
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/
H A DGetOpt.hs77 fmtShort (OptArg _ _) so = "-" ++ [so]
83 fmtLong (OptArg _ ad) lo = "--" ++ lo ++ "[=" ++ ad ++ "]"
169 long [OptArg f _] [] rest = (Opt (f Nothing),rest)
170 long [OptArg f _] ('=':xs) rest = (Opt (f (Just xs)),rest)
186 short (OptArg f _:_) [] rest = (Opt (f Nothing),rest)
187 short (OptArg f _:_) xs rest = (Opt (f (Just xs)),rest)

12345678910