Searched defs:opt (Results 126 - 150 of 337) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencsr.c370 int opt; local
403 while ((opt = getopt_av(argc, argv,
409 switch (opt) {
H A Dlist.c900 int opt; local
922 while ((opt = getopt_av(argc, argv,
929 switch (opt) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c474 int opt; local
484 while ((opt = getopt(argc, argv, "f")) != EOF) {
485 switch (opt) {
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c391 hasvfsopt(struct vfstab *vfs, char *opt) argument
407 if (strncmp(opt, f, strlen(opt)) == 0)
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c92 int32_t opt = 0; local
109 while ((opt = getopt(argc, argv, "F:o:")) != EOF) {
110 switch (opt) {
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c100 int opt; local
119 while ((opt = getopt(argc, argv, "avV")) != EOF) {
120 switch (opt) {
329 hasvfsopt(struct vfstab *vfs, char *opt) argument
343 if (strncmp(opt, f, strlen(opt)) == 0)
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c379 char opt[MAX_MNTOPT_STR]; local
405 (void) snprintf(opt, sizeof (opt), "%s,%s,%s",
410 opt, MAX_MNTOPT_STR) == SYSERR) {
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c156 int opt; local
223 while ((opt = getopt(argc, argv, "o:m:e:d:a:AV")) != EOF) {
224 switch (opt) {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c90 } opt; variable in typeref:struct:__anon637
108 opt.list = 1;
113 opt.add = 1;
114 opt.list = 0;
115 opt.udi = optarg;
118 opt.remove = 1;
119 opt.list = 0;
120 opt.udi = optarg;
153 if (opt.list)
155 else if (opt
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c550 int opt; local
645 while ((opt = getopt_long(argc, argv, "+?V", standardCmdOptions,
647 switch (opt) {
697 while ((opt = getopt_long(getoptargc, getoptargv, "+?",
699 switch (opt) {
791 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
793 switch (opt) {
804 cmdOptions[i].optval = opt;
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c380 int opt; local
464 while ((opt = getopt_long(argc, argv, "+?V", standardCmdOptions,
466 switch (opt) {
535 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
537 switch (opt) {
542 cmdOptions[i].optval = opt;
/illumos-gate/usr/src/cmd/sh/
H A Dxec.c186 struct namnod *n, *opt; local
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c183 int opt; local
215 while ((opt = getopt(argc, argv, "1234567890an:N:ot:")) != -1) {
216 switch (opt) {
272 minlength += opt - '0';
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c218 sosctp_pack_cmsg(const uchar_t *opt, struct nmsghdr *msg, int len) argument
226 ocmsg = (struct cmsghdr *)opt;
227 cend = (char *)opt + len;
249 bcopy(opt, msg->msg_control, len);
254 ocmsg = (struct cmsghdr *)opt;
255 cend = (char *)opt + len;
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c256 * Append the suboption string 'opt' starting at the position 'str'
260 * Return NULL if there isn't enough space left to append 'opt'.
263 append_subopt(const char *buf, size_t len, char *str, const char *opt) argument
265 size_t l = strlen(opt);
276 (void) strcpy(str, opt);
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h115 struct netbuf opt; member in struct:t_optmgmt
133 struct netbuf opt; /* options */ member in struct:t_call
143 struct netbuf opt; /* options */ member in struct:t_unitdata
152 struct netbuf opt; /* options */ member in struct:t_uderr
H A Dt_kuser.h75 struct netbuf opt; member in struct:t_kunitdata
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.c54 krb5_ldap_get_db_opt(char *input, char **opt, char **val) argument
60 *opt = strdup(input);
61 if (*opt == NULL) {
66 *opt = malloc((unsigned) len + 1);
67 if (!*opt) {
70 memcpy(*opt, input, (unsigned) len);
72 while (isblank((*opt)[len-1]))
74 (*opt)[len] = '\0';
82 free (*opt);
302 char *opt local
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c53 static char *opt();
208 opt(action),
209 opt(newaction)
232 LP_ERRMSG2 (ERROR, E_LP_AMBIG, opt(action), "-");
815 ** opt() - GENERATE OPTION FROM FUNCTION NAME
818 static char *opt (fnc) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c117 /* 3 = 1 (code) + 1 (len) + 1 (ptr) of src route opt. */
1072 pr_options(uchar_t *opt, int optlength) argument
1078 curlength = opt[1];
1079 switch (*opt) {
1085 opt++;
1091 pr_rropt(opt, curlength, _B_TRUE);
1096 pr_tsopt(opt, curlength);
1105 pr_rropt(opt, curlength, _B_FALSE);
1114 pr_rropt(opt, curlength, _B_FALSE);
1118 Printf(" <option %d, len %d>", *opt, curlengt
1135 pr_rropt(uchar_t *opt, int length, boolean_t rrflag) argument
1174 pr_tsopt(uchar_t *opt, int length) argument
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c773 valid_input(path_opt_t opt, const char *input) argument
785 if (opt == SHELL) {
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c88 int opt, exit; local
100 while ((opt = getopt(argc, argv, "Fhmp:")) != EOF) {
101 switch (opt) {
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c213 struct options *opt; local
216 for (opt = optlist; opt != NULL; opt = opt->next) {
227 opt->optname);
230 propsect, opt->optname)) {
238 section : "", opt->optname,
243 opt->optname,
255 opt
322 struct options *opt; local
[all...]
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c92 int opt; local
102 while ((opt = getopt(argc, argv, "Fkmc:d:f:n:s:t:v:")) != EOF) {
103 switch (opt) {
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S667 opt: .byte 0x0 # Option label

Completed in 325 milliseconds

1234567891011>>