tofd             1179 src/system.c       int *tofd = NULL, *fromfd = NULL, *tmpfd = NULL;
tofd             1208 src/system.c           tofd   = SCM_NEW_ATOMIC2(int *, iollen * sizeof(int));
tofd             1218 src/system.c               tofd[i] = SCM_INT_VALUE(SCM_CAR(elt));
tofd             1228 src/system.c                   if (tofd[i] == 0 && !SCM_IPORTP(port))
tofd             1231 src/system.c                   if (tofd[i] == 1 && !SCM_OPORTP(port))
tofd             1234 src/system.c                   if (tofd[i] == 2 && !SCM_OPORTP(port))
tofd             1257 src/system.c               if (tofd[i] == fromfd[i]) continue;
tofd             1259 src/system.c                   if (tofd[i] == fromfd[j]) {
tofd             1260 src/system.c                       int tmp = dup(tofd[i]);
tofd             1265 src/system.c               if (dup2(fromfd[i], tofd[i]) < 0)
tofd             1270 src/system.c                   if (i == tofd[j]) break;