Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.h40 int getopt_av(int, char * const *, const char *);
H A Ddelete.c45 while ((opt = getopt_av(argc, argv, "i:(dbfile)p:(policy)")) != EOF) { in kc_delete()
H A Dimport.c50 while ((opt = getopt_av(argc, argv, in kc_import()
H A Dexport.c49 while ((opt = getopt_av(argc, argv, in kc_export()
H A Duninstall.c56 while ((opt = getopt_av(argc, argv, "k:(keystore)")) != EOF) { in kc_uninstall()
H A Dinstall.c60 while ((opt = getopt_av(argc, argv, "k:(keystore)m:(modulepath)" in kc_install()
H A Dlist.c229 while ((opt = getopt_av(argc, argv, "i:(dbfile)p:(policy)m(plugin)")) in kc_list()
H A Dutil.c423 getopt_av(int argc, char * const *argv, const char *optstring) in getopt_av() function
H A Dmodify.c97 while ((opt = getopt_av(argc, argv, in kc_modify_policy()
962 while ((opt = getopt_av(argc, argv, "p(plugin)k:(keystore)o:(option)")) in kc_modify_plugin()
H A Dcreate.c49 while ((opt = getopt_av(argc, argv, in kc_create()
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dinittoken.c57 while ((opt = getopt_av(argc, argv, in pk_inittoken()
H A Dcommon.h108 extern int getopt_av(int argc, char * const argv[], const char *optstring);
H A Ddownload.c57 while ((opt = getopt_av(argc, argv, in pk_download()
H A Dsetpin.c250 while ((opt = getopt_av(argc, argv, in pk_setpin()
H A Dgenkeypair.c341 while ((opt = getopt_av(argc, argv, in pk_genkeypair()
H A Dgenkey.c381 while ((opt = getopt_av(argc, argv, in pk_genkey()
H A Dgencsr.c403 while ((opt = getopt_av(argc, argv, in pk_gencsr()
H A Dsigncsr.c556 while ((opt = getopt_av(argc, argv, in pk_signcsr()
H A Dexport.c699 while ((opt = getopt_av(argc, argv, in pk_export()
H A Dgencert.c610 while ((opt = getopt_av(argc, argv, in pk_gencert()
H A Ddelete.c742 while ((opt = getopt_av(argc, argv, in pk_delete()
H A Dcommon.c452 getopt_av(int argc, char * const *argv, const char *optstring) in getopt_av() function
H A Dlist.c922 while ((opt = getopt_av(argc, argv, in pk_list()
H A Dimport.c825 while ((opt = getopt_av(argc, argv, in pk_import()