HomeSort by: relevance | last modified time | path
    Searched defs:eot (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/tcopy/
tcopy.c 205 fprintf(msg, "eot\n");
236 int eot, inmaxblk, inn, outmaxblk, outn; local in function:verify
241 for (eot = 0;; guesslen = 0) {
269 if (eot++) {
282 eot = 0;
  /src/bin/ed/
sub.c 127 char *eot; local in function:search_and_replace
144 eot = rbuf + len;
157 } while (txt != eot);
185 char *eot; local in function:substitute_matching_text
191 eot = txt + lp->len;
216 i = eot - txt;
main.c 1055 char *eot; local in function:append_lines
1077 eot = lp + l;
1090 } while (lp != eot);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_ddc.c 65 uint8_t eot;/* end of transmition '\x4' */ member in struct:dp_hdmi_dongle_signature_data
427 /* Check EOT */
428 if (dongle_signature->eot != DP_HDMI_DONGLE_SIGNATURE_EOT) {
  /src/sys/dev/ic/
mvsatareg.h 301 uint16_t eot; /* End Of Table */ member in struct:eprd

Completed in 13 milliseconds