Home | History | Annotate | Download | only in libcap-ng-0.7

Lines Matching refs:LTWRAPPER_OPTION_PREFIX

4344 #define LTWRAPPER_OPTION_PREFIX         "--lt-"
4346 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
4347 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
4348 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
4393 if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
4395 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
4399 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
4401 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
4406 ltwrapper_option_prefix, argv[i]);