Home | History | Annotate | Download | only in cpp

Lines Matching refs:LTWRAPPER_OPTION_PREFIX

3843 #define LTWRAPPER_OPTION_PREFIX         "--lt-"
3847 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
3849 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
3852 static const char *env_set_opt = LTWRAPPER_OPTION_PREFIX "env-set";
3856 static const char *env_prepend_opt = LTWRAPPER_OPTION_PREFIX "env-prepend";
3860 static const char *env_append_opt = LTWRAPPER_OPTION_PREFIX "env-append";
4033 if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
4035 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
4039 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
4041 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
4045 ltwrapper_option_prefix, argv[i]);