Home
last modified time | relevance | path

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

/external/lz4/programs/
Dlz4cli.c283 size_t const comSize = strlen(longCommand); in longCommandWArg() local
284 int const result = !strncmp(*stringPtr, longCommand, comSize); in longCommandWArg()
285 if (result) *stringPtr += comSize; in longCommandWArg()