Lines Matching defs:r
449 " %1$s [-e <option>] [-d <option>] [-r <option>]\n"
499 while ((opt = getopt(argc, argv, ":bd:e:l:m:p:R:r:s:u")) != EOF) {
514 case 'r':
537 case 'r':
573 if (ra_smf_cb(opt == 'r' ?
581 if (opt != 'r') {
2234 int ret = 0, i, r;
2283 if ((r = ra_parseconf()) == -1) {
2288 if (r == 0)
2387 if ((fp = fopen(RA_CONF_FILE, "r")) == NULL) {