Home
last modified time | relevance | path

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

12345678910>>...96

/netbsd/src/usr.bin/make/unit-tests/
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 ffix= "prefix"
34 prefix ffix=NS "prefix"
38 prefix ffix=% "prefix"
42 prefix ffix=%NS "prefix"
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
Dtids.exp268 foreach prefix {"" "1." "\$inf."} {
269 thr_apply_info_thr "${prefix}\$thr_start" \
271 thr_apply_info_thr "${prefix}\$thr_start-\$thr_end" \
273 thr_apply_info_thr "${prefix}2-\$thr_end" \
275 thr_apply_info_thr "${prefix}\$thr_start-3" \
279 set prefix_re [string_to_regexp $prefix]
280 thr_apply_info_thr_error "${prefix}\$conv123" \
361 foreach prefix {"" "1." "$one."} {
362 set prefix_re [string_to_regexp $prefix]
364 thr_apply_info_thr_invalid "${prefix}foo"
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Daarch64-mops-single-step.exp31 proc step_through_sequence { prefix } { argument
34 while { [is_at_instruction ${prefix}p] == 1 && $count < 50 } {
39 gdb_test "stepi" "\[^\r\n\]+" "step over ${prefix}p"
40 if { [is_at_instruction ${prefix}m] == 1 } {
41 pass "stepped over ${prefix}p"
43 fail "stepped over ${prefix}e"
47 gdb_test "stepi" "\[^\r\n\]+" "step over ${prefix}m"
48 if { [is_at_instruction ${prefix}e] == 1 } {
49 pass "stepped over ${prefix}m"
50 } elseif { [is_at_instruction ${prefix}p] == 1 } {
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dstore.exp38 set prefix "var ${t} l"
54 set test "${prefix}; print old l, expecting ${l}"
65 set test "${prefix}; print old r, expecting ${r}"
77 "${prefix}; setting l to 4"
79 "${prefix}; print new l, expecting ${new}"
82 "${prefix}; next over add call"
85 "${prefix}; print incremented l, expecting ${add}"
103 set prefix "upvar ${t} l"
108 "${prefix}; up"
111 set test "${prefix}; print old l, expecting ${l}"
[all …]
Doptions.exp162 proc_with_prefix test-print {{prefix ""}} {
168 test_gdb_complete_none "${prefix}print "
171 test_gdb_complete_multiple "${prefix}print " "-" "" {
199 gdb_test "${prefix}print -pretty -- /x 1" " = 0x1"
202 gdb_test "${prefix}print -pretty -- g_s" \
211 "${prefix}print xxx" \
212 "${prefix}print xxx1"
214 "${prefix}print -- xxx" \
215 "${prefix}print -- xxx1"
222 upvar prefix prefix
[all …]
Dasync.exp95 set prefix ""
98 set prefix "0x0*$next_insn_addr.*"
100 test_background "stepi&" "" ".*$prefix x = 5; .*"
115 set prefix ""
118 set prefix "0x0*$next_insn_addr.*"
121 test_background "nexti&" "" ".*$prefix x = 5; .*"
124 set prefix ""
127 set prefix "0x0*$next_insn_addr in "
130 "Run till exit from #0 ${prefix}foo \\(\\) at.*async.c.*\r\n" \
/netbsd/src/usr.sbin/faithd/
Dprefix.c50 static int prefix_set(const char *, struct prefix *, int);
61 prefix_set(const char *s, struct prefix *prefix, int slash) in prefix_set() argument
83 if (res->ai_next || res->ai_addrlen > sizeof(prefix->a)) in prefix_set()
85 memcpy(&prefix->a, res->ai_addr, res->ai_addrlen); in prefix_set()
87 switch (prefix->a.ss_family) { in prefix_set()
101 prefix->l = (int)strtoul(q, &r, 10); in prefix_set()
104 if (prefix->l < 0 || prefix->l > max) in prefix_set()
107 prefix->l = max; in prefix_set()
124 prefix_string(const struct prefix *prefix) in prefix_string() argument
129 if (getnameinfo((const void *)&prefix->a, (socklen_t)prefix->a.ss_len, in prefix_string()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/igen/
Dgen-itable.c87 options.module.itable.prefix.l, name, elem); in itable_print_enum()
88 if (strlen (options.module.itable.prefix.l) > 0) in itable_print_enum()
92 name, elem, options.module.itable.prefix.l, name, elem); in itable_print_enum()
95 lf_printf (file, "nr_%sitable_%ss,\n", options.module.itable.prefix.l, in itable_print_enum()
99 lf_printf (file, "} %sitable_%ss;\n", options.module.itable.prefix.l, name); in itable_print_enum()
100 if (strlen (options.module.itable.prefix.l) > 0) in itable_print_enum()
104 name, options.module.itable.prefix.l, name); in itable_print_enum()
107 name, options.module.itable.prefix.l, name); in itable_print_enum()
119 options.module.itable.prefix.l, name, in itable_print_names()
120 options.module.itable.prefix.l, name); in itable_print_names()
[all …]
Dgen-support.c64 && strcmp (options.module.support.prefix.l, "") != 0) in print_support_function_name()
69 options.module.support.prefix.l, function->name); in print_support_function_name()
76 options.module.support.prefix.l, function->name); in print_support_function_name()
80 options.module.support.prefix.l); in print_support_function_name()
84 options.module.support.prefix.l); in print_support_function_name()
144 if (strcmp (options.module.idecode.prefix.l, "") != 0) in gen_support_h()
149 options.module.idecode.prefix.l, "instruction_word"); in gen_support_h()
154 options.module.idecode.prefix.l, "idecode_issue"); in gen_support_h()
159 options.module.idecode.prefix.l, "semantic_illegal"); in gen_support_h()
170 options.module.support.prefix.l); in gen_support_h()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-z80.c748 unsigned char prefix; member
1093 emit_insn (char prefix, char opcode, const char * args) in emit_insn() argument
1097 if (prefix) in emit_insn()
1100 *p++ = prefix; in emit_insn()
1276 emit_mx (char prefix, char opcode, int shift, expressionS * arg) in emit_mx() argument
1299 if ((prefix == 0) && (rnum & R_INDEX)) in emit_mx()
1301 prefix = (rnum & R_IX) ? 0xDD : 0xFD; in emit_mx()
1312 q = frag_more (prefix ? 2 : 1); in emit_mx()
1313 if (prefix) in emit_mx()
1314 * q ++ = prefix; in emit_mx()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dena-dis-br-range.exp179 proc disable_invalid {prefix suffix} {
182 if {$prefix == ""} {
188 "disable ${prefix}$suffix" \
195 proc disable_inverted {prefix suffix} {
198 if {$prefix == ""} {
204 "disable ${prefix}$suffix" \
211 proc disable_negative {prefix suffix} {
214 if {$prefix == ""} {
220 "disable ${prefix}$suffix" \
230 foreach prefix {"" "1." "$one."} {
[all …]
/netbsd/src/external/cddl/osnet/dist/cmd/zdb/
Dzdb_il.c47 static char prefix[4] = "\t\t\t"; variable
50 print_log_bp(const blkptr_t *bp, const char *prefix) in print_log_bp() argument
55 (void) printf("%s%s\n", prefix, blkbuf); in print_log_bp()
76 (void) printf("%s%s -> %s\n", prefix, name, link); in zil_prt_rec_create()
78 (void) printf("%s%s\n", prefix, name); in zil_prt_rec_create()
81 (void) printf("%s%s", prefix, ctime(&crtime)); in zil_prt_rec_create()
82 (void) printf("%sdoid %llu, foid %llu, mode %llo\n", prefix, in zil_prt_rec_create()
85 (void) printf("%suid %llu, gid %llu, gen %llu, rdev 0x%llx\n", prefix, in zil_prt_rec_create()
94 (void) printf("%sdoid %llu, name %s\n", prefix, in zil_prt_rec_remove()
102 (void) printf("%sdoid %llu, link_obj %llu, name %s\n", prefix, in zil_prt_rec_link()
[all …]
/netbsd/src/usr.sbin/rtadvd/
Dconfig.c108 struct prefix *pfx; in free_rainfo()
123 while ((pfx = TAILQ_FIRST(&rai->prefix))) { in free_rainfo()
124 TAILQ_REMOVE(&rai->prefix, pfx, next); in free_rainfo()
219 TAILQ_INIT(&tmp->prefix); in getconfig()
381 struct prefix *pfx; in getconfig()
396 TAILQ_INSERT_TAIL(&tmp->prefix, pfx, next); in getconfig()
402 if (inet_pton(AF_INET6, addr, &pfx->prefix) != 1) { in getconfig()
408 if (IN6_IS_ADDR_MULTICAST(&pfx->prefix)) { in getconfig()
415 if (IN6_IS_ADDR_LINKLOCAL(&pfx->prefix)) in getconfig()
484 if (TAILQ_FIRST(&tmp->prefix) == NULL && !agetflag("noifprefix")) in getconfig()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/ms/
Duplink-x86_64.pl20 $prefix="_lazy";
29 .type $prefix${i},\@abi-omnipotent
31 $prefix${i}:
47 $prefix${i}_end:
48 .size $prefix${i},.-$prefix${i}
56 for ($i=1;$i<=$N;$i++) { print " .quad $prefix$i\n"; }
63 .rva $prefix${i},$prefix${i}_end,${prefix}_unwind_info
69 ${prefix}_unwind_info:
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprefix.cc92 const char *prefix = 0; in get_key_value() local
96 prefix = lookup_key (key); in get_key_value()
99 if (prefix == 0) in get_key_value()
100 prefix = getenv (temp = concat (key, "_ROOT", NULL)); in get_key_value()
102 if (prefix == 0) in get_key_value()
103 prefix = std_prefix; in get_key_value()
107 return prefix; in get_key_value()
187 const char *prefix; in translate_name() local
207 prefix = get_key_value (key); in translate_name()
208 if (prefix == 0) in translate_name()
[all …]
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-babel.c146 format_prefix(netdissect_options *ndo, const u_char *prefix, unsigned char plen) in format_prefix() argument
155 if(plen >= 96 && memcmp(prefix, v4prefix, 12) == 0) in format_prefix()
156 snprintf(buf, 50, "%s/%u", ipaddr_string(ndo, prefix + 12), plen - 96); in format_prefix()
158 snprintf(buf, 50, "%s/%u", ip6addr_string(ndo, prefix), plen); in format_prefix()
164 format_address(netdissect_options *ndo, const u_char *prefix) in format_address() argument
171 if(memcmp(prefix, v4prefix, 12) == 0) in format_address()
172 return ipaddr_string(ndo, prefix + 12); in format_address()
174 return ip6addr_string(ndo, prefix); in format_address()
210 unsigned char prefix[16]; in network_prefix() local
223 memset(prefix, 0, 16); in network_prefix()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dtrace.c177 char *prefix; member
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()
273 if (prefix != NULL && curr_prefix != NULL) { in set_trace_data()
275 trace_channels[category].prefix = NULL; in set_trace_data()
290 if (prefix != NULL && *prefix != NULL) { in set_trace_data()
291 if ((curr_prefix = OPENSSL_strdup(*prefix)) == NULL) in set_trace_data()
293 trace_channels[category].prefix = curr_prefix; in set_trace_data()
316 if (prefix != NULL && *prefix != NULL) { in set_trace_data()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/m32c/
Dm32c.opc110 prefix (int src_allowed, int dest_allowed, int index_bytewidth)
188 prefix (0, 0, 0);
452 prefix (0, 1, 0);
462 prefix (0, 0, 0);
469 prefix (0, 0, 0);
477 prefix (0, 1, 0);
483 prefix (0, 1, 0);
490 prefix (0, 1, 0);
497 prefix (0, 1, 0);
504 prefix (0, 1, 0);
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dcgen.sh54 prefix=$7
121 ${rootdir}/move-if-change ${tmp}-desc.h ${srcdir}/${prefix}-desc.h
125 -e "s/@prefix@/${prefix}/" -e 's/[ ][ ]*$//' \
127 ${rootdir}/move-if-change ${tmp}-desc.c ${srcdir}/${prefix}-desc.c
132 ${rootdir}/move-if-change ${tmp}-opc.h ${srcdir}/${prefix}-opc.h
136 -e "s/@prefix@/${prefix}/" -e 's/[ ][ ]*$//' \
138 ${rootdir}/move-if-change ${tmp}-opc.c ${srcdir}/${prefix}-opc.c
144 -e "s/@prefix@/${prefix}/" -e 's/[ ][ ]*$//' \
146 ${rootdir}/move-if-change ${tmp}-opinst.c ${srcdir}/${prefix}-opinst.c
153 -e "s/@prefix@/${prefix}/" -e 's/[ ][ ]*$//' > ${tmp}-ibld.c
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dcgen.sh54 prefix=$7
121 ${rootdir}/move-if-change ${tmp}-desc.h ${srcdir}/${prefix}-desc.h
125 -e "s/@prefix@/${prefix}/" -e 's/[ ][ ]*$//' \
127 ${rootdir}/move-if-change ${tmp}-desc.c ${srcdir}/${prefix}-desc.c
132 ${rootdir}/move-if-change ${tmp}-opc.h ${srcdir}/${prefix}-opc.h
136 -e "s/@prefix@/${prefix}/" -e 's/[ ][ ]*$//' \
138 ${rootdir}/move-if-change ${tmp}-opc.c ${srcdir}/${prefix}-opc.c
144 -e "s/@prefix@/${prefix}/" -e 's/[ ][ ]*$//' \
146 ${rootdir}/move-if-change ${tmp}-opinst.c ${srcdir}/${prefix}-opinst.c
153 -e "s/@prefix@/${prefix}/" -e 's/[ ][ ]*$//' > ${tmp}-ibld.c
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dgenmloop.sh142 prefix="unknown"
159 -outfile-prefix) shift ; outprefix=$1 ;;
165 -prefix) shift ; prefix=$1 ;;
194 if [ "x$prefix" = xunknown ] ; then
195 prefix=$cpu
201 PREFIX=`echo ${prefix} | tr "${lowercase}" "${uppercase}"`
295 echo "extern ENGINE_FN ${prefix}_engine_run_full;"
296 echo "extern ENGINE_FN ${prefix}_engine_run_fast;"
300 echo "extern SEM_PC ${prefix}_pbb_begin (SIM_CPU *, int);"
301 echo "extern SEM_PC ${prefix}_pbb_chain (SIM_CPU *, SEM_ARG);"
[all …]
/netbsd/src/sys/net/npf/
Dlpm.c95 lpm_hmap_t prefix[LPM_MAX_PREFIX + 1]; member
112 lpm_hmap_t *hmap = &lpm->prefix[n]; in lpm_clear()
289 unsigned preflen, uint32_t *prefix) in compute_prefix() argument
300 prefix[i] = 0; in compute_prefix()
305 prefix[i] = addr[i] & mask; in compute_prefix()
308 prefix[i] = addr[i]; in compute_prefix()
324 uint32_t prefix[LPM_MAX_WORDS]; in lpm_insert() local
333 compute_prefix(nwords, addr, preflen, prefix); in lpm_insert()
334 entry = hashmap_insert(&lpm->prefix[preflen], prefix, len, lpm->flags); in lpm_insert()
351 uint32_t prefix[LPM_MAX_WORDS]; in lpm_remove() local
[all …]
/netbsd/src/sys/dev/
Dfirmload.c141 char *prefix = *prefixp; in firmware_path_next() local
144 if (prefix == NULL /* terminated early */ in firmware_path_next()
145 || *prefix != '/') { /* empty or not absolute */ in firmware_path_next()
168 if (*prefix == ':' || *prefix == '\0') in firmware_path_next()
170 pnbuf[i] = *prefix++; in firmware_path_next()
173 if (*prefix != ':' && *prefix != '\0') { in firmware_path_next()
179 if (*prefix != '\0') in firmware_path_next()
180 prefix++; in firmware_path_next()
181 *prefixp = prefix; in firmware_path_next()
208 char *pnbuf, *path, *prefix; in firmware_open() local
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-getopt.c26 mi_getopt_1 (const char *prefix, int argc, const char *const *argv, in mi_getopt_1() argument
61 error (_("%s: Option %s requires an argument"), prefix, arg); in mi_getopt_1()
75 error (_("%s: Unknown option ``%s''"), prefix, arg + 1); in mi_getopt_1()
81 mi_getopt (const char *prefix, in mi_getopt() argument
86 return mi_getopt_1 (prefix, argc, argv, opts, oind, oarg, 1); in mi_getopt()
90 mi_getopt_allow_unknown (const char *prefix, int argc, in mi_getopt_allow_unknown() argument
95 return mi_getopt_1 (prefix, argc, argv, opts, oind, oarg, 0); in mi_getopt_allow_unknown()
99 mi_valid_noargs (const char *prefix, int argc, const char *const *argv) in mi_valid_noargs() argument
108 if (mi_getopt (prefix, argc, argv, opts, &oind, &oarg) == -1) in mi_valid_noargs()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/com_err/
Dparse.y106 free(prefix);
107 asprintf (&prefix, "%s_", $2);
108 if (prefix == NULL)
114 prefix = realloc(prefix, 1);
115 if (prefix == NULL)
117 *prefix = '\0';
128 if(prefix && *prefix != '\0') {
129 asprintf (&ec->name, "%s%s", prefix, $2);

12345678910>>...96