Home
last modified time | relevance | path

Searched refs:optc (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/audio/audioctl/
H A Daudioctl.c789 int optc; in do_list_devices() local
793 while ((optc = getopt(argc, argv, "v")) != EOF) { in do_list_devices()
794 switch (optc) { in do_list_devices()
833 int optc; in do_show_device() local
837 while ((optc = getopt(argc, argv, "d:v")) != EOF) { in do_show_device()
838 switch (optc) { in do_show_device()
874 int optc; in do_show_control() local
885 while ((optc = getopt(argc, argv, "d:v")) != EOF) { in do_show_control()
886 switch (optc) { in do_show_control()
941 int optc; in do_set_control() local
[all …]
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dcf.c42 sm_cf_getopt(path, optc, optv)
44 int optc; variable
83 for (i = 0; i < optc; ++i)
/titanic_41/usr/src/cmd/touch/
H A Dtouch.c75 int optc; in main() local
94 while ((optc = getopt(argc, argv, "f:")) != EOF) { in main()
95 switch (optc) { in main()
111 while ((optc = getopt(argc, argv, "acfmr:d:t:")) != EOF) { in main()
112 switch (optc) { in main()
/titanic_41/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c129 int optc; in main() local
132 for (optc = 1; optc < argc; optc++) { in main()
133 optt = argv[optc]; in main()
/titanic_41/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c233 int optc; in main() local
235 while ((optc = getopt(argc, argv, "Ddf")) != EOF) { in main()
236 switch (optc) { in main()
/titanic_41/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c259 int optc; in main() local
261 while ((optc = getopt(argc, argv, "df")) != EOF) { in main()
262 switch (optc) { in main()
/titanic_41/usr/src/ucbcmd/touch/
H A Dtouch.c123 int errflg=0, optc; in main() local
130 while ((optc=getopt(argc, argv, "amcf")) != EOF) in main()
131 switch (optc) { in main()
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dcf.h28 int optc,
/titanic_41/usr/src/cmd/latencytop/common/
H A Dlatencytop.c206 int optc; in main() local
247 while ((optc = getopt_long(argc, argv, opt_string, in main()
249 switch (optc) { in main()
/titanic_41/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c361 int optc; in main() local
363 while ((optc = getopt(argc, argv, "dfD")) != EOF) { in main()
364 switch (optc) { in main()
/titanic_41/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c178 int optc; in main() local
181 for (optc = 1; optc < argc; optc++) { in main()
182 optt = argv[optc]; in main()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c777 interpret_options(optc, ilen) in interpret_options() argument
778 char *optc; in interpret_options()
789 opt = (struct nd_opt_hdr *)optc;
901 optc += opt->nd_opt_len * 8;
/titanic_41/usr/src/cmd/psrinfo/
H A Dpsrinfo.c447 int optc; in main() local
609 while ((optc = getopt(argc, argv, "pvs")) != EOF) { in main()
610 switch (optc) { in main()
/titanic_41/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c897 int optc; in main() local
900 while ((optc = getopt(argc, argv, "DdfCs:c:")) != EOF) { in main()
901 switch (optc) { in main()