MAX_UNC_LEN 905 source3/client/mount.cifs.c int length = strnlen(unc_name, MAX_UNC_LEN); MAX_UNC_LEN 910 source3/client/mount.cifs.c if(length > (MAX_UNC_LEN - 1)) { MAX_UNC_LEN 1131 source3/client/mount.cifs.c share_name = strndup(argv[1], MAX_UNC_LEN);