Lines Matching refs:ltwrapper_option_prefix
3607 #define LTWRAPPER_OPTION_PREFIX "--lt-"
3609 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
3610 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
3611 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
3656 if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
3658 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
3662 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
3664 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
3669 ltwrapper_option_prefix, argv[i]);