next_keyword      381 source3/client/mount.cifs.c 	char * next_keyword = NULL;
next_keyword      412 source3/client/mount.cifs.c 		next_keyword = strchr(data,','); /* BB handle sep= */
next_keyword      415 source3/client/mount.cifs.c 		if(next_keyword)
next_keyword      416 source3/client/mount.cifs.c 			*next_keyword++ = 0;
next_keyword      722 source3/client/mount.cifs.c 		data = next_keyword;