Searched defs:opt (Results 51 - 75 of 337) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c45 int opt; local
62 while ((opt = getopt_av(argc, argv, "k:(keystore)m:(modulepath)"
64 switch (opt) {
H A Dlist.c220 int opt, found = 0; local
229 while ((opt = getopt_av(argc, argv, "i:(dbfile)p:(policy)m(plugin)"))
231 switch (opt) {
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Ddownload.c40 int opt; local
57 while ((opt = getopt_av(argc, argv,
62 switch (opt) {
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c63 DHCP_OPT *opt; local
187 opt = dhcp_ipc_get_data(reply, &opt_len, NULL);
206 (void) memcpy(&d6o, opt, sizeof (d6o));
209 valptr = (uint8_t *)opt + sizeof (d6o);
212 if (opt_len < 2 || (opt_len - 2 != opt->len))
215 valptr = opt->value;
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A Dlogin.c119 int err, opt; local
122 while ((opt = getopt(argc, argv, "c")) != EOF) {
123 switch (opt) {
194 int err, opt; local
196 while ((opt = getopt(argc, argv, "a")) != EOF) {
197 switch (opt) {
H A Dprint.c76 int error, opt; local
96 while ((opt = getopt(argc-1, argv, STDPARAM_OPT)) != EOF) {
97 if (opt == '?')
99 error = smb_ctx_opt(ctx, opt, optarg);
H A Dsmbutil.c138 int err, opt; local
150 while ((opt = getopt(argc, argv, "dhv")) != EOF) {
151 switch (opt) {
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c83 int opt; local
88 while ((opt = getopt(argc, argv, "o:")) != EOF) {
89 switch (opt) {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-is-caller-privileged.c121 const char *opt; local
138 opt = long_options[option_index].name;
140 if (strcmp (opt, "help") == 0) {
143 } else if (strcmp (opt, "version") == 0) {
145 } else if (strcmp (opt, "udi") == 0) {
147 } else if (strcmp (opt, "caller") == 0) {
149 } else if (strcmp (opt, "action") == 0) {
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dserver.c228 int opt = 1; local
243 (void) setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (void *)&opt,
244 sizeof (opt));
/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c66 int opt; local
86 while ((opt = getopt(argc, argv, "sS")) != EOF) {
87 switch (opt) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_create.c86 char *opt = NULL, *val = NULL; local
88 if ((status = krb5_ldap_get_db_opt(*t_ptr, &opt, &val)) != 0) {
91 if (opt && !strcmp(opt, "binddn")) {
93 free (opt);
102 free(opt);
107 free (opt);
112 } else if (opt && !strcmp(opt, "nconns")) {
114 free (opt);
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/tput/
H A Dtput.c143 int opt; local
156 while ((opt = getopt(argc, argv, "ST:W")) != -1) {
157 switch (opt) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c211 getexportopt(struct exportent *xent, char *opt) argument
226 len = strlen(opt);
229 if (strncmp(opt, tok, len) == 0) {
/illumos-gate/usr/src/cmd/virtinfo/
H A Dvirtinfo.c71 int opt; local
85 while ((opt = getopt(argc, argv, options)) != EOF) {
87 switch (opt) {
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_admin.c257 * for a database 'dbname', add config value 'val' of option 'opt'
261 _nscd_add_admin_mod(char *dbname, char opt, argument
274 if (opt == 'l' || opt == 'd') {
275 if (opt == 'l') {
298 if (opt == 'i') {
326 switch (opt) {
384 _nscd_client_getadmin(char opt) argument
389 if (opt == 'G')
H A Dserver.c111 int opt; local
195 while ((opt = getopt(argc, argv, NSCDOPT)) != EOF) {
196 switch (opt) {
256 while ((opt = getopt(argc, argv, NSCDOPT)) != EOF) {
258 switch (opt) {
/illumos-gate/usr/src/cmd/oplhpd/
H A Doplhpd.c257 int opt; local
/illumos-gate/usr/src/cmd/prstat/
H A Dprsort.c108 list_setkeyfunc(char *arg, optdesc_t *opt, list_t *list, int type) argument
113 list->l_sortorder = opt->o_sortorder;
120 if (opt->o_outpmode & OPT_MSACCT)
/illumos-gate/usr/src/cmd/ptools/preap/
H A Dpreap.c218 int opt; local
226 while ((opt = getopt(argc, argv, "F")) != EOF) {
227 switch (opt) {
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c187 int opt; local
195 while ((opt = getopt(argc, argv, "DEc:i:m:nz:")) != EOF) {
196 switch (opt) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c630 display_ip(int items, char *fmt, char *msg, unsigned char **opt) argument
636 memcpy((char *)&tmp, *opt, sizeof (struct in_addr));
638 *opt += 4;
643 display_ascii(char *fmt, char *msg, unsigned char **opt) argument
646 int len = **opt;
651 (*opt)++;
652 memcpy(buf, *opt, len);
655 (*opt) += slen;
659 display_number(char *fmt, char *msg, unsigned char **opt) argument
661 int len = **opt;
698 display_ascii_hex(char *msg, unsigned char **opt) argument
[all...]
H A Dsnoop_tcp.c56 #define GET_UINT32(opt) (((uint_t)*((uchar_t *)(opt) + 0) << 24) | \
57 ((uint_t)*((uchar_t *)(opt) + 1) << 16) | \
58 ((uint_t)*((uchar_t *)(opt) + 2) << 8) | \
59 ((uint_t)*((uchar_t *)(opt) + 3)))
224 print_tcpoptions(opt, optlen)
225 uchar_t *opt;
235 (void) sprintf(get_line((char *)&opt - dlc_header, 1),
240 (void) sprintf(get_line((char *)&opt - dlc_header, 1),
244 line = get_line((char *)&opt
339 print_tcpoptions_summary(uchar_t *opt, int optlen, char *line) argument
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Drem_drv.c58 int opt; local
80 while ((opt = getopt(argc, argv, "b:Cn")) != -1) {
81 switch (opt) {
H A Dupdate_drv.c84 int error, opt, major; local
119 while ((opt = getopt(argc, argv, "m:ni:b:p:adlfuvP:")) != EOF) {
120 switch (opt) {

Completed in 401 milliseconds

1234567891011>>