Searched refs:cooked (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/sample/
H A Dcbreak.rb12 def cooked () method
34 cooked();
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dctrlunix.tcl39 proc ::term::ansi::ctrl::unix::cooked {} {
75 namespace export columns rows raw cooked
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dimenu31 term::ansi::ctrl::unix::cooked
H A Dipager26 term::ansi::ctrl::unix::cooked
H A Dmenu234 term::ansi::ctrl::unix::cooked
73 #term::ansi::ctrl::unix::cooked
76 term::ansi::ctrl::unix::cooked
/macosx-10.10.1/text_cmds-88/cat/
H A Dcat.c72 static void scanfiles(char *argv[], int cooked);
134 scanfiles(char *argv[], int cooked) argument
157 } else if (cooked) {
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_tty.c382 int cooked = FALSE; local
422 streq(*argv,"-cooked")) {
428 streq(*argv,"cooked")) {
429 cooked = TRUE;
482 if (cooked) {
483 /* find out user's new defn of 'cooked' */
589 int cooked = FALSE; local
607 streq(argv[i],"-cooked")) {
610 streq(argv[i],"cooked")) {
611 cooked
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Djournal.c338 journal_pos_decode(journal_rawpos_t *raw, journal_pos_t *cooked) { argument
339 cooked->serial = decode_uint32(raw->serial);
340 cooked->offset = decode_uint32(raw->offset);
344 journal_pos_encode(journal_rawpos_t *raw, journal_pos_t *cooked) { argument
345 encode_uint32(cooked->serial, raw->serial);
346 encode_uint32(cooked->offset, raw->offset);
350 journal_header_decode(journal_rawheader_t *raw, journal_header_t *cooked) { argument
351 INSIST(sizeof(cooked->format) == sizeof(raw->h.format));
352 memcpy(cooked->format, raw->h.format, sizeof(cooked
359 journal_header_encode(journal_header_t *cooked, journal_rawheader_t *raw) argument
[all...]
/macosx-10.10.1/ntp-92/libopts/
H A Dload.c516 * input will be "cooked". The "cooking" is identical to the string
/macosx-10.10.1/ntp-92/sntp/libopts/
H A Dload.c516 * input will be "cooked". The "cooking" is identical to the string
/macosx-10.10.1/ruby-106/ruby/test/io/console/
H A Dtest_io_console.rb77 s.cooked {
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-linux.c297 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member in struct:pcap_linux
1483 * If this is a cooked device, leave extra room for a
1486 if (handlep->cooked)
1493 * support cooked devices.
1611 * If this is a cooked device, fill in the fake packet header.
1613 if (handlep->cooked) {
1810 if (handlep->cooked) {
1814 * XXX - how do you send on a bound cooked-mode
1819 "Sending packets isn't supported in cooked mode",
2419 * and so that, if we're in cooked mod
[all...]
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq.c289 static void cooked (struct parse *, FILE *);
357 { "cooked", cooked, { NO, NO, NO, NO },
359 "do cooked mode variable output" },
2551 * cooked - set cooked mode output
2555 cooked( function
2561 (void) fprintf(fp, "Output set to cooked\n");
2997 * Global data used by the cooked output routines
3004 * startoutput - get ready to do cooked outpu
[all...]
H A Dntpq-opts.def264 @item cooked
265 Causes output from query commands to be "cooked", so that

Completed in 119 milliseconds