Home
last modified time | relevance | path

Searched full:prefix (Results 1 – 25 of 3192) sorted by relevance

12345678910>>...128

/freebsd-src/contrib/bmake/unit-tests/
H A Dvarmod-sysv.exp6 prefix = "prefix"
10 prefix =NS "prefixNS"
14 prefix =% "prefix%"
18 prefix =%NS "prefix%NS"
22 prefix =NPre% "prefixNPre%"
26 prefix =NPre%NS "prefixNPre%NS"
30 prefix ffi
[all...]
/freebsd-src/contrib/libcbor/CMakeModules/
H A DLibFindMacros.cmake24 # 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})
54 # If include dirs are needed, ${PREFIX}_PROCESS_INCLUDES should be set to contain
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h87 "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") \
102 "requires an ADSIZE prefix, so operands change width") \
104 "requires a REX.W prefix, so operands change width; overrides " \
107 "requires a REX.W prefix and 0x67 prefix") \
123 ENUM_ENTRY(IC_64BIT_REX2, 2, "requires a REX2 prefix") \
[all...]
/freebsd-src/usr.sbin/rrenumd/
H A Drrenumd.conf.5103 .Cm match-prefix Ar match-prefix-val
105 .Op /match-prefix-len
114 .Op Cm use-prefix Ar use-prefix-val
117 .Op /use-prefix-len
123 .Op Ar use-prefix-values ;
132 .Ar use-prefix-values
157 .It Cm match-prefix Ar match-prefix-val Op /match-prefix-len
159 .Ar match-prefix-val
163 .Ar /match-prefix-len
165 .Ar match-prefix-val
[all …]
/freebsd-src/sys/contrib/zstd/lib/common/
H A Derror_private.c24 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()
32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()
33 case PREFIX(parameter_outOfBound): return "Parameter is out of bound"; in ERR_getErrorString()
[all …]
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/common/
H A Derror_private.c24 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()
32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()
33 case PREFIX(parameter_outOfBound): return "Parameter is out of bound"; in ERR_getErrorString()
[all …]
/freebsd-src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_tls13_kdf.txt32 Ctrl.prefix = hexprefix:746c73313320
41 Ctrl.prefix = hexprefix:746c73313320
50 Ctrl.prefix = hexprefix:746c73313320
59 Ctrl.prefix = hexprefix:746c73313320
68 Ctrl.prefix = hexprefix:746c73313320
76 Ctrl.prefix = hexprefix:746c73313320
85 Ctrl.prefix = hexprefix:746c73313320
94 Ctrl.prefix = hexprefix:746c73313320
103 Ctrl.prefix = hexprefix:746c73313320
112 Ctrl.prefix = hexprefix:746c73313320
[all …]
/freebsd-src/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh42 printf %s prefix\"\'\"suffix
44 printf %s prefix\'suffix
84 atf_check -s exit:0 -o inline:'prefix\tsuffix\n' -e empty \
92 atf_check -s exit:0 -o inline:'13:prefixsuffix\n' -e empty \
96 atf_check -s exit:0 -o inline:'13:prefix\nsuffix\n' -e empty \
99 rm -f prefix* 2>/dev/null || :
102 test -f "prefix-suffix" ||
103 atf_fail "failed to create prefix-suffix (45)"
104 test -s "prefix-suffix" ||
105 atf_fail "no data in prefix-suffix (45)"
[all …]
/freebsd-src/usr.bin/procstat/
H A Dprocstat_auxv.c52 static char prefix[256]; in procstat_auxv() local
61 snprintf(prefix, sizeof(prefix), "%5d %-19s", kipp->ki_pid, in procstat_auxv()
75 prefix, "AT_EXECFD", (long)auxv[i].a_un.a_val); in procstat_auxv()
79 prefix, "AT_PHDR", auxv[i].a_un.a_ptr); in procstat_auxv()
83 prefix, "AT_PHENT", (long)auxv[i].a_un.a_val); in procstat_auxv()
87 prefix, "AT_PHNUM", (long)auxv[i].a_un.a_val); in procstat_auxv()
91 prefix, "AT_PAGESZ", (long)auxv[i].a_un.a_val); in procstat_auxv()
95 prefix, "AT_BASE", auxv[i].a_un.a_ptr); in procstat_auxv()
99 prefix, "AT_FLAGS", (u_long)auxv[i].a_un.a_val); in procstat_auxv()
103 prefix, "AT_ENTRY", auxv[i].a_un.a_ptr); in procstat_auxv()
[all …]
/freebsd-src/contrib/libxo/
H A Dlibxo-config.in12 prefix=@prefix@
24 --prefix=DIR change libxo prefix [default $prefix]
25 --exec-prefix=DIR change libxo exec prefix [default $exec_prefix]
51 --prefix=*)
52 prefix=$optarg
53 includedir=$prefix/include
54 libdir=$prefix/lib
57 --prefix)
58 echo $prefix
61 --exec-prefix=*)
[all …]
/freebsd-src/crypto/openssl/doc/man3/
H A DBIO_f_prefix.pod6 - prefix BIO filter
13 long BIO_set_prefix(BIO *b, const char *prefix);
19 BIO_f_cipher() returns the prefix BIO method. This is a filter for
23 The prefix and the indentation are combined. For each line of output
24 going through this filter, the prefix is output first, then the amount
28 By default, there is no prefix, and indentation is set to 0.
30 BIO_set_prefix() sets the prefix to be used for future lines of
31 text, using I<prefix>. I<prefix> may be NULL, signifying that there
32 should be no prefix. If I<prefix> isn't NULL, this function makes a
47 BIO_f_prefix() returns the prefix BIO method.
[all …]
H A DSSL_CONF_CTX_set1_prefix.pod5 SSL_CONF_CTX_set1_prefix - Set configuration context command prefix
11 unsigned int SSL_CONF_CTX_set1_prefix(SSL_CONF_CTX *cctx, const char *prefix);
15 The function SSL_CONF_CTX_set1_prefix() sets the command prefix of B<cctx>
16 to B<prefix>. If B<prefix> is B<NULL> it is restored to the default value.
21 calls. For example for files, if the prefix "SSL" is set then command names
23 and "Options". Similarly for command lines if the prefix is "--ssl-" then
26 If the B<SSL_CONF_FLAG_CMDLINE> flag is set then prefix checks are case
28 explicitly wants to set no prefix it must be explicitly set to "".
30 If the B<SSL_CONF_FLAG_FILE> flag is set then prefix checks are case
31 insensitive and no prefix is the default.
/freebsd-src/contrib/bmake/
H A Dboot-strap7 # boot-strap --prefix=/opt --install
8 # boot-strap --prefix=$HOME --install-host-target -DWITH_PROG_VERSION
55 # If $prefix ends in $HOST_TARGET, and $prefix/../share
56 # exits, the default will be that rather than $prefix/share.
64 # BINDIR=$prefix/bin
65 # SHAREDIR=$prefix/share
68 # As for '--install' but BINDIR=$prefix/$HOST_TARGET/bin
69 # This is useful when $prefix/ is shared by multiple
76 # By default they will be installed to $prefix/share/mk
161 echo "$0 [--<configure_arg> ...][<prefix>][--install]" >&2
[all …]
/freebsd-src/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"
45 --prefix="$SIMULATOR32_PREFIX" || exit 1
62 --prefix="$SIMULATOR64_PREFIX"
80 --prefix="$IOS32_PREFIX" || exit 1
93 --prefix="$IOS32s_PREFIX" || exit 1
[all …]
/freebsd-src/crypto/openssl/crypto/
H A Dtrace.c177 char *prefix; member
189 PREFIX, enumerator
200 case PREFIX: in trace_attach_cb()
201 OSSL_TRACE2(TRACE, "Attach prefix \"%s\" to category '%s'\n", in trace_attach_cb()
221 case PREFIX: in trace_detach_cb()
222 OSSL_TRACE2(TRACE, "Detach prefix \"%s\" from category '%s'\n", in trace_detach_cb()
243 const char **prefix, const char **suffix, in set_trace_data() argument
256 curr_prefix = trace_channels[category].prefix; in set_trace_data()
260 if (prefix != NULL && curr_prefix != NULL) { in set_trace_data()
261 detach_cb(category, PREFIX, curr_prefix); in set_trace_data()
[all …]
/freebsd-src/sys/contrib/openzfs/config/
H A Dlib-prefix.m41 # lib-prefix.m4 serial 14
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]],
112 dnl acl_final_exec_prefix, containing the values to which $prefix and
116 dnl Unfortunately, prefix and exec_prefix get only finally determined
118 if test "X$prefix" = "XNONE"; then
121 acl_final_prefix="$prefix"
124 acl_final_exec_prefix='${prefix}'
[all …]
/freebsd-src/usr.sbin/ip6addrctl/
H A Dip6addrctl.845 .Ar prefix precedence label
49 .Ar prefix
76 .It Cm add Ar prefix precedence label
79 .Ar prefix
81 is an IPv6 prefix, which is a key for the entry.
82 An IPv4 prefix should be specified with an IPv6 prefix using an
92 prefix.
93 .It Cm delete Ar prefix
95 .Ar prefix ,
[all...]
/freebsd-src/crypto/openssl/crypto/bio/
H A Dbf_prefix.c27 "prefix",
46 char *prefix; /* Text prefix, given by user */ member
59 ctx->prefix = NULL; in prefix_create()
71 OPENSSL_free(ctx->prefix); in prefix_destroy()
90 * If no prefix is set or if it's empty, and no indentation amount is set, in prefix_write()
93 if ((ctx->prefix == NULL || *ctx->prefix == '\0') in prefix_write()
97 * prepared to handle prefix and indentation the next time around. in prefix_write()
111 * If we know that we're at the start of the line, output prefix and in prefix_write()
117 if (ctx->prefix != NULL in prefix_write()
118 && !BIO_write_ex(BIO_next(b), ctx->prefix, strlen(ctx->prefix), in prefix_write()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp107 // functionality of a SIMD prefix
668 // We haven't support relocation for REX2 prefix, so temporarily use REX in emitMemModRMByte()
762 // We only allow no displacement if no pseudo prefix is present. in emitMemModRMByte()
764 // Disp8 is allowed unless the {disp32} prefix is present. in emitMemModRMByte()
803 // can't use disp8 if the {disp32} pseudo prefix is present. in emitMemModRMByte()
816 // pseudo prefix prevented using disp8 above. in emitMemModRMByte()
851 // displacement unless {disp32} pseudo prefix was used. in emitMemModRMByte()
887 // Emit segment override opcode prefix as needed. in emitPrefixImpl()
893 // Emit the repeat opcode prefix as needed. in emitPrefixImpl()
900 // Emit the address size opcode prefix a in emitPrefixImpl()
974 X86OpcodePrefixHelper Prefix(*Ctx.getRegisterInfo()); emitVEXOpcodePrefix() local
1301 X86OpcodePrefixHelper Prefix(*Ctx.getRegisterInfo()); emitREXPrefix() local
[all...]
/freebsd-src/contrib/tcpdump/
H A Dprint-babel.c141 format_prefix(netdissect_options *ndo, const u_char *prefix, unsigned char plen)
146 * prefix points to a buffer on the stack into which the prefix has in format_prefix()
150 if(plen >= 96 && memcmp(prefix, v4prefix, 12) == 0) in format_prefix()
151 snprintf(buf, 50, "%s/%u", ipaddr_string(ndo, prefix + 12), plen - 96); in format_prefix()
153 snprintf(buf, 50, "%s/%u", ip6addr_string(ndo, prefix), plen); in format_prefix()
159 format_address(netdissect_options *ndo, const u_char *prefix)
162 * prefix points to a buffer on the stack into which the prefix has in format_address()
166 if(memcmp(prefix, v4prefi in format_address()
143 format_prefix(netdissect_options * ndo,const u_char * prefix,unsigned char plen) format_prefix() argument
161 format_address(netdissect_options * ndo,const u_char * prefix) format_address() argument
207 unsigned char prefix[16]; network_prefix() local
540 u_char prefix[16]; babel_print_v2_tlvs() local
579 u_char prefix[16], ae, plen; babel_print_v2_tlvs() local
600 u_char prefix[16], ae, plen; babel_print_v2_tlvs() local
647 u_char prefix[16], src_prefix[16]; babel_print_v2_tlvs() local
692 u_char ae, plen, src_plen, prefix[16], src_prefix[16]; babel_print_v2_tlvs() local
726 u_char ae, plen, src_plen, prefix[16], src_prefix[16], hopc; babel_print_v2_tlvs() local
[all...]
/freebsd-src/contrib/unbound/doc/
H A DREADME.DNS6414 2. The "dns64-prefix" directive indicates your DNS64 prefix. For example:
16 dns64-prefix: 64:FF9B::/96
18 The prefix must be a /96 or shorter.
23 prefix. For example:
35 servers over IPv6 through the configured NAT64 prefix. This allows running
44 The NAT64 prefix defaults to the DNS64 prefix, which in turn defaults to the
45 standard 64:FF9B::/96 prefix. You can reconfigure it with:
47 nat64-prefix: 64:FF9B::/96
/freebsd-src/crypto/heimdal/tools/
H A Dkrb5-config.in57 --prefix=*)
58 prefix=`echo $i | sed 's/^--prefix=//'`
60 --prefix)
63 --exec-prefix=*)
64 exec_prefix=`echo $i | sed 's/^--exec-prefix=//'`
66 --exec-prefix)
99 echo "options: [--prefix[=dir]] [--exec-prefix[=dir]] [--libs] [--cflags]"
104 if test "$prefix" = ""; then
105 prefix=@prefix@
115 echo $prefix
/freebsd-src/crypto/heimdal/lib/com_err/
H A Dparse.y59 %token ET INDEX PREFIX EC ID END
102 | PREFIX STRING
104 free(prefix);
105 asprintf (&prefix, "%s_", $2);
106 if (prefix == NULL)
110 | PREFIX
112 prefix = realloc(prefix, 1);
113 if (prefix == NULL)
115 *prefix = '\0';
126 if(prefix && *prefix != '\0') {
[all …]
/freebsd-src/contrib/com_err/
H A Dparse.y59 %token ET INDEX PREFIX EC ID END
102 | PREFIX STRING
104 free(prefix);
105 asprintf (&prefix, "%s_", $2);
106 if (prefix == NULL)
110 | PREFIX
112 prefix = realloc(prefix, 1);
113 if (prefix == NULL)
115 *prefix = '\0';
126 if(prefix && *prefix != '\0') {
[all …]
/freebsd-src/crypto/heimdal/lib/hdb/
H A Dhdb.c282 char *prefix, *path, *symbol; in find_dynamic_method() local
289 /* if no prefix, don't know what module to load, just ignore it */ in find_dynamic_method()
296 prefix = malloc(len + 1); in find_dynamic_method()
297 if (prefix == NULL) in find_dynamic_method()
299 strlcpy(prefix, filename, len + 1); in find_dynamic_method()
301 if (asprintf(&path, LIBDIR "/hdb_%s.so", prefix) == -1) in find_dynamic_method()
315 free(prefix); in find_dynamic_method()
320 if (asprintf(&symbol, "hdb_%s_interface", prefix) == -1) in find_dynamic_method()
329 free(prefix); in find_dynamic_method()
340 prefix, mso->version, HDB_INTERFACE_VERSION); in find_dynamic_method()
[all …]

12345678910>>...128