Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli.c427 size_t const comSize = strlen(longCommand); in longCommandWArg() local
428 int const result = !strncmp(*stringPtr, longCommand, comSize); in longCommandWArg()
429 if (result) *stringPtr += comSize; in longCommandWArg()