Home | History | Annotate | Download | only in libmtp

Lines Matching refs:LTWRAPPER_OPTION_PREFIX

3342 #define LTWRAPPER_OPTION_PREFIX         "--lt-"
3346 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
3348 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
3351 static const char *env_set_opt = LTWRAPPER_OPTION_PREFIX "env-set";
3355 static const char *env_prepend_opt = LTWRAPPER_OPTION_PREFIX "env-prepend";
3359 static const char *env_append_opt = LTWRAPPER_OPTION_PREFIX "env-append";
3532 if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
3534 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
3538 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
3540 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
3544 ltwrapper_option_prefix, argv[i]);