Searched refs:opt_str (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 981 (void) slprintf(opt_str, sizeof(opt_str), "%s", opt->name); \ 984 (void) strlcat(opt_str, " <n>", sizeof(opt_str)); \ 986 (void) strlcat(opt_str, " <s>", sizeof(opt_str)); \ 988 (void) strlcat(opt_str, " <r>", sizeof(opt_str)); \ 991 (void) strlcat(opt_str, " (!)", sizeof(opt_str)); \ 993 (void) strlcat(opt_str, " (#)", sizeof(opt_str)); \ 995 (void) printf("%-26s%s\n", opt_str, opt->description); \ 998 char opt_str[MAXOPTSTRLEN]; local
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 78 char *(*opt_str)(void); member 564 ostr = options[i].opt_str(); in add_options()
|
/titanic_44/usr/src/test/test-runner/cmd/ |
H A D | run.py | 750 def options_cb(option, opt_str, value, parser): argument 757 if opt_str in parser.rargs: 758 fail('%s may only be specified once.' % opt_str)
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dacf.c | 1127 dacf_getopt(char *opt_str, uint_t *opts) in dacf_getopt() argument 1135 if (strcmp(opt_str, p->optname) == 0) { in dacf_getopt()
|