• Home
  • Raw
  • Download

Lines Matching refs:strcmp

138 		if (!strcmp (*args, "-encrypt"))  in MAIN()
140 else if (!strcmp (*args, "-decrypt")) in MAIN()
142 else if (!strcmp (*args, "-sign")) in MAIN()
144 else if (!strcmp (*args, "-resign")) in MAIN()
146 else if (!strcmp (*args, "-verify")) in MAIN()
148 else if (!strcmp (*args, "-pk7out")) in MAIN()
151 else if (!strcmp (*args, "-des3")) in MAIN()
153 else if (!strcmp (*args, "-des")) in MAIN()
157 else if (!strcmp (*args, "-seed")) in MAIN()
161 else if (!strcmp (*args, "-rc2-40")) in MAIN()
163 else if (!strcmp (*args, "-rc2-128")) in MAIN()
165 else if (!strcmp (*args, "-rc2-64")) in MAIN()
169 else if (!strcmp(*args,"-aes128")) in MAIN()
171 else if (!strcmp(*args,"-aes192")) in MAIN()
173 else if (!strcmp(*args,"-aes256")) in MAIN()
177 else if (!strcmp(*args,"-camellia128")) in MAIN()
179 else if (!strcmp(*args,"-camellia192")) in MAIN()
181 else if (!strcmp(*args,"-camellia256")) in MAIN()
184 else if (!strcmp (*args, "-text")) in MAIN()
186 else if (!strcmp (*args, "-nointern")) in MAIN()
188 else if (!strcmp (*args, "-noverify")) in MAIN()
190 else if (!strcmp (*args, "-nochain")) in MAIN()
192 else if (!strcmp (*args, "-nocerts")) in MAIN()
194 else if (!strcmp (*args, "-noattr")) in MAIN()
196 else if (!strcmp (*args, "-nodetach")) in MAIN()
198 else if (!strcmp (*args, "-nosmimecap")) in MAIN()
200 else if (!strcmp (*args, "-binary")) in MAIN()
202 else if (!strcmp (*args, "-nosigs")) in MAIN()
204 else if (!strcmp (*args, "-stream")) in MAIN()
206 else if (!strcmp (*args, "-indef")) in MAIN()
208 else if (!strcmp (*args, "-noindef")) in MAIN()
210 else if (!strcmp (*args, "-nooldmime")) in MAIN()
212 else if (!strcmp (*args, "-crlfeol")) in MAIN()
214 else if (!strcmp(*args,"-rand")) in MAIN()
223 else if (!strcmp(*args,"-engine")) in MAIN()
230 else if (!strcmp(*args,"-passin")) in MAIN()
236 else if (!strcmp (*args, "-to")) in MAIN()
242 else if (!strcmp (*args, "-from")) in MAIN()
248 else if (!strcmp (*args, "-subject")) in MAIN()
254 else if (!strcmp (*args, "-signer")) in MAIN()
274 else if (!strcmp (*args, "-recip")) in MAIN()
280 else if (!strcmp (*args, "-md")) in MAIN()
292 else if (!strcmp (*args, "-inkey")) in MAIN()
314 else if (!strcmp (*args, "-keyform")) in MAIN()
320 else if (!strcmp (*args, "-certfile")) in MAIN()
326 else if (!strcmp (*args, "-CAfile")) in MAIN()
332 else if (!strcmp (*args, "-CApath")) in MAIN()
338 else if (!strcmp (*args, "-in")) in MAIN()
344 else if (!strcmp (*args, "-inform")) in MAIN()
350 else if (!strcmp (*args, "-outform")) in MAIN()
356 else if (!strcmp (*args, "-out")) in MAIN()
362 else if (!strcmp (*args, "-content")) in MAIN()