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

  /src/usr.sbin/fstyp/
exfat.c 80 /* InUse=0, ..., TypeCode=0: EOD. */
295 bool eod = false; local in function:exfat_find_label
303 eod = true;
314 if (eod)
  /src/usr.bin/midiplay/
midiplay.c 431 u_char *eod; local in function:playdata
460 eod = buf + 4 + GET32_LE(buf);
461 if (eod >= end) {
466 end = eod;

Completed in 12 milliseconds