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

/sssd/src/providers/ad/
H A Dad_gpo_child.c209 char *smb_path_with_suffix = NULL; local
213 smb_path_with_suffix = talloc_strdup(mem_ctx, input_smb_path_with_suffix);
214 if (smb_path_with_suffix == NULL) {
218 DEBUG(SSSDBG_TRACE_ALL, "smb_path_with_suffix: %s\n", smb_path_with_suffix);
225 ptr = smb_path_with_suffix + 1;
231 ptr = smb_path_with_suffix + 1;
289 char *smb_path_with_suffix = NULL; local
298 smb_path_with_suffix =
300 if (smb_path_with_suffix
[all...]

Completed in 9 milliseconds