HomeSort by: relevance | last modified time | path
    Searched refs:SUFFIX (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
buildgo.sh 57 SUFFIX="linux_ppc64le"
60 SUFFIX="linux_amd64"
64 SUFFIX="linux_arm64"
68 SUFFIX="freebsd_amd64"
84 SUFFIX="netbsd_amd64"
101 SUFFIX="darwin_amd64"
114 SUFFIX="windows_amd64"
152 if [ "$SUFFIX" = "linux_ppc64le" ]; then
154 elif [ "$SUFFIX" = "linux_amd64" ]; then
162 echo $CC gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAG
    [all...]
  /src/usr.bin/gzip/
gzip.c 150 #define SUFFIX(Z, N) {Z, sizeof Z - 1, N}
151 SUFFIX(GZ_SUFFIX, ""), /* Overwritten by -S .xxx */
153 SUFFIX(GZ_SUFFIX, ""),
154 SUFFIX(".z", ""),
155 SUFFIX("-gz", ""),
156 SUFFIX("-z", ""),
157 SUFFIX("_z", ""),
158 SUFFIX(".taz", ".tar"),
159 SUFFIX(".tgz", ".tar"),
161 SUFFIX(BZ2_SUFFIX, "")
    [all...]
  /src/common/dist/zlib/
CMakeLists.txt 178 set_target_properties(zlib PROPERTIES SUFFIX "1.dll")
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 177 _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
178 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
6057 _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
6058 _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
7427 # func_stripname_cnf prefix suffix name
7428 # strip PREFIX and SUFFIX off of NAME.
7429 # PREFIX and SUFFIX must not contain globbing or regex special
7430 # characters, hashes, percent signs, but SUFFIX may contain a leading
  /src/sys/external/isc/libsodium/dist/
configure 1115 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1118 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1462 --program-suffix=SUFFIX append SUFFIX to installed program names
3783 # safe: cross compilers may not add the suffix if given an `-o'
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3820 $as_echo_n "checking for suffix of executables... " >&6;
    [all...]

Completed in 21 milliseconds