rcs_getopt
while ((ch = rcs_getopt(argc, argv, CI_OPTSTRING)) != -1) {
while ((ch = rcs_getopt(argc, argv, CO_OPTSTRING)) != -1) {
while ((ch = rcs_getopt(argc, argv, "qV")) != -1) {
while ((ch = rcs_getopt(argc, argv, "k:n::q::r::Tu::Vx::")) != -1) {
while ((ch = rcs_getopt(argc, argv, "abC:cdI:ik:npqr:TtU:uVwx::z::")) != -1) {
while ((ch = rcs_getopt(argc, argv, "AEek:p::q::r::TVx::z:")) != -1) {
while ((ch = rcs_getopt(argc, argv, RCSPROG_OPTSTRING)) != -1) {
int rcs_getopt(int, char **, const char *);
int rcs_getopt(int, char **, const char *);
while ((ch = rcs_getopt(argc, argv, RLOG_OPTSTRING)) != -1) {