Searched refs:maxwords (Results 1 – 2 of 2) sorted by relevance
486 const u_char *maxwords; in print_lockingandx() local502 maxwords = SMBMIN(words + 1 + wct * 2, maxbuf); in print_lockingandx()504 smb_fdata(words + 1, f1, maxwords, unicodestr); in print_lockingandx()801 const u_char *words, *maxwords, *data; in print_smb() local850 maxwords = SMBMIN(data, maxbuf); in print_smb()870 for (i = 0; &words[1 + 2 * i] < maxwords; i++) { in print_smb()
3058 uint64_t maxwords = data->d_size / sizeof (Elf64_Xword); in handle_sysv_hash64() local3059 if (maxwords < 2 in handle_sysv_hash64()3060 || maxwords - 2 < nbucket in handle_sysv_hash64()3061 || maxwords - 2 - nbucket < nchain) in handle_sysv_hash64()