Lines Matching refs:strlen
41 #include <string.h> /* strcmp, strlen */
255 return !strncmp(exeName, test, strlen(test)) &&
256 (exeName[strlen(test)] == '\0' || exeName[strlen(test)] == '.');
289 size_t const comSize = strlen(longCommand);
303 size_t const inSize = strlen(inputFilename);
304 size_t const extSize = strlen(LZ4_EXTENSION);
479 argument += strlen(argument) - 1;
693 size_t const l = strlen(input_filename);
704 size_t const inl = strlen(input_filename);