Home | History | Annotate | Download | only in build-scripts

Lines Matching refs:env_set_opt_len

3350 static const size_t env_set_opt_len     = LTWRAPPER_OPTION_PREFIX_LENGTH + 7;
3488 if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
3490 if (argv[i][env_set_opt_len] == '=')
3492 const char *p = argv[i] + env_set_opt_len + 1;
3495 else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc)