tmp_lp            124 source3/modules/vfs_recycle.c 	const char **tmp_lp;
tmp_lp            126 source3/modules/vfs_recycle.c 	tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "exclude", NULL);
tmp_lp            128 source3/modules/vfs_recycle.c 	DEBUG(10, ("recycle: exclude = %s ...\n", tmp_lp?*tmp_lp:""));
tmp_lp            130 source3/modules/vfs_recycle.c 	return tmp_lp;
tmp_lp            135 source3/modules/vfs_recycle.c 	const char **tmp_lp;
tmp_lp            137 source3/modules/vfs_recycle.c 	tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "exclude_dir", NULL);
tmp_lp            139 source3/modules/vfs_recycle.c 	DEBUG(10, ("recycle: exclude_dir = %s ...\n", tmp_lp?*tmp_lp:""));
tmp_lp            141 source3/modules/vfs_recycle.c 	return tmp_lp;
tmp_lp            146 source3/modules/vfs_recycle.c 	const char **tmp_lp;
tmp_lp            148 source3/modules/vfs_recycle.c 	tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "noversions", NULL);
tmp_lp            150 source3/modules/vfs_recycle.c 	DEBUG(10, ("recycle: noversions = %s\n", tmp_lp?*tmp_lp:""));
tmp_lp            152 source3/modules/vfs_recycle.c 	return tmp_lp;