needslash 836 source3/smbd/dir.c bool needslash;
needslash 840 source3/smbd/dir.c needslash = ( conn->dirpath[strlen(conn->dirpath) -1] != '/');
needslash 880 source3/smbd/dir.c if (needslash) {
needslash 1258 source3/smbd/trans2.c bool needslash = ( conn->dirpath[strlen(conn->dirpath) -1] != '/');
needslash 1360 source3/smbd/trans2.c if (needslash) {