Home
last modified time | relevance | path

Searched refs:VARPREFIX (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/gstreamer1-plugins-gnonlin/gnonlin-1.4.0/common/
H A Dgst-autogen.sh31 VARPREFIX=`echo $2 | tr .,- _`
32 local ${VARPREFIX}_VERSION
46 eval ${VARPREFIX}_MAJOR=$pkg_major
47 eval ${VARPREFIX}_MINOR=$pkg_minor
48 eval ${VARPREFIX}_MICRO=$pkg_micro
49 eval ${VARPREFIX}_VERSION=$pkg_version
60 VARPREFIX=`echo $1 | tr .,- _`
65 eval pkg_major=\$${VARPREFIX}_MAJOR;
66 eval pkg_minor=\$${VARPREFIX}_MINOR;
67 eval pkg_micro=\$${VARPREFIX}_MICRO;
[all …]
/dports/math/sympow/sympow-7fd4d97cabc07951200b98ee841afc4151c2c287/
H A DConfigure11 VARPREFIX=${VARPREFIX:-"/var"}
24 echo "#define VARPREFIX \"$VARPREFIX\"" >> $CONFIG
H A Dsympow.h31 #ifndef VARPREFIX
32 #define VARPREFIX "/var/local" macro
45 #define PKGCACHEDIR VARPREFIX "/cache/" PKGFOLDER
H A DREADME.md49 PREFIX=${HOME} VARPREFIX=${HOME}/var sh Configure
58 ADDBINPATH=yes PREFIX=/usr VARPREFIX=/var sh Configure
238 for the environment variables `PREFIX` and `VARPREFIX`, respectively, used by
/dports/net-mgmt/torrus/torrus-2.09/
H A Dconfigure.ac298 AC_ARG_VAR(cachedir, [[VARPREFIX/cache] Renderer cache])
302 AC_ARG_VAR(dbhome, [[VARPREFIX/db] Berkeley DB files])
306 AC_ARG_VAR(reportsdir, [[VARPREFIX/reports] Reports output])
310 AC_ARG_VAR(seslockdir, [[VARPREFIX/session_data/lock] Web session locks])
314 AC_ARG_VAR(sesstordir, [[VARPREFIX/session_data/store] Web session storage])
H A Dconfigure1421 cachedir [VARPREFIX/cache] Renderer cache
1422 dbhome [VARPREFIX/db] Berkeley DB files
1423 reportsdir [VARPREFIX/reports] Reports output
1424 seslockdir [VARPREFIX/session_data/lock] Web session locks
1425 sesstordir [VARPREFIX/session_data/store] Web session storage
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/ucxt/src/
H A Ducfunc.cc66 const string UCFunc::VARPREFIX = "var"; member in UCFunc
159 o << VARPREFIX << std::setw(4) << i; in output_ucs()
215 o << VARPREFIX << std::setw(4) << i; in output_ucs_funcname()
1075 str << UCFunc::VARPREFIX << std::setw(4) << paramval; in demunge_ocstring()
1315 string temp = UCFunc::VARPREFIX; in readbin_U7UCFunc()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/ucxt/include/
H A Ducfunc.h278 static const std::string VARPREFIX; variable
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dvar.c758 const char *pfx = isarg ? ARGPREFIX : VARPREFIX; in extract_arg()
828 ? r_str_newf ("%s_%" PFMT64x "h", VARPREFIX, R_ABS (frame_off)) in extract_arg()
829 : r_anal_function_autoname_var (fcn, type, VARPREFIX, -ptr); in extract_arg()
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Danal_tp.c60 bool is_default = (r_str_startswith (v->name, VARPREFIX) in __var_rename()
/dports/textproc/rasqal/rasqal-0.9.33/
H A DChangeLog.2361 RPAREN VARPREFIX to be the single symbol they are.
364 RSQUARE LCURLY RCURLY VARPREFIX AMP to be the single symbol they
369 VARPREFIX AMP to be the single symbol they are.
/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_anal.h766 #define VARPREFIX "var" macro
/dports/textproc/redland/redland-1.0.17/
H A DChangeLog.51086 Rename terminals: COMMA LPAREN RPAREN VARPREFIX to be the single
1091 VARPREFIX AMP to be the single symbol they are.
1095 VARPREFIX AMP to be the single symbol they are.