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
69 int optlet; in main() local78 while ((optlet = getopt(argc, argv, optstring)) != -1) { in main()79 switch (optlet) { in main()
62 int errflg = 0, optlet; in main() local79 while ((optlet = getopt(argc, argv, optstring)) != EOF) in main()80 switch (optlet) { in main()
61 static char const *optlet = "F:fo:T:t:v:"; variable119 while ((opt = getopt(argc, argv, optlet)) != EOF) { in main()