str_len
str_len = RNDUP(str_len);
buf += str_len / sizeof (int32_t);
if ((5 + gid_len) * BYTES_PER_XDR_UNIT + str_len > auth_len) {
(long)gid_len, (long)str_len, auth_len);
size_t str_len, gid_len, i;
str_len = (size_t)IXDR_GET_U_INT32(buf);
if (str_len > MAX_MACHINE_NAME) {
memmove(aup->aup_machname, buf, str_len);
aup->aup_machname[str_len] = 0;
size_t str_len;
if ((str_len = strlen(string)) > (tok_len = strlen(tok))
&& strcasecmp(tok, string + str_len - tok_len) == 0)
const int str_len);
size_t str_len;
str_len = strlen(str);
words_buf = bmake_malloc(str_len + 1);
words_cap = str_len / 5 > 50 ? str_len / 5 : 50;
? str_len(ln)