Searched refs:getopt_av (Results 1 - 24 of 24) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/ |
H A D | util.h | 42 int getopt_av(int, char * const *, const char *);
|
H A D | delete.c | 47 while ((opt = getopt_av(argc, argv, "i:(dbfile)p:(policy)")) != EOF) {
|
H A D | export.c | 51 while ((opt = getopt_av(argc, argv,
|
H A D | import.c | 52 while ((opt = getopt_av(argc, argv,
|
H A D | uninstall.c | 58 while ((opt = getopt_av(argc, argv, "k:(keystore)")) != EOF) {
|
H A D | install.c | 62 while ((opt = getopt_av(argc, argv, "k:(keystore)m:(modulepath)"
|
H A D | list.c | 229 while ((opt = getopt_av(argc, argv, "i:(dbfile)p:(policy)m(plugin)"))
|
H A D | create.c | 49 while ((opt = getopt_av(argc, argv,
|
H A D | util.c | 38 /* 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 D | modify.c | 97 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 D | inittoken.c | 57 while ((opt = getopt_av(argc, argv,
|
H A D | common.h | 108 extern int getopt_av(int argc, char * const argv[], const char *optstring);
|
H A D | download.c | 57 while ((opt = getopt_av(argc, argv,
|
H A D | setpin.c | 250 while ((opt = getopt_av(argc, argv,
|
H A D | genkey.c | 381 while ((opt = getopt_av(argc, argv,
|
H A D | genkeypair.c | 341 while ((opt = getopt_av(argc, argv,
|
H A D | gencsr.c | 403 while ((opt = getopt_av(argc, argv,
|
H A D | signcsr.c | 556 while ((opt = getopt_av(argc, argv,
|
H A D | common.c | 51 /* 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 D | delete.c | 742 while ((opt = getopt_av(argc, argv,
|
H A D | export.c | 699 while ((opt = getopt_av(argc, argv,
|
H A D | gencert.c | 609 while ((opt = getopt_av(argc, argv,
|
H A D | import.c | 825 while ((opt = getopt_av(argc, argv,
|
H A D | list.c | 922 while ((opt = getopt_av(argc, argv,
|
Completed in 92 milliseconds