Searched defs:strmtype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c1065 static char *strmtype[] = { local
1083 for (i = 0; i < sizeof (strmtype) / sizeof (strmtype[0]); ++i) {
1084 if (strcasecmp(pn->pn_stype, strmtype[i]) == 0)

Completed in 68 milliseconds