Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dzstdcli.c378 size_t const comSize = strlen(longCommand); in longCommandWArg() local
379 int const result = !strncmp(*stringPtr, longCommand, comSize); in longCommandWArg()
380 if (result) *stringPtr += comSize; in longCommandWArg()