Home | History | Annotate | Download | only in libexif

Lines Matching refs:LTWRAPPER_OPTION_PREFIX

4341 #define LTWRAPPER_OPTION_PREFIX         "--lt-"
4343 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
4344 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
4345 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
4390 if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
4392 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
4396 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
4398 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
4403 ltwrapper_option_prefix, argv[i]);