MOUNT_PASSWD_SIZE 253 source3/client/mount.cifs.c for(length = 0;length<MOUNT_PASSWD_SIZE+1;length++) { MOUNT_PASSWD_SIZE 260 source3/client/mount.cifs.c if(length > MOUNT_PASSWD_SIZE) { MOUNT_PASSWD_SIZE 266 source3/client/mount.cifs.c mountpassword = (char *)calloc(MOUNT_PASSWD_SIZE+1,1); MOUNT_PASSWD_SIZE 268 source3/client/mount.cifs.c memset(mountpassword,0,MOUNT_PASSWD_SIZE); MOUNT_PASSWD_SIZE 270 source3/client/mount.cifs.c strlcpy(mountpassword,temp_val,MOUNT_PASSWD_SIZE+1); MOUNT_PASSWD_SIZE 318 source3/client/mount.cifs.c mountpassword = (char *)calloc(MOUNT_PASSWD_SIZE+1,1); MOUNT_PASSWD_SIZE 320 source3/client/mount.cifs.c memset(mountpassword, 0, MOUNT_PASSWD_SIZE); MOUNT_PASSWD_SIZE 343 source3/client/mount.cifs.c for(i=0;i<MOUNT_PASSWD_SIZE;i++) { MOUNT_PASSWD_SIZE 364 source3/client/mount.cifs.c if((i == MOUNT_PASSWD_SIZE) && (verboseflag)) { MOUNT_PASSWD_SIZE 366 source3/client/mount.cifs.c MOUNT_PASSWD_SIZE); MOUNT_PASSWD_SIZE 451 source3/client/mount.cifs.c mountpassword = (char *)calloc(MOUNT_PASSWD_SIZE+1,1); MOUNT_PASSWD_SIZE 457 source3/client/mount.cifs.c strlcpy(mountpassword, percent_char,MOUNT_PASSWD_SIZE+1); MOUNT_PASSWD_SIZE 484 source3/client/mount.cifs.c } else if (strnlen(value, MOUNT_PASSWD_SIZE) < MOUNT_PASSWD_SIZE) { MOUNT_PASSWD_SIZE 488 source3/client/mount.cifs.c mountpassword = strndup(value, MOUNT_PASSWD_SIZE); MOUNT_PASSWD_SIZE 787 source3/client/mount.cifs.c if(number_of_commas > MOUNT_PASSWD_SIZE) { MOUNT_PASSWD_SIZE 1273 source3/client/mount.cifs.c mountpassword = (char *)calloc(MOUNT_PASSWD_SIZE+1,1); MOUNT_PASSWD_SIZE 1276 source3/client/mount.cifs.c strlcpy(mountpassword,optarg,MOUNT_PASSWD_SIZE+1); MOUNT_PASSWD_SIZE 1301 source3/client/mount.cifs.c mountpassword = (char *)calloc(MOUNT_PASSWD_SIZE+1,1); MOUNT_PASSWD_SIZE 1303 source3/client/mount.cifs.c strlcpy(mountpassword,getenv("PASSWD"),MOUNT_PASSWD_SIZE+1); MOUNT_PASSWD_SIZE 1377 source3/client/mount.cifs.c mountpassword = (char *)calloc(MOUNT_PASSWD_SIZE+1,1); MOUNT_PASSWD_SIZE 1382 source3/client/mount.cifs.c strlcpy(mountpassword, tmp_pass, MOUNT_PASSWD_SIZE+1);