/src/lib/libc/rpc/ |
svc_auth_unix.c | 79 size_t str_len, gid_len, i; local in function:_svcauth_unix 93 str_len = (size_t)IXDR_GET_U_INT32(buf); 94 if (str_len > MAX_MACHINE_NAME) { 98 memmove(aup->aup_machname, buf, str_len); 99 aup->aup_machname[str_len] = 0; 100 str_len = RNDUP(str_len); 101 buf += str_len / sizeof (int32_t); 118 if ((5 + gid_len) * BYTES_PER_XDR_UNIT + str_len > auth_len) { 120 (long)gid_len, (long)str_len, auth_len) [all...] |
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
osunixdir.c | 248 int str_len; local in function:AcpiOsGetNextFilename 262 str_len = strlen (dir_entry->d_name) + 265 temp_str = calloc (str_len, 1);
|
/src/lib/libpam/modules/pam_login_access/ |
login_access.c | 208 size_t str_len; local in function:from_match 224 if ((str_len = strlen(string)) > (tok_len = strlen(tok)) 225 && strcasecmp(tok, string + str_len - tok_len) == 0)
|
/src/usr.bin/make/ |
str.c | 123 size_t str_len; local in function:Substring_Words 137 str_len = strlen(str); 138 words_buf = bmake_malloc(str_len + 1); 140 words_cap = str_len / 5 > 50 ? str_len / 5 : 50;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_debugfs.c | 91 uint8_t str_len = 0; local in function:dp_link_settings_read 103 str_len = strlen("Current: %d %d %d "); 104 snprintf(rd_buf_ptr, str_len, "Current: %d %d %d ", 108 rd_buf_ptr += str_len; 110 str_len = strlen("Verified: %d %d %d "); 111 snprintf(rd_buf_ptr, str_len, "Verified: %d %d %d ", 115 rd_buf_ptr += str_len; 117 str_len = strlen("Reported: %d %d %d "); 118 snprintf(rd_buf_ptr, str_len, "Reported: %d %d %d ", 122 rd_buf_ptr += str_len; [all...] |
/src/usr.bin/xlint/lint1/ |
tree.c | 627 str_len(const tnode_t *tn) function in typeref:typename:size_t 1456 ? str_len(ln)
|