| /freebsd-14.2/contrib/unbound/sldns/ |
| H A D | wire2str.h | 128 size_t str_len); 150 size_t* str_len); 222 size_t* str_len); 373 size_t str_len); 389 size_t str_len); 407 size_t str_len); 540 size_t* str_len); 553 size_t* str_len); 566 size_t* str_len); 579 size_t* str_len); [all …]
|
| H A D | wire2str.c | 335 size_t str_len, uint16_t rrtype) in sldns_wire2str_rdata_buf() argument 1137 uint8_t i, str_len = *dp++; in sldns_wire2str_svcparam_alpn2str() local 1139 if (str_len > --data_len) in sldns_wire2str_svcparam_alpn2str() 1142 for (i = 0; i < str_len; i++) { in sldns_wire2str_svcparam_alpn2str() 1155 dp += str_len; in sldns_wire2str_svcparam_alpn2str() 1156 if ((data_len -= str_len)) in sldns_wire2str_svcparam_alpn2str() 2414 data, data_len, str, str_len); in sldns_wire2str_edns_scan() 2417 data, data_len, str, str_len); in sldns_wire2str_edns_scan() 2425 data, data_len, str, str_len); in sldns_wire2str_edns_scan() 2452 w += sldns_str_print(str, str_len, in sldns_wire2str_edns_scan() [all …]
|
| /freebsd-14.2/lib/libc/rpc/ |
| H A D | svc_auth_unix.c | 70 size_t str_len, gid_len; in _svcauth_unix() local 85 str_len = (size_t)IXDR_GET_U_INT32(buf); in _svcauth_unix() 86 if (str_len > MAX_MACHINE_NAME) { in _svcauth_unix() 90 memmove(aup->aup_machname, buf, str_len); in _svcauth_unix() 91 aup->aup_machname[str_len] = 0; in _svcauth_unix() 92 str_len = RNDUP(str_len); in _svcauth_unix() 93 buf += str_len / sizeof (int32_t); in _svcauth_unix() 109 if ((5 + gid_len) * BYTES_PER_XDR_UNIT + str_len > auth_len) { in _svcauth_unix() 111 (long)gid_len, (long)str_len, auth_len); in _svcauth_unix()
|
| /freebsd-14.2/sys/rpc/ |
| H A D | svc_auth_unix.c | 72 size_t str_len, gid_len; in _svcauth_unix() local 82 str_len = (size_t)IXDR_GET_UINT32(buf); in _svcauth_unix() 83 if (str_len > MAX_MACHINE_NAME) { in _svcauth_unix() 87 str_len = RNDUP(str_len); in _svcauth_unix() 88 buf += str_len / sizeof (int32_t); in _svcauth_unix() 111 if ((5 + gid_len) * BYTES_PER_XDR_UNIT + str_len > auth_len) { in _svcauth_unix() 113 (long)gid_len, (long)str_len, auth_len); in _svcauth_unix()
|
| /freebsd-14.2/contrib/wpa/src/wps/ |
| H A D | wps_dev_attr.c | 261 size_t str_len) in wps_process_manufacturer() argument 271 dev->manufacturer = dup_binstr(str, str_len); in wps_process_manufacturer() 280 size_t str_len) in wps_process_model_name() argument 287 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Name", str, str_len); in wps_process_model_name() 290 dev->model_name = dup_binstr(str, str_len); in wps_process_model_name() 299 size_t str_len) in wps_process_model_number() argument 309 dev->model_number = dup_binstr(str, str_len); in wps_process_model_number() 318 const u8 *str, size_t str_len) in wps_process_serial_number() argument 328 dev->serial_number = dup_binstr(str, str_len); in wps_process_serial_number() 337 size_t str_len) in wps_process_dev_name() argument [all …]
|
| /freebsd-14.2/sys/cam/ |
| H A D | cam.c | 207 while (*pattern != '\0' && str_len > 0) { in cam_strmatch() 216 str_len--; in cam_strmatch() 217 } while (str_len > 0); in cam_strmatch() 226 str_len--; in cam_strmatch() 252 str_len--; in cam_strmatch() 258 str_len--; in cam_strmatch() 272 while (str_len > 0 && *str == ' ') { in cam_strmatch() 274 str_len--; in cam_strmatch() 277 return (str_len); in cam_strmatch() 330 || (str_len <= 0)) in cam_error_string() [all …]
|
| H A D | cam.h | 392 int cam_strmatch(const uint8_t *str, const uint8_t *pattern, int str_len); 396 char * cam_error_string(union ccb *ccb, char *str, int str_len, 405 int str_len, cam_error_string_flags flags,
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | str.c | 119 size_t str_len; in Substring_Words() local 133 str_len = strlen(str); in Substring_Words() 134 words_buf = bmake_malloc(str_len + 1); in Substring_Words() 136 words_cap = str_len / 5 > 50 ? str_len / 5 : 50; in Substring_Words()
|
| /freebsd-14.2/contrib/ofed/infiniband-diags/src/ |
| H A D | dump_fts.c | 228 int dump_lid(char *str, int str_len, int lid, int valid, in dump_lid() argument 250 return snprintf(str, str_len, in dump_lid() 254 return snprintf(str, str_len, in dump_lid() 259 return snprintf(str, str_len, in dump_lid() 269 return snprintf(str, str_len, ": (illegal port)"); in dump_lid() 275 return snprintf(str, str_len, ": (node info not available fabric scan)"); in dump_lid() 294 rc = snprintf(str, str_len, ": (%s portguid %s: '%s')", in dump_lid()
|
| /freebsd-14.2/crypto/heimdal/appl/rsh/ |
| H A D | login_access.c | 232 int str_len; in from_match() local 248 if ((str_len = strlen(string)) > (tok_len = strlen(tok)) in from_match() 249 && strcasecmp(tok, string + str_len - tok_len) == 0) in from_match()
|
| /freebsd-14.2/crypto/heimdal/appl/login/ |
| H A D | login_access.c | 232 int str_len; in from_match() local 248 if ((str_len = strlen(string)) > (tok_len = strlen(tok)) in from_match() 249 && strcasecmp(tok, string + str_len - tok_len) == 0) in from_match()
|
| /freebsd-14.2/contrib/libucl/src/ |
| H A D | ucl_parser.c | 1676 ssize_t str_len; in ucl_parse_value() local 1709 str_len = chunk->pos - c - 2; in ucl_parse_value() 1718 obj->len = str_len; in ucl_parse_value() 1735 str_len = chunk->pos - c - 2; in ucl_parse_value() 1746 obj->len = str_len; in ucl_parse_value() 1833 &obj->value.sv, str_len - 1, false, in ucl_parse_value() 1837 obj->len = str_len; in ucl_parse_value() 1877 str_len = chunk->pos - c - stripped_spaces; in ucl_parse_value() 1878 if (str_len <= 0) { in ucl_parse_value() 1901 &obj->value.sv, str_len, need_unescape, in ucl_parse_value() [all …]
|
| /freebsd-14.2/lib/libpam/modules/pam_login_access/ |
| H A D | login_access.c | 249 int str_len; in from_match() local 265 if ((str_len = strlen(string)) > (tok_len = strlen(tok)) in from_match() 266 && strcasecmp(tok, string + str_len - tok_len) == 0) in from_match()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_scsi_all.c | 152 int str_len) in ctl_scsi_sense_string() argument 156 sbuf_new(&sb, str, str_len, 0); in ctl_scsi_sense_string()
|
| H A D | ctl_util.h | 108 char *ctl_io_string(union ctl_io *io, char *str, int str_len); 111 int str_len);
|
| H A D | ctl_scsi_all.h | 49 int str_len);
|
| /freebsd-14.2/tools/build/cross-build/include/linux/ |
| H A D | string.h | 55 char *strnstr(const char *str, const char *find, size_t str_len);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_printf.cpp | 342 uptr str_len = internal_strlen(str); in Append() local 343 buffer_.resize(prev_len + str_len + 1); in Append() 344 internal_memcpy(buffer_.data() + prev_len, str, str_len + 1); in Append()
|
| /freebsd-14.2/crypto/heimdal/lib/kafs/ |
| H A D | afssys.c | 140 size_t str_len = strlen (str); in map_syscall_name_to_number() local 149 if (strncmp (str, buf, str_len) == 0) { in map_syscall_name_to_number() 150 char *begptr = buf + str_len; in map_syscall_name_to_number()
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/c_api/ |
| H A D | ocsd_c_api_types.h | 95 … void (* FnDefLoggerPrintStrCB)(const void *p_context, const char *psz_msg_str, const int str_len);
|
| /freebsd-14.2/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | strtab.h | 42 size_t str_len; /* length in bytes of this string */ member
|
| H A D | strtab.c | 184 hp->str_len = len; in strtab_insert() 244 for (len = hp->str_len; len != 0; len -= n) { in strtab_print()
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | enc.c | 440 size_t str_len = strlen(str); in enc_main() local 500 if (!PKCS5_PBKDF2_HMAC(str, str_len, sptr, islen, in enc_main() 513 (unsigned char *)str, str_len, in enc_main() 526 OPENSSL_cleanse(str, str_len); in enc_main()
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_strtab.h | 42 size_t str_len; /* length in bytes of this string */ member
|
| /freebsd-14.2/contrib/xz/src/liblzma/common/ |
| H A D | string_conversion.c | 558 const size_t str_len = (size_t)(str_end - *str); in parse_options() local 559 const char *name_eq_value_end = memchr(*str, ',', str_len); in parse_options() 877 const size_t str_len = strlen(*str); in str_to_filters() local 878 const char *str_end = memchr(*str, ' ', str_len); in str_to_filters() 887 str_end = *str + str_len; in str_to_filters()
|