Home
last modified time | relevance | path

Searched +full:- +full:- +full:prefix (Results 1 – 25 of 1107) sorted by relevance

12345678910>>...45

/freebsd/krb5/lib/krb5/error_tables/
H A DMakefile.inc2 # SPDX-License-Idendifier: BSD-2-Clause
23 ${GEN_KRB5_ERR:[2..-1]}: .NOMETA
25 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h
26 cp ${.ALLSRC} et-h-${.PREFIX}.et
27 ${COMPILE_ET} et-h-${.PREFIX}.et
28 mv et-h-${.PREFIX}.h ${.PREFIX}.h
29 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.h
32 rm -f et-c-${.PREFIX}.et et-c-${.PREFIX}.c et-c-${.PREFIX}.h
33 cp ${.ALLSRC} et-c-${.PREFIX}.et
34 ${COMPILE_ET} et-c-${.PREFIX}.et
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-sysv.exp1 make: varmod-sysv.mk:215: Unfinished modifier after "from${:D=}to}", expecting "="
6 prefix = "prefix"
7 pre-middle-suffix = "pre-middle-suffix"
10 prefix =NS "prefixNS"
11 pre-middle-suffix =NS "pre-middle-suffixNS"
14 prefix =% "prefix%"
15 pre-middle-suffix =% "pre-middle-suffix%"
18 prefix =%NS "prefix%NS"
19 pre-middle-suffix =%NS "pre-middle-suffix%NS"
22 prefix =NPre% "prefixNPre%"
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h1 //===-- X86DisassemblerDecoderCommon.h - Disassembler decoder ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
85 "says the instruction applies in 64-bit mode but no more") \
87 "requires an OPSIZE prefix, so operands change width") \
89 "requires an ADSIZE prefix, so operands change width") \
96 "requires an OPSIZE prefix, so operands change width") \
98 "requires an OPSIZE prefix, so operands change width") \
100 "requires an ADSIZE prefix, so operands change width") \
[all …]
/freebsd/usr.sbin/rrenumd/
H A Drrenumd.conf.541 This file consists of a sequence of statements terminated by a semi-colon (`;').
74 .Bl -tag -width Ds
88 .It Ic dest Ar dest-list Op Ar retrycmd ;
91 .Ar dest-list
97 .Bl -tag -width Ds
98 .It Ic retry Ar retry-num
99 .Ar retry-num
103 .Cm match-prefix Ar match-prefix-val
104 .Bk -words
105 .Op /match-prefix-len
[all …]
/freebsd/krb5/lib/kadm5clnt/
H A DMakefile2 # SPDX-License-Idendifier: BSD-2-Clause
18 LDFLAGS=-Wl,--no-undefined
32 CFLAGS+=-I${KRB5_DIR}/lib/kadm5 \
33 -I${KRB5_DIR}/include \
34 -I${KRB5_OBJTOP}/include/krb5_private \
35 -I${KRB5_SRCTOP}/include \
36 -I${KRB5_OBJTOP}/lib
53 ${KADM_ERR:[2..-1]}: .NOMETA
55 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h
56 cp ${.ALLSRC} et-h-${.PREFIX}.et
[all …]
/freebsd/krb5/lib/kadm5srv/
H A DMakefile2 # SPDX-License-Idendifier: BSD-2-Clause
18 LDFLAGS=-Wl,--no-undefined
41 CFLAGS+=-I${KRB5_DIR}/lib/kadm5 \
42 -I${KRB5_DIR}/include \
43 -I${KRB5_OBJTOP}/include/krb5_private \
44 -I${KRB5_SRCTOP}/include \
45 -I${KRB5_OBJTOP}/lib \
46 -I${KRB5_OBJTOP}/lib/gssapi \
47 -I${KRB5_DIR}/lib/gssapi/krb5 \
48 -I${KRB5_DIR}/lib/gssapi/generic
[all …]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_tls13_kdf.txt21 KDF = TLS13-KDF
23 Ctrl.digest = digest:SHA2-256
27 KDF = TLS13-KDF
29 Ctrl.digest = digest:SHA2-256
32 Ctrl.prefix = hexprefix:746c73313320
36 KDF = TLS13-KDF
38 Ctrl.digest = digest:SHA2-256
41 Ctrl.prefix = hexprefix:746c73313320
45 KDF = TLS13-KDF
47 Ctrl.digest = digest:SHA2-256
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Derror_private.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only
3 * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
6 * This source code is licensed under both the BSD-style license (found in the
9 * You may select, at your option, one of the above-listed licenses.
25 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString()
26 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
27 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString()
28 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString()
29 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter"; in ERR_getErrorString()
30 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString()
[all …]
/freebsd/contrib/libcbor/CMakeModules/
H A DLibFindMacros.cmake14 # https://www.apache.org/licenses/LICENSE-2.0
24 # prefix of the current package, then the prefix of the new package etc, which are
26 macro (libfind_package PREFIX)
28 if (${PREFIX}_FIND_QUIETLY)
30 endif (${PREFIX}_FIND_QUIETLY)
31 if (${PREFIX}_FIND_REQUIRED)
33 endif (${PREFIX}_FIND_REQUIRED)
41 macro (libfind_pkg_check_modules PREFIX PKGNAME)
44 …pkgconfig(${PKGNAME} ${PREFIX}_INCLUDE_DIRS ${PREFIX}_LIBRARY_DIRS ${PREFIX}_LDFLAGS ${PREFIX}_CFL…
48 pkg_check_modules(${PREFIX} ${PKGNAME})
[all …]
/freebsd/krb5/
H A DMakefile.et2 # SPDX-License-Idendifier: BSD-2-Clause
11 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h
12 cp ${.ALLSRC} et-h-${.PREFIX}.et
13 ${COMPILE_ET} et-h-${.PREFIX}.et
14 mv et-h-${.PREFIX}.h ${.PREFIX}.h
15 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.h
18 rm -f et-c-${.PREFIX}.et et-c-${.PREFIX}.c et-c-${.PREFIX}.h
19 cp ${.ALLSRC} et-c-${.PREFIX}.et
20 ${COMPILE_ET} et-c-${.PREFIX}.et
21 mv et-c-${.PREFIX}.c ${.PREFIX}.c
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh35 test $# -eq 4 && q=""
41 elif [ $# -ne 4 ]; then
42 printf %s prefix\"\'\"suffix
44 printf %s prefix\'suffix
51 while [ $# -gt 0 ]
54 --) shift; break;;
55 -q) quote=no; shift; continue;;
63 while [ $# -gt 0 ]
70 while [ $i -lt 256 ]
84 atf_check -s exit:0 -o inline:'prefix\tsuffix\n' -e empty \
[all …]
/freebsd/krb5/lib/gssapi/krb5/
H A DMakefile.et2 # SPDX-License-Idendifier: BSD-2-Clause
17 ${GEN_GSSAPI_ERR_KRB5:[2..-1]}: .NOMETA
19 rm -f ${PFX}-et-h-${.PREFIX}.et ${PFX}-et-h-${.PREFIX}.c ${PFX}-et-h-${.PREFIX}.h
20 cp ${.ALLSRC} ${PFX}-et-h-${.PREFIX}.et
21 ${COMPILE_ET} ${PFX}-et-h-${.PREFIX}.et
22 mv ${PFX}-et-h-${.PREFIX}.h ${.PREFIX}.h
23 rm -f ${PFX}-et-h-${.PREFIX}.et ${PFX}-et-h-${.PREFIX}.h
26 rm -f ${PFX}-et-c-${.PREFIX}.et ${PFX}-et-c-${.PREFIX}.c ${PFX}-et-c-${.PREFIX}.h
27 cp ${.ALLSRC} ${PFX}-et-c-${.PREFIX}.et
28 ${COMPILE_ET} ${PFX}-et-c-${.PREFIX}.et
[all …]
/freebsd/krb5/lib/gssapi/generic/
H A DMakefile.et2 # SPDX-License-Idendifier: BSD-2-Clause
17 ${GEN_GSSAPI_ERR_GENERIC:[2..-1]}: .NOMETA
19 rm -f ${PFX}-et-h-${.PREFIX}.et ${PFX}-et-h-${.PREFIX}.c ${PFX}-et-h-${.PREFIX}.h
20 cp ${.ALLSRC} ${PFX}-et-h-${.PREFIX}.et
21 ${COMPILE_ET} ${PFX}-et-h-${.PREFIX}.et
22 mv ${PFX}-et-h-${.PREFIX}.h ${.PREFIX}.h
23 rm -f ${PFX}-et-h-${.PREFIX}.et ${PFX}-et-h-${.PREFIX}.h
26 rm -f ${PFX}-et-c-${.PREFIX}.et ${PFX}-et-c-${.PREFIX}.c ${PFX}-et-c-${.PREFIX}.h
27 cp ${.ALLSRC} ${PFX}-et-c-${.PREFIX}.et
28 ${COMPILE_ET} ${PFX}-et-c-${.PREFIX}.et
[all …]
/freebsd/usr.bin/procstat/
H A Dprocstat_auxv.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
52 static char prefix[256]; in procstat_auxv() local
55 xo_emit("{T:/%5s %-19s %-16s %-16s}\n", "PID", "COMM", "AUXV", in procstat_auxv()
61 snprintf(prefix, sizeof(prefix), "%5d %-19s", kipp->ki_pid, in procstat_auxv()
62 kipp->ki_comm); in procstat_auxv()
64 xo_emit("{e:process_id/%5d/%d}{e:command/%-19s/%s}", kipp->ki_pid, in procstat_auxv()
65 kipp->ki_comm); in procstat_auxv()
74 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_EXECFD/%ld}\n", in procstat_auxv()
75 prefix, "AT_EXECFD", (long)auxv[i].a_un.a_val); in procstat_auxv()
[all …]
/freebsd/krb5/lib/kdb/
H A DMakefile2 # SPDX-License-Idendifier: BSD-2-Clause
18 LDFLAGS=-Wl,--no-undefined
33 DEFINES=-DKDB5_USE_LIB_KDB_DB2
36 -I${KRB5_DIR}/lib/kdb \
37 -I${KRB5_OBJTOP}/lib/kdb \
38 -I${KRB5_DIR}/include \
39 -I${KRB5_SRCTOP}/include
49 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h
50 cp ${.ALLSRC} et-h-${.PREFIX}.et
51 ${COMPILE_ET} et-h-${.PREFIX}.et
[all …]
/freebsd/krb5/usr.sbin/kdb5_util/
H A DMakefile2 # SPDX-License-Idendifier: BSD-2-Clause
34 CFLAGS+=-I${KRB5_DIR}/include \
35 -I${KRB5_SRCTOP}/include
48 ${GEN_INPUT_ERR:[2..-1]}: .NOMETA
50 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h
51 cp ${.ALLSRC} et-h-${.PREFIX}.et
52 ${COMPILE_ET} et-h-${.PREFIX}.et
53 mv et-h-${.PREFIX}.h ${.PREFIX}.h
54 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.h
57 rm -f et-c-${.PREFIX}.et et-c-${.PREFIX}.c et-c-${.PREFIX}.h
[all …]
/freebsd/krb5/util/profile/
H A DMakefile2 # SPDX-License-Idendifier: BSD-2-Clause
31 DEFINES=-DHAS_STDARG -DLIBDIR=\"${KRB5_LIBDIR}\"
34 -I${KRB5_DIR}/util/profile \
35 -I${KRB5_DIR}/util/et \
36 -I${KRB5_SRCTOP}/include \
37 -I${KRB5_DIR}/include \
38 -I${.OBJDIR}
44 ${GEN_PROF_ERR:[2..-1]}: .NOMETA
45 CLEANFILES= et-h-prof_err.et et-h-prof_err.c et-h-prof_err.h \
51 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h
[all …]
/freebsd/krb5/libexec/kdc/
H A DMakefile2 # SPDX-License-Idendifier: BSD-2-Clause
43 DEFINES=-DLIBDIR=\"${KRB5_LIBDIR}\"
46 -I${KRB5_DIR}/include \
47 -I${KRB5_SRCTOP}/include \
48 -I${.OBJDIR}
57 ${GEN_KDC5_ERR:[2..-1]}: .NOMETA
59 rm -f et-h-${.PREFIX}.et et-h-${.PREFIX}.c et-h-${.PREFIX}.h
60 cp ${.ALLSRC} et-h-${.PREFIX}.et
61 ${COMPILE_ET} et-h-${.PREFIX}.et
62 mv et-h-${.PREFIX}.h ${.PREFIX}.h
[all …]
/freebsd/krb5/util/ss/
H A DMakefile2 # SPDX-License-Idendifier: BSD-2-Clause
35 mit-sipb-copyright.h \
42 CFLAGS+=-I${KRB5_DIR}/util/ss \
43 -I${KRB5_DIR}/util/et \
44 -I${KRB5_DIR}/util \
45 -I${KRB5_SRCTOP}/include \
46 -I${KRB5_DIR}/include \
47 -I${.OBJDIR:H} \
48 -I${.OBJDIR}
62 rm -f ${.TARGET}
[all …]
/freebsd/contrib/bmake/
H A Dboot-strap3 # boot-strap
6 # boot-strap ["options"]
7 # boot-strap --prefix=/opt --install
8 # boot-strap -
[all...]
/freebsd/sys/contrib/zstd/lib/common/
H A Derror_private.c5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
24 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString()
25 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
26 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString()
27 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString()
28 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter"; in ERR_getErrorString()
29 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString()
30 case PREFIX(corruption_detected): return "Corrupted block detected"; in ERR_getErrorString()
31 case PREFIX(checksum_wrong): return "Restored data doesn't match checksum"; in ERR_getErrorString()
[all …]
/freebsd/contrib/libxo/
H A Dlibxo-config.in5 # Copyright 2011-2014, Juniper Networks, Inc.
12 prefix=@prefix@
20 Usage: libxo-config [OPTION]
24 --prefix=DIR change libxo prefix [default $prefix]
25 --exec-prefix=DIR change libxo exec prefix [default $exec_prefix]
26 --libs print library linking information
27 --bindir print the bin directory
28 --cflags print pre-processor and compiler flags
29 --share print share directory
30 --help display this help and exit
[all …]
/freebsd/sys/contrib/libsodium/dist-build/
H A Dios.sh12 export PREFIX="$(pwd)/libsodium-ios"
13 export IOS32_PREFIX="$PREFIX/tmp/ios32"
14 export IOS32s_PREFIX="$PREFIX/tmp/ios32s"
15 export IOS64_PREFIX="$PREFIX/tmp/ios64"
16 export SIMULATOR32_PREFIX="$PREFIX/tmp/simulator32"
17 export SIMULATOR64_PREFIX="$PREFIX/tmp/simulator64"
18 export XCODEDIR=$(xcode-select -p)
20 export IOS_SIMULATOR_VERSION_MIN=${IOS_SIMULATOR_VERSION_MIN-"6.0.0"}
21 export IOS_VERSION_MIN=${IOS_VERSION_MIN-"6.0.0"}
23 mkdir -p $SIMULATOR32_PREFIX $SIMULATOR64_PREFIX $IOS32_PREFIX $IOS32s_PREFIX $IOS64_PREFIX || exit…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1 //===-- X86MCCodeEmitter.cpp - Convert X86 code to machine code -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
45 // +-----+ +------+
47 // +-----+ +------+
50 // +-----+ +-------------------+
52 // +-----+ +-------------------+
54 // XOP (3-byte)
55 // +-----+ +--------------+ +-------------------+
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dlib-prefix.m41 # lib-prefix.m4 serial 14
2 dnl Copyright (C) 2001-2005, 2008-2019 Free Software Foundation, Inc.
12 dnl --prefix option. This macro is not needed if only AC_LIB_LINKFLAGS is
27 AC_ARG_WITH([lib-prefix],
28 [[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
29 --without-lib-prefix don't search for libraries in includedir and libdir]],
56 if test "X$x" = "X-I$additional_includedir"; then
61 if test -z "$haveit"; then
63 if test -n "$GCC"; then
65 linux* | gnu* | k*bsd*-gnu) haveit=yes;;
[all …]

12345678910>>...45