Home
last modified time | relevance | path

Searched refs:svnversion (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/
Dgetbuildinfo.c63 static const char svnversion[] = SVNVERSION; in _Py_svnversion() local
64 if (svnversion[0] != '$') in _Py_svnversion()
65 return svnversion; /* it was interpolated, or passed on command line */ in _Py_svnversion()
/external/icu/icu4c/source/config/
Ddist.mk27 SVNVER=$(shell svnversion $(SVNTOP) | cut -d: -f1 | tr -cd 'a-zA-Z0-9')
63 svnversion $(SVNTOP)
/external/swiftshader/third_party/LLVM/utils/
DGetSourceVersion18 svnversion | sed -e "s#\([0-9]*\)[A-Z]*#\1#"
/external/llvm/utils/
DGetSourceVersion18 svnversion | sed -e "s#\([0-9]*\)[A-Z]*#\1#"
/external/valgrind/auxprogs/
Dmake_or_upd_vgversion_h7 svnversion -n "$1"
/external/python/cpython2/Doc/library/
Dsys.rst1008 ``'tags/name'``. *version* is the output of ``svnversion``, if the interpreter
1011 exported (or svnversion was not available), it is the revision of
/external/python/cpython2/
Dconfigure.ac983 AC_CHECK_PROG(SVNVERSION, svnversion, found, not-found)
986 SVNVERSION="svnversion \$(srcdir)"
Dconfigure5705 set dummy svnversion; ac_word=$2