Searched refs:cservice (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/home/ ! |
D | homework-cifs.c | 22 …_cleanup_free_ char *chost = NULL, *cservice = NULL, *cdir = NULL, *chost_and_service = NULL, *j =… in home_setup_cifs() local 42 r = parse_cifs_service(h->cifs_service, &chost, &cservice, &cdir); in home_setup_cifs() 47 chost_and_service = strjoin("//", chost, "/", cservice); in home_setup_cifs()
|