| /src/sbin/fsck/ |
| fsutil.c | 188 const char *newname, *raw, *cooked; local 231 cooked = getdiskcookedname(cbuf, sizeof(cbuf), newname); 232 if (cooked == NULL) { 233 perr("Can't convert to cooked `%s'", newname); 236 newname = cooked;
|
| /src/external/bsd/libpcap/dist/ |
| pcap-linux.c | 198 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member in struct:pcap_linux 1336 if (handlep->cooked) { 1338 * We don't support sending on cooked-mode sockets. 1340 * XXX - how do you send on a bound cooked-mode 1345 "Sending packets isn't supported in cooked mode", 1869 * in cooked mode; otherwise, we can't use cooked mode, so we have 1915 * as we fall back on cooked mode there, and we use 2042 * in cooked mode. That's what we'll do, if we can. 2085 * in cooked mode, if we can; otherwise, we just trea [all...] |
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq.c | 137 * default "cooked" to provide more human-friendly output. 221 static void cooked (struct parse *, FILE *); 312 { "cooked", cooked, { NO, NO, NO, NO }, 314 "do cooked mode variable output" }, 2814 * cooked - set cooked mode output 2818 cooked( function 2824 (void) fprintf(fp, "Output set to cooked\n"); 3477 * Global data used by the cooked output routine [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rbtdb.c | 7652 size_t cooked = dns_rbt_serialize_align(size); local 7654 (p - (unsigned char *)base) + cooked) 7658 header->next = (rdatasetheader_t *)(p + cooked); 7884 size_t cooked, size; local 7933 cooked = dns_rbt_serialize_align(size); 7935 newheader.next = (rdatasetheader_t *)(off + cooked); 7958 if (size != (size_t)cooked) { 7960 CHECK(isc_stdio_write(pad, cooked - size, 1, rbtfile,
|