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

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.h42 int getopt_av(int, char * const *, const char *);
H A Ddelete.c47 while ((opt = getopt_av(argc, argv, "i:(dbfile)p:(policy)")) != EOF) {
H A Dexport.c51 while ((opt = getopt_av(argc, argv,
H A Dimport.c52 while ((opt = getopt_av(argc, argv,
H A Duninstall.c58 while ((opt = getopt_av(argc, argv, "k:(keystore)")) != EOF) {
H A Dinstall.c62 while ((opt = getopt_av(argc, argv, "k:(keystore)m:(modulepath)"
H A Dlist.c229 while ((opt = getopt_av(argc, argv, "i:(dbfile)p:(policy)m(plugin)"))
H A Dcreate.c49 while ((opt = getopt_av(argc, argv,
H A Dutil.c38 /* Supporting structures and global variables for getopt_av(). */
363 * traversed later for calls to getopt_av(). Option string is NOT altered,
416 * getopt_av() is very similar to getopt(3c) in that the takes an option
418 * letter option when a match is found. However, getopt_av() differs from
423 getopt_av(int argc, char * const *argv, const char *optstring) function
H A Dmodify.c97 while ((opt = getopt_av(argc, argv,
962 while ((opt = getopt_av(argc, argv, "p(plugin)k:(keystore)o:(option)"))
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dinittoken.c57 while ((opt = getopt_av(argc, argv,
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,
H A Dsetpin.c250 while ((opt = getopt_av(argc, argv,
H A Dgenkey.c381 while ((opt = getopt_av(argc, argv,
H A Dgenkeypair.c341 while ((opt = getopt_av(argc, argv,
H A Dgencsr.c403 while ((opt = getopt_av(argc, argv,
H A Dsigncsr.c556 while ((opt = getopt_av(argc, argv,
H A Dcommon.c51 /* Supporting structures and global variables for getopt_av(). */
387 * traversed later for calls to getopt_av(). Option string is NOT altered,
443 * getopt_av() is very similar to getopt(3c) in that the takes an option
445 * letter option when a match is found. However, getopt_av() differs from
452 getopt_av(int argc, char * const *argv, const char *optstring) function
H A Ddelete.c742 while ((opt = getopt_av(argc, argv,
H A Dexport.c699 while ((opt = getopt_av(argc, argv,
H A Dgencert.c609 while ((opt = getopt_av(argc, argv,
H A Dimport.c825 while ((opt = getopt_av(argc, argv,
H A Dlist.c922 while ((opt = getopt_av(argc, argv,

Completed in 92 milliseconds