Searched refs:len_str (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/mkholes/
H A Dmkholes.c86 char *off_str, *len_str; local
92 len_str = strtok(NULL, ":");
94 if (off_str == NULL || len_str == NULL)
98 len = strtoull(len_str, NULL, 0);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_forms.c654 char *len_str = 0; local
734 len_str = (char *) encode_buffer;
771 memcpy(block_dest_ptr, len_str, len_size);

Completed in 73 milliseconds