Lines Matching refs:strlen
148 if ((match[strlen(cfg->model)] == ' ') ||
149 (match[strlen(cfg->model)] == '\0') ||
150 (match[strlen(cfg->model)] == '-'))
348 if (strncmp (tok, "MDL:", strlen("MDL:")) == 0)
350 model_str = tok + strlen("MDL:");
445 if (strlen (copy) >= SERIAL_MAX)
455 if (strlen(copy) >= SERIAL_MAX)
555 if ((strlen(start) == 0) || (strlen(start) >= BJNP_PORT_MAX ) )
570 i = strlen(start);
1756 if (strlen (args) > 0)
1760 if (strncmp(args, "timeout=", strlen("timeout=")) == 0)
1762 ip_timeout = atoi(args + strlen("timeout="));
1780 if (strlen(port) == 0)
2067 if (strncmp(conf_devices[i], "bjnp-timeout=", strlen("bjnp-timeout="))== 0)
2069 timeout_default = atoi(conf_devices[i] + strlen("bjnp-timeout=") );
2073 else if (strncmp(conf_devices[i], "auto_detection=no", strlen("auto_detection=no"))== 0)