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

/sssd/src/providers/ad/
H A Dad_gpo.c3290 * _smb_path = "/foo.com/..."
3302 const char **_smb_path)
3317 _smb_path == NULL) {
3367 *_smb_path = talloc_asprintf(mem_ctx, "/%s", smb_path);
3368 if (*_smb_path == NULL) {
3297 ad_gpo_extract_smb_components(TALLOC_CTX *mem_ctx, char *server_hostname, char *input_path, const char **_smb_server, const char **_smb_share, const char **_smb_path) argument

Completed in 22 milliseconds