Home
last modified time | relevance | path

Searched refs:optlet (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dperfcnt.ksh28 echo "usage: perfcnt -[$optlet] utility [utility arguments]"
46 optlet="f:t:l:"
53 while getopts $optlet c
H A Dsymbindrep.ksh25 echo "usage: symbindrep -[$optlet] utility"
46 optlet="f:t:l:"
48 while getopts $optlet c
H A Dsotruss.ksh53 optlet="eF:T:o:fl:i"
60 while getopts $optlet c
H A Dwhocalls.ksh40 optlet="sl:"
51 while getopts $optlet c
/illumos-gate/usr/src/cmd/hostname/
H A Dhostname.c68 int optlet; in main() local
78 while ((optlet = getopt(argc, argv, optstring)) != -1) { in main()
79 switch (optlet) { in main()
/illumos-gate/usr/src/cmd/uname/
H A Duname.c64 int errflg = 0, optlet; in main() local
81 while ((optlet = getopt(argc, argv, optstring)) != EOF) in main()
82 switch (optlet) { in main()
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c59 static char const *optlet = "F:fo:T:t:v:"; variable
117 while ((opt = getopt(argc, argv, optlet)) != EOF) { in main()