Lines Matching defs:otrans
574 char *otrans, *otrans_ptr;
592 otrans = data2string(tgt_trans);
593 if (otrans == NULL) {
598 otrans_ptr = otrans;
603 if (!(trans = (char *) malloc(strlen(realm) + strlen(otrans) + 3))) {
620 for (i = 0; *otrans != '\0';) {
621 if (*otrans == '\\') {
622 if (*(++otrans) == '\0')
627 if (*otrans == ',') {
628 otrans++;
631 current[i++] = *otrans++;
677 for (i = 0; *otrans != '\0';) {
678 if (*otrans == '\\') {
679 if (*(++otrans) == '\0')
684 if (*otrans == ',') {
685 otrans++;
688 next[i++] = *otrans++;