| /src/contrib/sendmail/contrib/ |
| H A D | smcontrol.pl | 167 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 D | cat.c | 67 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 D | set3 | 68 66 Αποστολή χαρακτήρα στο τερματικό σε cooked mode
|
| /src/usr.sbin/ppp/ |
| H A D | physical.h | 65 void (*cooked)(struct physical *); member
|
| H A D | physical.c | 333 if (p->handler && p->handler->cooked) in physical_Close() 334 (*p->handler->cooked)(p); in physical_Close()
|
| /src/contrib/libpcap/ |
| H A D | pcap-linux.c | 194 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 D | CHANGES | 652 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 D | set3 | 68 66 Send character to tty in cooked mode
|
| /src/contrib/tcsh/nls/ukrainian/ |
| H A D | set3 | 68 66 Send character to tty in cooked mode
|
| /src/contrib/tcsh/nls/C/ |
| H A D | set3 | 68 66 Send character to tty in cooked mode
|
| /src/contrib/tcsh/nls/german/ |
| H A D | set3 | 68 66 Sende Zeichen an Tty im "cooked mode"
|
| /src/contrib/file/magic/Magdir/ |
| H A D | sniffer | 120 >20 belong&0x03FFFFFF 113 (Linux cooked v1 260 >20 belong&0x03FFFFFF 276 (Linux cooked v2
|
| /src/contrib/tcsh/nls/italian/ |
| H A D | set3 | 68 66 Invia il carattere sul terminale in modalità `cooked'
|
| /src/contrib/tcsh/nls/spanish/ |
| H A D | set3 | 68 66 Envía el carácter a la terminal en modo `cooked'
|
| /src/crypto/openssh/ |
| H A D | PROTOCOL.mux | 115 return its local tty to "cooked" mode.
|
| /src/contrib/ntp/ntpq/ |
| H A D | ntpq.c | 219 static void cooked (struct parse *, FILE *); 310 { "cooked", cooked, { NO, NO, NO, NO }, 2816 cooked( in cooked() function
|
| H A D | ntpq.texi | 142 @item @anchor{cooked} @code{cooked}
|
| H A D | ntpq-opts.def | 291 .It Ic cooked 292 Causes output from query commands to be "cooked", so that
|
| H A D | invoke-ntpq.texi | 166 @item @code{cooked} 167 Causes output from query commands to be "cooked", so that
|
| /src/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 474 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 D | hackguide.doc | 376 (which simulates cooked-mode line editing in an ncurses window), the
|
| /src/contrib/tcpdump/ |
| H A D | CHANGES | 1326 Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
|
| /src/contrib/libedit/ |
| H A D | ChangeLog | 1079 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 D | Fixes | 1527 54. Added e_stuff_char() to put back a character in cooked mode in
|
| /src/contrib/ncurses/ |
| H A D | NEWS | 5382 + 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).
|