Searched refs:sh_len (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.c | 788 size_t sh_len = 0; in main() local 791 sh_len = strlen(tcp); in main() 792 if ((sh_len >= 5 && strcmp(tcp + (sh_len - 5), "/tcsh") == 0) || in main() 793 (!tcsh && sh_len >= 4 && strcmp(tcp + (sh_len - 4), "/csh") == 0)) in main() 796 sh_len = 0; in main() 798 if (sh_len == 0) in main()
|
/freebsd/contrib/file/src/ |
H A D | cdf.c | 1008 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info() 1009 if (sh.sh_len > CDF_SHLEN_LIMIT) { in cdf_read_property_info() 1014 if (cdf_check_stream_offset(sst, h, shp, sh.sh_len, __LINE__) == -1) in cdf_read_property_info() 1018 DPRINTF(("section len: %u properties %u\n", sh.sh_len, in cdf_read_property_info() 1028 e = CAST(const uint8_t *, cdf_offset(shp, sh.sh_len)); in cdf_read_property_info()
|
H A D | cdf.h | 160 uint32_t sh_len; member
|