Home
last modified time | relevance | path

Searched refs:str_to_offset_with_end (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mtools/
H A Dmisc.c209 off_t str_to_offset_with_end(const char *str, char **endp) { in str_to_offset_with_end() function
258 off_t ofs = str_to_offset_with_end(str, &end); in str_to_offset()
H A Dmtools.h185 off_t str_to_offset_with_end(const char *str, char **endp);