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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/clockstuff/
H A Dclktest.c110 * we run cooked.
293 char cooked[2049]; local
307 cp = cooked;
335 rpend-rp, cooked);
359 cooked);
368 (void)printf("Incomplete data: %s\n", cooked);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Djournal.c348 journal_pos_decode(journal_rawpos_t *raw, journal_pos_t *cooked) { argument
349 cooked->serial = decode_uint32(raw->serial);
350 cooked->offset = decode_uint32(raw->offset);
354 journal_pos_encode(journal_rawpos_t *raw, journal_pos_t *cooked) { argument
355 encode_uint32(cooked->serial, raw->serial);
356 encode_uint32(cooked->offset, raw->offset);
360 journal_header_decode(journal_rawheader_t *raw, journal_header_t *cooked) { argument
361 INSIST(sizeof(cooked->format) == sizeof(raw->h.format));
362 memcpy(cooked->format, raw->h.format, sizeof(cooked
371 journal_header_encode(journal_header_t *cooked, journal_rawheader_t *raw) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dload.c518 * input will be "cooked". The "cooking" is identical to the string
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dload.c498 * input will be "cooked". The "cooking" is identical to the string
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-int.h139 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member in struct:pcap_md
H A Dpcap-linux.c1307 * If this is a cooked device, leave extra room for a
1310 if (handle->md.cooked)
1317 * support cooked devices.
1456 * If this is a cooked device, fill in the fake packet header.
1458 if (handle->md.cooked) {
1632 if (handle->md.cooked) {
1636 * XXX - how do you send on a bound cooked-mode
1641 "Sending packets isn't supported in cooked mode",
2197 * and so that, if we're in cooked mode, all memory-reference
2354 * in cooked mod
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.def264 @item cooked
265 Causes output from query commands to be "cooked", so that
H A Dntpq.c280 static void cooked (struct parse *, FILE *);
345 { "cooked", cooked, { NO, NO, NO, NO },
347 "do cooked mode variable output" },
2610 * cooked - set cooked mode output
2614 cooked( function
2620 (void) fprintf(fp, "Output set to cooked\n");
3123 * Global data used by the cooked output routines
3130 * startoutput - get ready to do cooked outpu
[all...]
/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dmain.c210 opendisk(const char *path, int flags, char *buf, int buflen, int cooked) argument
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c77 #define opendisk(path, fl, buf, buflen, cooked) (-1)

Completed in 118 milliseconds