Searched defs:opt (Results 101 - 125 of 337) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c70 int (*opt)(); /* _netdir_options */ member in struct:translator
421 return ((*(t->opt))(tp, option, fd, par));
430 return ((*(t->opt))(tp, option, fd, par));
707 t->opt = (int (*)())dlsym(t->tr_fd, "_netdir_options");
708 if (!(t->opt)) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c161 struct T_opthdr *opt = (struct T_opthdr *)bufp; local
164 syslog(LOG_INFO, "find_ucred_opt opt: %p %x, %d %d", opt,
165 opt->len, opt->name, opt->level);
167 if (opt->len > maxbufp - bufp || (opt->len & 3))
169 if (opt->level == SOL_SOCKET && opt
281 struct T_opthdr *opt, *opt_start = NULL, *opt_end; local
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c307 hasmntopt(struct mnttab *mnt, char *opt) argument
316 len = strlen(opt);
324 if (strncmp(opt, f, len) == 0 &&
/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c376 int opt; local
461 while ((opt = getopt_long(argc, argv, "+?V", standardCmdOptions,
463 switch (opt) {
534 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
536 switch (opt) {
550 cmdOptions[i].optval = opt;
/illumos-gate/usr/src/cmd/news/
H A Dnews.c85 int opt = 0; /* number of options specified */ variable
119 opt++;
124 opt++;
129 opt++;
137 if (opt > 1) {
142 if (opt > 0 && argc > 2) {
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c191 int opt, subopt; local
206 while ((opt = getopt(argc, argv, "o:Fp")) != EOF) {
207 switch (opt) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c76 int opt, status, sock, count; local
91 while ((opt = getopt(argc, argv, "df:")) != EOF)
92 switch (opt) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c186 int opt, devfd, muxfd, muxid; local
202 while ((opt = getopt(argc, argv, "s:")) != EOF) {
203 switch (opt) {
430 int opt, errflag = 0; local
444 while ((opt = getopt(argc, argv, "v")) != EOF)
445 switch (opt) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c136 argvec_process_subopt(const mdb_opt_t *opt, const mdb_arg_t *arg) argument
159 for (sop = opt->opt_subopts; sop->sop_flag; sop++) {
168 warn("invalid option for -%c: \"%s\"\n", opt->opt_char, error);
178 *((uint_t *)opt->opt_valp) = value;
185 argvec_process_opt(const mdb_opt_t *opt, const mdb_arg_t *arg) argument
190 switch (opt->opt_type) {
192 *((uint_t *)opt->opt_valp) |= opt->opt_bits;
196 *((uint_t *)opt->opt_valp) &= ~opt
[all...]
H A Dmdb_set.c185 char *opt, *arg; local
188 for (opt = strtok(buf, ","); opt != NULL; opt = strtok(NULL, ",")) {
189 if ((arg = strchr(opt, '=')) != NULL)
193 if (strcmp(opt, opp->opt_name) == 0) {
196 "argument -- %s\n", opt);
200 "-- %s\n", opt);
205 "%s -- %s\n", opt, arg);
213 mdb_warn("invalid debugger option -- %s\n", opt);
[all...]
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c548 int opt; local
643 while ((opt = getopt_long(argc, argv, "+?V", standardCmdOptions,
645 switch (opt) {
693 while ((opt = getopt_long(getoptargc, getoptargv, "+?",
695 switch (opt) {
786 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
788 switch (opt) {
799 cmdOptions[i].optval = opt;
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c499 int opt, err; local
510 while ((opt = getopt(argc, argv, "d")) != EOF) {
511 switch (opt) {
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c99 int opt; local
117 while ((opt = getopt(argc, argv, OPT_STR)) != EOF) {
119 switch (opt) {
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c89 int opt; local
137 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
139 switch (opt)
H A Dmakemap.c92 int opt; local
142 while ((opt = getopt(argc, argv, OPTIONS)) != -1)
144 switch (opt)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c313 * c, opt - Option character (c) and corresponding long name (opt)
315 * accept a value, strlen(opt), giving the offset to the
322 const char *opt, size_t optsz, int cbfunc(int))
329 if (strcmp(arg, opt) == 0) {
330 DBG_CALL(Dbg_args_str2chr(lml, ndx, opt, c));
335 } else if ((strcmp(arg, opt) == 0) ||
336 ((arg[optsz] == '=') && strncmp(arg, opt, optsz) == 0)) {
341 DBG_CALL(Dbg_args_str2chr(lml, ndx, opt, c));
321 str2chr(Lm_list *lml, int ndx, int argc, char **argv, char *arg, int c, const char *opt, size_t optsz, int cbfunc(int)) argument
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c99 int opt; local
119 while ((opt = getopt(argc, argv, optlet)) != EOF) {
120 switch (opt) {
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c270 * .call err = parse_time(str, opt).
272 * .arg opt - time option being processed.
277 parse_time(char *str, int opt) argument
295 if (opt != 'b') {
350 if (opt == 'd') {
356 } else if (opt == 'a') {
358 } else if (opt == 'b') {
/illumos-gate/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c352 int opt; local
360 while ((opt = getopt(argc, argv, "hpr")) != EOF) {
361 switch (opt) {
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c459 char *buf, **entry, *mst, *shd, *bmp, *ctag, *opt, *ptr; local
502 opt = strtok(NULL, " ");
514 ptr = strstr(opt, NSKERN_II_BMP_OPTION "=");
/illumos-gate/usr/src/cmd/avs/ncall/
H A Dncalladm.c226 int rc, fd, opt; local
241 while ((opt = getopt(argc, argv,
246 switch (opt) {
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvboot.c194 int opt; local
203 while ((opt = getopt(argc, argv, "C:hrsu")) != EOF) {
204 switch (opt) {
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Ddelete.c719 int opt; local
742 while ((opt = getopt_av(argc, argv,
751 switch (opt) {
H A Dexport.c676 int opt; local
699 while ((opt = getopt_av(argc, argv,
709 switch (opt) {
H A Dgencert.c571 int opt; local
609 while ((opt = getopt_av(argc, argv,
616 if (opt != 'i' && opt != 'E' && EMPTYSTRING(optarg_av))
619 switch (opt) {

Completed in 185 milliseconds

1234567891011>>