Searched refs:lflag (Results 1 - 4 of 4) sorted by relevance

/external/netcat/
H A Dnetcat.c76 int lflag; /* Bind to local port */ variable
189 lflag = 1;
297 if (!lflag)
307 if (lflag && sflag)
309 if (lflag && pflag)
311 if (lflag && zflag)
313 if (!lflag && kflag)
317 if ((family == AF_UNIX) && uflag && !lflag) {
344 if (lflag)
369 if (lflag) {
[all...]
/external/mksh/src/
H A Dhistrap.c92 bool gflag = false, lflag = false, nflag = false, rflag = false, local
127 lflag = true;
167 if (editor || lflag || nflag || rflag) {
229 if (editor && (lflag || nflag)) {
243 hfirst = lflag ? hist_get("-16", true, true) :
255 hfirst = hist_get(first, tobool(lflag || last), lflag);
258 hlast = last ? hist_get(last, true, lflag) :
259 (lflag ? hist_get_newest(false) : hfirst);
272 if (lflag) {
[all...]
H A Dfuncs.c1314 bool lflag = false; local
1331 lflag = true;
1345 if ((lflag && t) || (!wp[i] && !lflag)) {
1355 if (lflag) {
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialposix.py323 iflag, oflag, cflag, lflag, ispeed, ospeed, cc = orig_attr
328 lflag &= ~(TERMIOS.ICANON|TERMIOS.ECHO|TERMIOS.ECHOE|TERMIOS.ECHOK|TERMIOS.ECHONL|
332 lflag &= ~getattr(TERMIOS, flag)
426 if [iflag, oflag, cflag, lflag, ispeed, ospeed, cc] != orig_attr:
427 termios.tcsetattr(self.fd, TERMIOS.TCSANOW, [iflag, oflag, cflag, lflag, ispeed, ospeed, cc])

Completed in 637 milliseconds