mnttype           463 source3/smbd/quotas.c 	char *mnttype = nfspath;
mnttype           475 source3/smbd/quotas.c 	len=strcspn(mnttype, ":");
mnttype           476 source3/smbd/quotas.c 	pathname=strstr(mnttype, ":");
mnttype           482 source3/smbd/quotas.c 	host = strncat(cutstr,mnttype, sizeof(char) * len );
mnttype           484 source3/smbd/quotas.c 	DEBUG(5,("nfs_quotas: of path \"%s\"\n", mnttype));
mnttype           485 source3/smbd/quotas.c 	testpath=strchr_m(mnttype, ':');
mnttype          1020 source3/smbd/quotas.c 	char *mnttype = nfspath;
mnttype          1032 source3/smbd/quotas.c 	len=strcspn(mnttype, ":");
mnttype          1033 source3/smbd/quotas.c 	pathname=strstr(mnttype, ":");
mnttype          1039 source3/smbd/quotas.c 	host = strncat(cutstr,mnttype, sizeof(char) * len );
mnttype          1041 source3/smbd/quotas.c 	DEBUG(5,("nfs_quotas: of path \"%s\"\n", mnttype));
mnttype          1042 source3/smbd/quotas.c 	testpath=strchr_m(mnttype, ':');