Home
last modified time | relevance | path

Searched refs:cooked (Results 1 – 25 of 30) sorted by relevance

12

/src/contrib/sendmail/contrib/
H A Dsmcontrol.pl167 my $cooked = "";
172 $cooked .= "Current number of children: $1";
175 $cooked .= " (maximum $2)";
177 $cooked .= "\n";
178 $cooked .= "QueueDir free disk space (in blocks): $3\n";
179 $cooked .= "Load average: $4\n";
189 $cooked .= "Child Process $1 Status: $2\n";
192 return ($daemonStatus, $cooked);
/src/bin/cat/
H A Dcat.c67 static void scanfiles(char *argv[], int cooked);
232 scanfiles(char *argv[], int cooked __unused) in scanfiles()
258 } else if (cooked) { in scanfiles()
/src/contrib/tcsh/nls/greek/
H A Dset368 66 Αποστολή χαρακτήρα στο τερματικό σε cooked mode
/src/usr.sbin/ppp/
H A Dphysical.h65 void (*cooked)(struct physical *); member
H A Dphysical.c333 if (p->handler && p->handler->cooked) in physical_Close()
334 (*p->handler->cooked)(p); in physical_Close()
/src/contrib/libpcap/
H A Dpcap-linux.c194 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member
1468 if (handlep->cooked) { in pcap_inject_linux()
2546 handlep->cooked = 0; in setup_socket()
2630 handlep->cooked = 1; in setup_socket()
2698 handlep->cooked = 1; in setup_socket()
2785 if (handlep->cooked) { in setup_socket()
3091 if (handlep->cooked) in create_ring()
4014 if (handlep->cooked) { in pcap_handle_packet_mmap()
4299 if (handlep->cooked) { in pcap_handle_packet_mmap()
5913 if (handlep->cooked) { in fix_program()
H A DCHANGES652 Add DLT_LINUX_SLL2 for cooked-mode captures
842 Fix Linux cooked mode userspace filtering (GitHub pull request #429)
880 On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.
959 Handle using cooked mode for DLT_NETLINK in activate_new().
1016 Fix addition of VLAN tags for Linux cooked captures
/src/contrib/tcsh/nls/russian/
H A Dset368 66 Send character to tty in cooked mode
/src/contrib/tcsh/nls/ukrainian/
H A Dset368 66 Send character to tty in cooked mode
/src/contrib/tcsh/nls/C/
H A Dset368 66 Send character to tty in cooked mode
/src/contrib/tcsh/nls/german/
H A Dset368 66 Sende Zeichen an Tty im "cooked mode"
/src/contrib/file/magic/Magdir/
H A Dsniffer120 >20 belong&0x03FFFFFF 113 (Linux cooked v1
260 >20 belong&0x03FFFFFF 276 (Linux cooked v2
/src/contrib/tcsh/nls/italian/
H A Dset368 66 Invia il carattere sul terminale in modalità `cooked'
/src/contrib/tcsh/nls/spanish/
H A Dset368 66 Envía el carácter a la terminal en modo `cooked'
/src/crypto/openssh/
H A DPROTOCOL.mux115 return its local tty to "cooked" mode.
/src/contrib/ntp/ntpq/
H A Dntpq.c219 static void cooked (struct parse *, FILE *);
310 { "cooked", cooked, { NO, NO, NO, NO },
2816 cooked( in cooked() function
H A Dntpq.texi142 @item @anchor{cooked} @code{cooked}
H A Dntpq-opts.def291 .It Ic cooked
292 Causes output from query commands to be "cooked", so that
H A Dinvoke-ntpq.texi166 @item @code{cooked}
167 Causes output from query commands to be "cooked", so that
/src/contrib/ncurses/doc/
H A Dncurses-intro.doc474 the terminal has echoing enabled and is in ordinary "cooked" mode, one
761 getstr() or one of its relatives to simulate cooked mode. The noraw()
762 and nocbreak() functions try to restore cooked mode, but they may end
794 time in screen mode, but occasionally returns to ordinary "cooked"
800 cooked mode; you can do your shell-out. When you want to return to
H A Dhackguide.doc376 (which simulates cooked-mode line editing in an ncurses window), the
/src/contrib/tcpdump/
H A DCHANGES1326 Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
/src/contrib/libedit/
H A DChangeLog1079 reset the tty to "sane" (cooked) mode if we did not start this
3662 * read.c: remove VEOF test. the tty is in cooked mode when we are
/src/contrib/tcsh/
H A DFixes1527 54. Added e_stuff_char() to put back a character in cooked mode in
/src/contrib/ncurses/
H A DNEWS5382 + modify internal recursion in wgetch() which handles cooked mode to
10032 be switched between cooked/raw modes because it is not a TTY (report
10507 + add a check in kgetch() for cooked characters in the fifo to avoid
14278 + correct an error in handling cooked mode in wgetch(); processing
14298 1. Separate cooked and raw keys in fifo
15696 + mods to wgetch() in cooked mode (report by Pete Seebach).

12