Searched refs:sh_len (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Dsh.c788 size_t sh_len = 0; local
791 sh_len = strlen(tcp);
792 if ((sh_len >= 5 && strcmp(tcp + (sh_len - 5), "/tcsh") == 0) ||
793 (!tcsh && sh_len >= 4 && strcmp(tcp + (sh_len - 4), "/csh") == 0))
796 sh_len = 0;
798 if (sh_len == 0)
/freebsd-13-stable/contrib/file/src/
H A Dcdf.c988 sh.sh_len = CDF_TOLE4(shp->sh_len);
989 if (sh.sh_len > CDF_SHLEN_LIMIT) {
994 if (cdf_check_stream_offset(sst, h, shp, sh.sh_len, __LINE__) == -1)
998 DPRINTF(("section len: %u properties %u\n", sh.sh_len,
1008 e = CAST(const uint8_t *, cdf_offset(shp, sh.sh_len));
H A Dcdf.h160 uint32_t sh_len; member in struct:__anon731

Completed in 119 milliseconds