Home
last modified time | relevance | path

Searched refs:OMP_FALLBACK_BINARY (Results 1 – 3 of 3) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dparams.h121 #if OMP_FALLBACK && !defined(OMP_FALLBACK_BINARY)
122 #define OMP_FALLBACK_BINARY "john-non-omp" macro
H A Djohn.c488 #define OMP_FALLBACK_PATHNAME JOHN_SYSTEMWIDE_EXEC "/" OMP_FALLBACK_BINARY in john_omp_fallback()
490 #define OMP_FALLBACK_PATHNAME path_expand("$JOHN/" OMP_FALLBACK_BINARY) in john_omp_fallback()
499 perror("execv: $JOHN/" OMP_FALLBACK_BINARY); in john_omp_fallback()
H A Dlistconf.c157 puts("OMP fallback binary: " OMP_FALLBACK_BINARY); in listconf_list_build_info()