Home
last modified time | relevance | path

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

/iperf/config/
H A Dinstall-sh395 /*) prefix='/';;
396 [-=\(\)!]*) prefix='./';;
397 *) prefix='';;
414 prefix=$prefix$d
415 if test -d "$prefix"; then
422 test -d "$prefix" || exit 1
424 case $prefix in
426 *) qprefix=$prefix;;
431 prefix=$prefix/
H A Dltmain.sh6080 /* target_name transforms -- use actual target program name; might have lt- prefix */
7206 -inst-prefix-dir)
/iperf/
H A DINSTALL107 can specify an installation prefix other than `/usr/local' by giving
108 `configure' the option `--prefix=PREFIX'.
112 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
113 PREFIX as the prefix for installing programs and libraries.
114 Documentation and other data files still use the regular prefix.
122 with an extra prefix or suffix on their names by giving `configure' the
123 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
175 values for variables like `CC', `cache_file', and `prefix'.
H A Dmake_release31 git archive --format=tar --prefix "${dirname}/" "${tag}" | gzip -9 > "${tarball}"
H A DMakefile.in323 prefix = @prefix@
633 --srcdir=../.. --prefix="$$dc_install_base" \
H A Dconfigure834 prefix=NONE
967 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
971 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1060 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1061 ac_prev=prefix ;;
1062 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1063 prefix=$ac_optarg ;;
1065 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1068 -program-prefix=* | --program-prefix=* | --program-prefi=* \
15128 test "x$prefix" = xNONE && prefix=$ac_default_prefix
[all …]
H A Daclocal.m4132 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2585 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2591 # MinGW DLLs use traditional 'lib' prefix
2595 # pw32 DLLs use 'pw' prefix rather than 'lib'
3151 [Do we need the "lib" prefix for modules?])
3158 _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
4021 # Transform an extracted symbol line into symbol name with lib prefix and
4037 # Try without a prefix underscore, then with it.
4209 [Transform the output of nm in a C name address pair when lib prefix is needed])
7460 # func_stripname_cnf prefix suffix name
H A DRELNOTES.md881 -T, --title str prefix every output line with this string
/iperf/docs/_esnet/
H A DREADME.rst19 4. ``git subtree add --prefix docs/_esnet https://github.com/esnet/esnet-gh-pages-base.git master -…
/iperf/examples/
H A DMakefile.in295 prefix = @prefix@
/iperf/docs/
H A Ddev.rst47 -T, --title str prefix every output line with this string
/iperf/src/
H A Diperf_api.c863 char *prefix = "::ffff:"; in mapped_v4_to_regular_v4() local
866 prefix_len = strlen(prefix); in mapped_v4_to_regular_v4()
867 if (strncmp(str, prefix, prefix_len) == 0) { in mapped_v4_to_regular_v4()
H A DMakefile.in621 prefix = @prefix@