Home | History | Annotate | Download | only in vendor

Lines Matching refs:env_set_opt_len

3350 static const size_t env_set_opt_len     = LTWRAPPER_OPTION_PREFIX_LENGTH + 7;
3487 if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
3489 if (argv[i][env_set_opt_len] == '=')
3491 const char *p = argv[i] + env_set_opt_len + 1;
3494 else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc)