Home
last modified time | relevance | path

Searched refs:looks_extended (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/storage/mime/
H A DTextSnifferAddon.cpp138 static int looks_extended(const unsigned char *, size_t, my_unichar *, size_t *);
204 } else if (looks_extended(buf, nbytes, ubuf, &ulen)) { in file_ascmagic()
508 looks_extended(const unsigned char *buf, size_t nbytes, my_unichar *ubuf, in looks_extended() function