Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_util.c102 isofncmp(u_char *fn, int fnlen, u_char *isofn, int isolen, int joliet_level, in isofncmp() function
H A Diso.h271 int isofncmp(u_char *, int, u_char *, int, int, int, void *, void *);
H A Dcd9660_lookup.c233 } else if (!(res = isofncmp(name, len, in cd9660_lookup()