HomeSort by relevance Sort by last modified time
    Searched refs:magic_len (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/libutil/
crypt-md5.c 58 const int magic_len = sizeof magic - 1; local
65 if (!strncmp(sp, magic, magic_len))
66 sp += magic_len;
78 MD5Update(&ctx, magic, magic_len);
105 memcpy(p, magic, magic_len);
106 p += magic_len;
  /external/toybox/toys/other/
blkid.c 33 int magic_len, magic_offset, uuid_off, label_len, label_off; member in struct:fstype
87 for (j = 0; j < fstypes[i].magic_len; j++)

Completed in 132 milliseconds