#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "aux_tools.h"
Functions | |
SSIZE_T | tsk_parse_offset (TSK_TCHAR *offset) |
Parse a string in the cnt@size or cnt format and return the byte offset. | |
int | tsk_parse_inum (const TSK_TCHAR *str, INUM_T *inum, uint32_t *type, uint16_t *id, int *id_used) |
Convert a string to an inode, type, and id pair. |
|
Convert a string to an inode, type, and id pair. This assumes the string is either: INUM, INUM-TYPE, or INUM-TYPE-ID
|
|
Parse a string in the cnt@size or cnt format and return the byte offset.
|