prefixpath 99 source3/client/mount.cifs.c char * prefixpath = NULL;
prefixpath 968 source3/client/mount.cifs.c if ((prefixpath = strpbrk(share, "/\\"))) {
prefixpath 969 source3/client/mount.cifs.c *prefixpath = 0; /* permanently terminate the string */
prefixpath 970 source3/client/mount.cifs.c if (!strlen(++prefixpath))
prefixpath 971 source3/client/mount.cifs.c prefixpath = NULL; /* this needs to be done explicitly */
prefixpath 1442 source3/client/mount.cifs.c if(prefixpath) {
prefixpath 1444 source3/client/mount.cifs.c strlcat(options,prefixpath,options_size); /* no need to cat the / */
prefixpath 1518 source3/client/mount.cifs.c uppercase_string(prefixpath)) {