Home | History | Annotate | Download | only in src

Lines Matching refs:LTWRAPPER_OPTION_PREFIX

3349 #define LTWRAPPER_OPTION_PREFIX         "--lt-"
3353 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
3355 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
3358 static const char *env_set_opt = LTWRAPPER_OPTION_PREFIX "env-set";
3362 static const char *env_prepend_opt = LTWRAPPER_OPTION_PREFIX "env-prepend";
3366 static const char *env_append_opt = LTWRAPPER_OPTION_PREFIX "env-append";
3539 if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
3541 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
3545 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
3547 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
3551 ltwrapper_option_prefix, argv[i]);