Home
last modified time | relevance | path

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

12345678910>>...13

/f-stack/dpdk/app/test/
H A Dtest_eal_flags.c236 const char * prefix = ""; in test_allow_flag() local
243 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in test_allow_flag()
309 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in test_invalid_b_flag()
413 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in test_invalid_r_flag()
457 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in test_missing_c_flag()
616 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in test_main_lcore_flag()
673 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in test_invalid_n_flag()
726 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in test_no_hpet_flag()
816 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in test_misc_flags()
1038 if (get_current_prefix(prefix, sizeof(prefix)) == NULL) { in test_file_prefix()
[all …]
H A Dtest_mp_secondary.c64 char prefix[PATH_MAX] = {0}; in run_secondary_instances() local
68 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in run_secondary_instances()
70 const char *prefix = ""; in run_secondary_instances() local
76 prefix in run_secondary_instances()
81 prefix in run_secondary_instances()
86 prefix in run_secondary_instances()
H A Dtest_pdump.c172 char prefix[PATH_MAX] = { 0 }; in run_pdump_server_tests() local
175 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in run_pdump_server_tests()
177 const char *prefix = ""; in run_pdump_server_tests() local
183 prefix in run_pdump_server_tests()
H A Dtest_timer_secondary.c47 char prefix[PATH_MAX] = {0}; in timer_secondary_spawn_wait() local
51 snprintf(prefix, sizeof(prefix), "--file-prefix=%s", tmp); in timer_secondary_spawn_wait()
53 const char *prefix = ""; in timer_secondary_spawn_wait() local
59 prefix in timer_secondary_spawn_wait()
H A Dautotest_runner.py66 cmdline, prefix = queue.get()
68 name = ("Start %s" % prefix) if prefix != "" else "Start"
71 prefix_cmdline = "--file-prefix=%s" % prefix if prefix != "" else ""
82 print("\n%s %s\n" % ("=" * 20, prefix), file=startuplog)
300 prefix = "test%i" % proc if len(worker_cmdlines) > 1 else ""
301 group_queue.put(tuple((cmdline, prefix)))
/f-stack/tools/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 …]
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dlua.pc10 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
11 prefix= /usr/local
12 INSTALL_BIN= ${prefix}/bin
13 INSTALL_INC= ${prefix}/include
14 INSTALL_LIB= ${prefix}/lib
15 INSTALL_MAN= ${prefix}/man/man1
16 INSTALL_LMOD= ${prefix}/share/lua/${V}
17 INSTALL_CMOD= ${prefix}/lib/lua/${V}
20 exec_prefix=${prefix}
22 includedir=${prefix}/include
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_cmn_err.c37 const char *prefix; in vcmn_err() local
39 prefix = NULL; /* silence unwitty compilers */ in vcmn_err()
42 prefix = "Solaris(cont): "; in vcmn_err()
45 prefix = "Solaris: NOTICE: "; in vcmn_err()
48 prefix = "Solaris: WARNING: "; in vcmn_err()
51 prefix = "Solaris(panic): "; in vcmn_err()
60 panic("%s%s", prefix, buf); in vcmn_err()
63 printf("%s", prefix); in vcmn_err()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_event.c247 if (prefix) { in _zed_event_add_var()
315 const char *prefix, nvpair_t *nvp) in _zed_event_add_int8_array() argument
345 const char *prefix, nvpair_t *nvp) in _zed_event_add_uint8_array() argument
375 const char *prefix, nvpair_t *nvp) in _zed_event_add_int16_array() argument
405 const char *prefix, nvpair_t *nvp) in _zed_event_add_uint16_array() argument
435 const char *prefix, nvpair_t *nvp) in _zed_event_add_int32_array() argument
465 const char *prefix, nvpair_t *nvp) in _zed_event_add_uint32_array() argument
495 const char *prefix, nvpair_t *nvp) in _zed_event_add_int64_array() argument
525 const char *prefix, nvpair_t *nvp) in _zed_event_add_uint64_array() argument
557 const char *prefix, nvpair_t *nvp) in _zed_event_add_string_array() argument
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dname-prefix.txt1 Name prefix:
5 sink/source names may use the name prefix property to prepend the
8 Optional name prefix property:
9 - sound-name-prefix : string using as prefix for the sink/source names of
17 sound-name-prefix = "FRONT";
23 sound-name-prefix = "BACK";
/f-stack/freebsd/mips/include/
H A Dcache.h169 #define __mco_noargs(prefix, x) \ argument
171 (*mips_cache_ops.mco_ ## prefix ## p ## x )(); \
172 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
173 (*mips_cache_ops.mco_ ## prefix ## s ## x )(); \
176 #define __mco_2args(prefix, x, a, b) \ argument
178 (*mips_cache_ops.mco_ ## prefix ## p ## x )((a), (b)); \
179 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
180 (*mips_cache_ops.mco_ ## prefix ## s ## x )((a), (b)); \
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dtest.h7 char prefix[ASSERT_BUFSIZE]; \
9 malloc_snprintf(prefix, sizeof(prefix), \
16 p_test_fail(prefix, message); \
217 char prefix[ASSERT_BUFSIZE]; \
219 malloc_snprintf(prefix, sizeof(prefix), \
233 char prefix[ASSERT_BUFSIZE]; \
235 malloc_snprintf(prefix, sizeof(prefix), \
250 char prefix[ASSERT_BUFSIZE]; \
252 malloc_snprintf(prefix, sizeof(prefix), \
265 malloc_snprintf(prefix, sizeof(prefix), \
[all …]
/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-prefix.m41 # lib-prefix.m4 serial 14
27 AC_ARG_WITH([lib-prefix],
128 acl_save_prefix="$prefix"
129 prefix="$acl_final_prefix"
131 prefix="$acl_save_prefix"
139 acl_save_prefix="$prefix"
145 prefix="$acl_save_prefix"
159 dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
166 dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
167 dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12.dtsi17 sound-name-prefix = "TDM_A";
28 sound-name-prefix = "TDM_B";
39 sound-name-prefix = "TDM_C";
54 sound-name-prefix = "PDM";
104 sound-name-prefix = "TODDR_A";
119 sound-name-prefix = "TODDR_B";
134 sound-name-prefix = "TODDR_C";
149 sound-name-prefix = "FRDDR_A";
164 sound-name-prefix = "FRDDR_B";
179 sound-name-prefix = "FRDDR_C";
[all …]
H A Dmeson-sm1.dtsi19 sound-name-prefix = "TDM_A";
30 sound-name-prefix = "TDM_B";
41 sound-name-prefix = "TDM_C";
202 sound-name-prefix = "TODDR_A";
217 sound-name-prefix = "TODDR_B";
232 sound-name-prefix = "TODDR_C";
247 sound-name-prefix = "FRDDR_A";
262 sound-name-prefix = "FRDDR_B";
277 sound-name-prefix = "FRDDR_C";
299 sound-name-prefix = "TDMIN_A";
[all …]
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_encode.c13 static u_char *ngx_http_v2_write_int(u_char *pos, ngx_uint_t prefix,
44 ngx_http_v2_write_int(u_char *pos, ngx_uint_t prefix, ngx_uint_t value) in ngx_http_v2_write_int() argument
46 if (value < prefix) { in ngx_http_v2_write_int()
51 *pos++ |= prefix; in ngx_http_v2_write_int()
52 value -= prefix; in ngx_http_v2_write_int()
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline_parse_ipaddr.c41 char *prefix, *prefix_end; in cmdline_parse_ipaddr() local
63 prefix = strrchr(ip_str, '/'); in cmdline_parse_ipaddr()
64 if (prefix == NULL) in cmdline_parse_ipaddr()
66 *prefix = '\0'; in cmdline_parse_ipaddr()
67 prefix ++; in cmdline_parse_ipaddr()
69 prefixlen = strtol(prefix, &prefix_end, 10); in cmdline_parse_ipaddr()
/f-stack/freebsd/contrib/zlib/test/
H A Dinfcover.c207 mem_high(strm, prefix); in mem_done()
227 prefix, zone->rogue); in mem_done()
512 char *prefix; in try() local
526 assert(prefix != NULL); in try()
529 strcpy(prefix, id); in try()
530 strcat(prefix, "-late"); in try()
551 mem_done(&strm, prefix); in try()
555 strcpy(prefix, id); in try()
556 strcat(prefix, "-back"); in try()
569 mem_done(&strm, prefix); in try()
[all …]
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Dios.sh45 --prefix="$SIMULATOR32_PREFIX" || exit 1
62 --prefix="$SIMULATOR64_PREFIX"
80 --prefix="$IOS32_PREFIX" || exit 1
93 --prefix="$IOS32s_PREFIX" || exit 1
106 --prefix="$IOS64_PREFIX" || exit 1
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzpool_prop.c203 static const char *prefix = "feature@"; in zpool_prop_feature() local
204 return (strncmp(name, prefix, strlen(prefix)) == 0); in zpool_prop_feature()
213 static const char *prefix = "unsupported@"; in zpool_prop_unsupported() local
214 return (strncmp(name, prefix, strlen(prefix)) == 0); in zpool_prop_unsupported()
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djemalloc-config.in12 --prefix : Print installation directory prefix.
27 prefix="@prefix@"
44 --prefix)
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dkmodtool37 prefix=
55 echo '%global kmodinstdir_prefix '${prefix}/lib/modules/
94 nohup ${prefix}/sbin/akmods --from-akmod-posttrans --akmod ${kmodname} &> /dev/null &
193 [[ "\$(uname -r)" == "${kernel_uname_r}" ]] && ${prefix}${depmod_path} -a > /dev/null || :
195 [[ "\$(uname -r)" == "${kernel_uname_r}" ]] && ${prefix}${depmod_path} -a > /dev/null || :
207 %dir $prefix/lib/modules/${kernel_uname_r}/extra
208 ${prefix}/lib/modules/${kernel_uname_r}/extra/${kmodname}/
376 elif [[ -e ${prefix}/lib/modules/"${kernel}"/build/Makefile ]] ; then
380 kernel_versions="${kernel_versions}${kernel}___${prefix}/lib/modules/${kernel}/build/ "
473 --prefix)
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.c97 #define CC(prefix) \ in decode_string() argument
99 size_t cc_len = strlen(prefix); \ in decode_string()
100 if (strncmp(str, prefix, cc_len) != 0) { \ in decode_string()
107 #define CC_opt(prefix, code) \ in decode_string() argument
109 size_t cc_len = strlen(prefix); \ in decode_string()
110 if (strncmp(str, prefix, cc_len) == 0) { \ in decode_string()
/f-stack/freebsd/contrib/openzfs/rpm/generic/
H A Dzfs-kmod.spec.in94 …me %{name} %{?buildforkernels:--%{buildforkernels}} --devel %{?prefix:--prefix "%{?prefix}"} %{?ke…
105 …me %{name} %{?buildforkernels:--%{buildforkernels}} --devel %{?prefix:--prefix "%{?prefix}"} %{?ke…
150 %{?prefix:INSTALL_MOD_PATH=%{?prefix}} \
/f-stack/tools/ipfw/
H A Dnat64clat.c193 struct in6_addr prefix; in nat64clat_create() local
220 if (inet_pton(AF_INET6, *av, &prefix) != 1) in nat64clat_create()
224 if (ipfw_check_nat64prefix(&prefix, plen) != 0) in nat64clat_create()
229 cfg->plat_prefix = prefix; in nat64clat_create()
233 cfg->clat_prefix = prefix; in nat64clat_create()
282 struct in6_addr prefix; in nat64clat_config() local
315 if (inet_pton(AF_INET6, *av, &prefix) != 1) in nat64clat_config()
319 if (ipfw_check_nat64prefix(&prefix, plen) != 0) in nat64clat_config()
323 cfg->plat_prefix = prefix; in nat64clat_config()
326 cfg->clat_prefix = prefix; in nat64clat_config()

12345678910>>...13