Home | History | Annotate | Download | only in libusb-compat

Lines Matching refs:env_set_opt_len

3357 static const size_t env_set_opt_len     = LTWRAPPER_OPTION_PREFIX_LENGTH + 7;
3494 if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
3496 if (argv[i][env_set_opt_len] == '=')
3498 const char *p = argv[i] + env_set_opt_len + 1;
3501 else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc)