Lines Matching refs:lower
650 _cleanup_strv_free_ char **lower = NULL;
655 r = strv_split_extract(&lower, optarg, ":", EXTRACT_DONT_COALESCE_SEPARATORS);
663 STRV_FOREACH(i, lower) {
679 * the first one is the lower, the
683 upper = lower[1];
684 lower[1] = NULL;
691 upper = lower[n - 2];
692 destination = lower[n - 1];
693 lower[n - 2] = NULL;
702 m->lower = lower;
706 lower = NULL;