Home
last modified time | relevance | path

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

/netbsd/external/bsd/file/dist/src/
H A Dcdf.c1014 sh.sh_len = CDF_TOLE4(shp->sh_len); in cdf_read_property_info()
1015 if (sh.sh_len > CDF_SHLEN_LIMIT) { in cdf_read_property_info()
1020 if (cdf_check_stream_offset(sst, h, shp, sh.sh_len, __LINE__) == -1) in cdf_read_property_info()
1024 DPRINTF(("section len: %u properties %u\n", sh.sh_len, in cdf_read_property_info()
1034 e = CAST(const uint8_t *, cdf_offset(shp, sh.sh_len)); in cdf_read_property_info()
H A Dcdf.h162 uint32_t sh_len; member
/netbsd/external/gpl2/gmake/dist/
H A Djob.c2872 size_t sh_len = strlen (shell); in construct_command_argv_internal() local
2878 new_argv[0] = (char *) malloc (sh_len + line_len + 5); in construct_command_argv_internal()
2879 memcpy (new_argv[0], shell, sh_len + 1); in construct_command_argv_internal()
2880 new_argv[1] = new_argv[0] + sh_len + 1; in construct_command_argv_internal()