Searched refs:lopts (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd.c50 static const struct option lopts[] = { variable in typeref:struct:option
111 while ((opt = getopt_clip(argc, argv, "dV?", lopts, NULL)) != -1) {
/illumos-gate/usr/src/cmd/sed/
H A Dmain.c110 static const struct option lopts[] = { variable in typeref:struct:option
136 while ((c = getopt_long(argc, argv, "EI::ae:f:i::lnr", lopts, NULL)) !=
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c64 static const struct option lopts[] = { variable in typeref:struct:option
195 while ((c = getopt_long(argc, argv, ":V:l:p:i:o:A:f", lopts,
344 while ((c = getopt_long(argc, argv, ":i:p:o:", lopts, NULL)) != EOF) {
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c412 static const struct option lopts[] = { variable in typeref:struct:option
1816 lopts, NULL)) != -1) {
2011 while ((option = getopt_long(argc, argv, ":R:t", lopts, NULL)) != -1) {
2056 while ((option = getopt_long(argc, argv, ":d:l:R:tf", lopts,
2152 lopts, NULL)) != -1) {
2229 while ((option = getopt_long(argc, argv, ":L:l:P:R:tu:T:", lopts,
2356 lopts, NULL)) != -1) {
2454 while ((option = getopt_long(argc, argv, ":R:t", lopts, NULL)) != -1) {
2502 while ((option = getopt_long(argc, argv, ":R:", lopts, NULL)) != -1) {
4824 while ((option = getopt_long(argc, argv, ":R:t", lopts,
[all...]

Completed in 728 milliseconds