Searched refs:optlet (Results 1 – 7 of 7) sorted by relevance
28 echo "usage: perfcnt -[$optlet] utility [utility arguments]"46 optlet="f:t:l:"53 while getopts $optlet c
25 echo "usage: symbindrep -[$optlet] utility"46 optlet="f:t:l:"48 while getopts $optlet c
53 optlet="eF:T:o:fl:i"60 while getopts $optlet c
40 optlet="sl:"51 while getopts $optlet c
68 int optlet; in main() local78 while ((optlet = getopt(argc, argv, optstring)) != -1) { in main()79 switch (optlet) { in main()
64 int errflg = 0, optlet; in main() local81 while ((optlet = getopt(argc, argv, optstring)) != EOF) in main()82 switch (optlet) { in main()
59 static char const *optlet = "F:fo:T:t:v:"; variable117 while ((opt = getopt(argc, argv, optlet)) != EOF) { in main()