Searched refs:tmp_lp (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dvfs_recycle.c114 const char **tmp_lp; local
116 tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "exclude", NULL);
118 DEBUG(10, ("recycle: exclude = %s ...\n", tmp_lp?*tmp_lp:""));
120 return tmp_lp;
125 const char **tmp_lp; local
127 tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "exclude_dir", NULL);
129 DEBUG(10, ("recycle: exclude_dir = %s ...\n", tmp_lp?*tmp_lp:""));
131 return tmp_lp;
136 const char **tmp_lp; local
[all...]

Completed in 29 milliseconds