Searched refs:iwant (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/uucp-11/uucp/unix/
H A Dserial.c1409 int iwant;
1413 iwant = qs->iflags &~ (O_NDELAY | O_NONBLOCK);
1415 iwant = qs->iflags | iSunblock;
1417 if (iwant == qs->iflags)
1420 isys = fcntl (qs->o, F_SETFL, iwant);
1427 iwant = qs->iflags | O_NONBLOCK;
1428 isys = fcntl (qs->o, F_SETFL, iwant);
1438 qs->iflags = iwant;
1443 iwant = qs->iwr_flags &~ (O_NDELAY | O_NONBLOCK);
1445 iwant
1398 int iwant; local
[all...]
/macosx-10.10/uucp-11/uucp/
H A Duucico.c2299 int iwant;
2372 iwant = (int) strtol (optarg, (char **) NULL, 10);
2374 if (iwant <= 9)
2375 iwant = (1 << iwant) - 1;
2377 iwant &= idebug_parse (qsys->uuconf_zmax_remote_debug);
2379 iwant &= DEBUG_ABNORMAL | DEBUG_CHAT | DEBUG_HANDSHAKE;
2380 if ((iDebug | iwant) != iDebug)
2382 iDebug |= iwant;
2296 int iwant; local

Completed in 236 milliseconds