Home
last modified time | relevance | path

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

12

/freebsd/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);
/freebsd/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()
/freebsd/contrib/tcsh/nls/greek/
H A Dset368 66 Αποστολή χαρακτήρα στο τερματικό σε cooked mode
/freebsd/contrib/libpcap/
H A Dpcap-linux.c193 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member
1281 if (handlep->cooked) { in pcap_inject_linux()
2373 handlep->cooked = 0; in setup_socket()
2452 handlep->cooked = 1; in setup_socket()
2525 handlep->cooked = 1; in setup_socket()
2605 if (handlep->cooked) { in setup_socket()
2912 if (handlep->cooked) in create_ring()
3845 if (handlep->cooked) { in pcap_handle_packet_mmap()
4013 if (handlep->cooked) { in pcap_handle_packet_mmap()
5307 if (handlep->cooked) { in fix_program()
H A DCHANGES380 Add DLT_LINUX_SLL2 for cooked-mode captures
570 Fix Linux cooked mode userspace filtering (GitHub pull request #429)
608 On Linux, handle all CAN captures with pcap-linux.c, in cooked mode.
687 Handle using cooked mode for DLT_NETLINK in activate_new().
744 Fix addition of VLAN tags for Linux cooked captures
/freebsd/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()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dgateworks-gsc.yaml67 Properties for a single ADC which can report cooked values
/freebsd/contrib/tcsh/nls/russian/
H A Dset368 66 Send character to tty in cooked mode
/freebsd/contrib/tcsh/nls/C/
H A Dset368 66 Send character to tty in cooked mode
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset368 66 Send character to tty in cooked mode
/freebsd/contrib/tcsh/nls/german/
H A Dset368 66 Sende Zeichen an Tty im "cooked mode"
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer120 >20 belong&0x03FFFFFF 113 (Linux cooked v1
260 >20 belong&0x03FFFFFF 276 (Linux cooked v2
/freebsd/contrib/tcsh/nls/italian/
H A Dset368 66 Invia il carattere sul terminale in modalità `cooked'
/freebsd/contrib/tcsh/nls/spanish/
H A Dset368 66 Envía el carácter a la terminal en modo `cooked'
/freebsd/crypto/openssh/
H A DPROTOCOL.mux115 return its local tty to "cooked" mode.
/freebsd/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
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc473 the terminal has echoing enabled and is in ordinary "cooked" mode, one
760 getstr() or one of its relatives to simulate cooked mode. The noraw()
761 and nocbreak() functions try to restore cooked mode, but they may end
793 time in screen mode, but occasionally returns to ordinary "cooked"
799 cooked mode; you can do your shell-out. When you want to return to
H A Dhackguide.doc374 (which simulates cooked-mode line editing in an ncurses window), the
/freebsd/contrib/tcpdump/
H A DCHANGES1127 Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
/freebsd/contrib/tcsh/
H A DFixes1527 54. Added e_stuff_char() to put back a character in cooked mode in
/freebsd/contrib/ncurses/
H A DNEWS3648 + modify internal recursion in wgetch() which handles cooked mode to
8298 be switched between cooked/raw modes because it is not a TTY (report
8773 + add a check in kgetch() for cooked characters in the fifo to avoid
12544 + correct an error in handling cooked mode in wgetch(); processing
12564 1. Separate cooked and raw keys in fifo
13962 + mods to wgetch() in cooked mode (report by Pete Seebach).

12