Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dzstdcli.c331 static int readSizeTFromCharChecked(const char** stringPtr, size_t* value) in readSizeTFromCharChecked() function
367 if (readSizeTFromCharChecked(stringPtr, &result)) { errorOut(errorMsg); } in readSizeTFromChar()