HomeSort by: relevance | last modified time | path
    Searched refs:LTWRAPPER_OPTION_PREFIX (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 5722 #define LTWRAPPER_OPTION_PREFIX "--lt-"
5724 static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
5725 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
5726 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
5771 if (STREQ (argv[i], ltwrapper_option_prefix))
5773 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
5777 they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
5779 need to make LTWRAPPER_OPTION_PREFIX a configure-time option
5784 ltwrapper_option_prefix, argv[i])
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 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])
    [all...]

Completed in 18 milliseconds