Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h1702 uint64_t get_version_hash(const char *exe, const char *sep, int piece);
H A Dutils.c3475 uint64_t get_version_hash(const char *exe, const char *sep, int piece) { in get_version_hash() function
H A Dmain.c3324 capable->python_version = get_version_hash(EXEC_PYTHON " -V 2>&1", " ", 1); in get_capabilities()