Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/freebsd/sys/netinet/
H A Dsctp_timer.c333 if (alt == NULL) { in sctp_find_alternate_net()
339 if (alt == NULL) { in sctp_find_alternate_net()
357 alt = TAILQ_NEXT(alt, sctp_next); in sctp_find_alternate_net()
360 if (alt == NULL) { in sctp_find_alternate_net()
390 alt = TAILQ_NEXT(alt, sctp_next); in sctp_find_alternate_net()
393 if (alt == NULL) { in sctp_find_alternate_net()
400 alt = net; in sctp_find_alternate_net()
402 if (alt == NULL) { in sctp_find_alternate_net()
406 return (alt); in sctp_find_alternate_net()
693 if (alt != net) { in sctp_mark_all_for_resend()
[all …]
/freebsd/share/syscons/keymaps/
H A Dce.iso2.kbd16 # alt-accent mark key.
30 # alt-` � (ogonek) and alt-~ � (cedilla)
32 # alt-! � (German double s)
33 # alt-@ � (degree)
34 # alt-# � (currency)
36 # alt-% � (umlaut, dve bodky)
41 # alt-* � (ring)
45 # alt-) � (dot accent)
49 # alt-= � (caron, m�k�e�, h��ek) and alt-+ � (breve)
51 # alt-\ / (slash)
[all …]
H A Dsk.iso2.kbd23 # alt-accent mark key.
37 # alt-` � (ogonek) and alt-~ � (cedilla)
39 # alt-! � (German double s)
40 # alt-@ � (degree)
41 # alt-# � (currency)
43 # alt-% � (umlaut, dve bodky)
48 # alt-* � (ring)
52 # alt-) � (dot accent)
56 # alt-= � (caron, m�k�e�, h��ek) and alt-+ � (breve)
58 # alt-\ / (slash)
[all …]
H A Dcz.iso2.kbd23 # alt-accent mark key.
37 # alt-` � (ogonek) and alt-~ � (cedilla)
39 # alt-! � (German double s)
40 # alt-@ � (degree)
41 # alt-# � (currency)
43 # alt-% � (umlaut, dve bodky)
48 # alt-* � (ring)
52 # alt-) � (dot accent)
56 # alt-= � (caron, m�k�e�, h��ek) and alt-+ � (breve)
58 # alt-\ / (slash)
[all …]
/freebsd/share/vt/keymaps/
H A Dcentraleuropean.kbd16 # alt-accent mark key.
30 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla)
32 # alt-! ß (German double s)
33 # alt-@ ° (degree)
34 # alt-# ¤ (currency)
36 # alt-% ¨ (umlaut, dve bodky)
41 # alt-* ° (ring)
45 # alt-) ˙ (dot accent)
49 # alt-= ˇ (caron, mäkčeň, háček) and alt-+ ˘ (breve)
51 # alt-\ / (slash)
[all …]
H A Dcentraleuropean.qwerty.kbd16 # alt-accent mark key.
30 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla)
32 # alt-! ß (German double s)
33 # alt-@ ° (degree)
34 # alt-# ¤ (currency)
36 # alt-% ¨ (umlaut, dve bodky)
41 # alt-* ° (ring)
45 # alt-) ˙ (dot accent)
49 # alt-= ˇ (caron, mäkčeň, háček) and alt-+ ˘ (breve)
51 # alt-\ / (slash)
[all …]
H A Dsk.kbd23 # alt-accent mark key.
37 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla)
39 # alt-! ß (German double s)
40 # alt-@ ° (degree)
41 # alt-# ¤ (currency)
43 # alt-% ¨ (umlaut, dve bodky)
48 # alt-* ° (ring)
52 # alt-) ˙ (dot accent)
56 # alt-= ˇ (caron, mäkčeň, háček) and alt-+ ˘ (breve)
58 # alt-\ / (slash)
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Dopenbmc-flash-layout-64-alt.dtsi13 label = "alt-u-boot";
18 label = "alt-u-boot-env";
23 label = "alt-kernel";
28 label = "alt-rofs";
33 label = "alt-rwfs";
/freebsd/contrib/tcsh/
H A Deight-bit.me85 alt["bracketright"] = "Aring"; alt["braceright"] = "aring";
86 alt["bracketleft"] = "Adiaeresis"; alt["braceleft"] = "adiaeresis";
87 alt["backslash"] = "Odiaeresis"; alt["bar"] = "odiaeresis";
89 NF >= 5 && (alt[$3] != "" || alt[$5] != "") {
91 if (alt[$3] != "") printf "%s ", alt[$3];
93 printf "%s\\n", alt[$5];
96 alt[$3] != "" {
97 printf "keycode %s = %s %s %s\\n", $1, $3, $3, alt[$3];
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d36 int alt; member
166 command[i].alt = 1;
171 command[i].alt = 1;
183 this->str = command[i].alt ? altstr : str;
184 this->str2 = command[i].alt ? altstr2 : str2;
185 this->result = substr(command[i].alt ?
206 this->str = command[i].alt ? altstr : str;
207 this->str2 = command[i].alt ? altstr2 : str2;
208 this->result = substr(command[i].alt ?
/freebsd/contrib/libedit/
H A Dmap.c916 el->el_map.alt = el_calloc(N_KEYS, sizeof(*el->el_map.alt)); in map_init()
956 el_free(el->el_map.alt); in map_end()
957 el->el_map.alt = NULL; in map_end()
995 el_action_t *alt = el->el_map.alt; in map_init_meta() local
1006 map = alt; in map_init_meta()
1008 map = alt; in map_init_meta()
1035 el_action_t *alt = el->el_map.alt; in map_init_vi() local
1046 alt[i] = vic[i]; in map_init_vi()
1066 el_action_t *alt = el->el_map.alt; in map_init_emacs() local
1075 alt[i] = ED_UNASSIGNED; in map_init_emacs()
[all …]
/freebsd/lib/libc/stdio/
H A Dxprintf_float.c187 if (pi->alt) in __printf_render_float()
277 if (pi->alt) in __printf_render_float()
288 if (!pi->alt) in __printf_render_float()
295 if (prec > 1 || pi->alt) in __printf_render_float()
304 if (prec || pi->alt) in __printf_render_float()
373 if (prec || pi->alt) in __printf_render_float()
397 if (prec || pi->alt) in __printf_render_float()
402 if (prec > 1 || pi->alt) { in __printf_render_float()
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dtanf_3u3.c168 uint32_t alt = (uint32_t) n & 1; in tanf() local
171 float z = alt ? -r : r; in tanf()
175 float offset = alt ? 1.0f / z : z; in tanf()
176 float scale = alt ? z : z * z2; in tanf()
179 float p = alt ? eval_Q (z2) : eval_P (z2); in tanf()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_riscv64.h52 #define DEFINE_GPR64_ALT(reg, alt, generic_kind) \ argument
54 #reg, #alt, 8, GPR_OFFSET(gpr_##reg##_riscv - gpr_first_riscv), \
61 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) DEFINE_FPR_ALT(reg, alt, 8, generic_kind) argument
63 #define DEFINE_FPR_ALT(reg, alt, size, generic_kind) \ argument
65 #reg, #alt, size, FPR_OFFSET(fpr_##reg##_riscv - fpr_first_riscv), \
74 #define DEFINE_VPR_ALT(reg, alt, generic_kind) \ argument
76 #reg, #alt, 16, 0, lldb::eEncodingVector, lldb::eFormatVectorOfUInt8, \
H A DRegisterInfos_mips.h33 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3) \ argument
35 #reg, alt, sizeof(((GPR_linux_mips *) NULL)->reg) / 2, \
47 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument
49 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \
57 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument
59 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \
66 #define DEFINE_MSA(reg, alt, kind1, kind2, kind3, kind4) \ argument
68 #reg, alt, sizeof(((MSA_linux_mips *) 0)->reg), \
75 #define DEFINE_MSA_INFO(reg, alt, kind1, kind2, kind3, kind4) \ argument
77 #reg, alt, sizeof(((MSA_linux_mips *) 0)->reg), \
H A DRegisterInfos_mips64.h27 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
29 #reg, alt, sizeof(((GPR_freebsd_mips *) 0)->reg), \
36 #define DEFINE_FPR(reg, alt, kind1, kind2, kind3) \ argument
38 #reg, alt, sizeof(((FPR_freebsd_mips *) 0)->reg), \
45 #define DEFINE_FPR_INFO(reg, alt, kind1, kind2, kind3) \ argument
47 #reg, alt, sizeof(((FPR_freebsd_mips *) 0)->reg), \
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-nfc.py269 def dpp_handover_client(handover, alt=False): argument
271 if alt:
273 run_dpp_handover_client(handover, alt)
276 def run_client_alt(handover, alt): argument
277 if handover.start_client_alt and not alt:
331 if alt:
395 run_client_alt(handover, alt)
420 elif handover.try_own and not alt:
424 run_client_alt(handover, alt)
436 run_client_alt(handover, alt)
[all …]
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses411 userdef kDN3 str - alt down-cursor
416 userdef kEND3 str - alt end
417 userdef kEND4 str - shift+alt end
420 userdef kEND7 str - alt+control end
421 userdef kHOM3 str - alt home
422 userdef kHOM4 str - shift+alt home
431 userdef kLFT3 str - alt left-cursor
436 userdef kNXT3 str - alt next
437 userdef kNXT4 str - shift+alt next
441 userdef kPRV3 str - alt previous
[all …]
H A DCaps.keys662 key_a_a kaa str $a KEY_A_A + ----- alt- a key
663 key_a_b kab str $b KEY_A_B + ----- alt- b key
664 key_a_c kac str $c KEY_A_C + ----- alt- c key
665 key_a_d kad str $d KEY_A_D + ----- alt- d key
666 key_a_e kae str $e KEY_A_E + ----- alt- e key
667 key_a_f kaf str $f KEY_A_F + ----- alt- f key
668 key_a_g kag str $g KEY_A_G + ----- alt- g key
669 key_a_h kah str $h KEY_A_H + ----- alt- h key
670 key_a_i kai str $i KEY_A_I + ----- alt- i key
671 key_a_j kaj str $j KEY_A_J + ----- alt- j key
[all …]
/freebsd/usr.bin/rpcgen/
H A Drpc_cout.c206 const char *alt = NULL; in print_ifstat() local
221 alt = "string"; in print_ifstat()
223 alt = "opaque"; in print_ifstat()
225 if (alt) { in print_ifstat()
226 print_ifopen(indent, alt); in print_ifstat()
234 if (!alt) { in print_ifstat()
240 alt = "string"; in print_ifstat()
242 alt = "bytes"; in print_ifstat()
245 print_ifopen(indent, alt); in print_ifstat()
248 if (alt) { in print_ifstat()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh81 void *alt;
86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
92 if ((alt_go = dlsym(alt, "go")) == NULL) {
H A Dtst.provregex4.ksh104 void *alt;
109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL))
115 if ((alt_go = dlsym(alt, "go")) == NULL) {
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaRegisterInfo.td29 class ARReg<bits<4> num, string n, list<string> alt = []> : XtensaReg<n> {
31 let AltNames = alt;
70 class SRReg<bits<8> num, string n, list<string> alt = []> : XtensaReg<n> {
72 let AltNames = alt;
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1042 mlx4_unregister_mac(dev->dev, qp->alt.smac_port, qp->alt.smac); in destroy_qp_common()
1052 mlx4_unregister_vlan(dev->dev, qp->alt.vlan_port, qp->alt.vid); in destroy_qp_common()
2077 mlx4_unregister_mac(dev->dev, qp->alt.smac_port, qp->alt.smac); in __mlx4_ib_modify_qp()
2088 mlx4_unregister_vlan(dev->dev, qp->alt.vlan_port, qp->alt.vid); in __mlx4_ib_modify_qp()
2120 mlx4_unregister_mac(dev->dev, qp->alt.smac_port, qp->alt.smac); in __mlx4_ib_modify_qp()
2121 qp->alt.smac = qp->alt.candidate_smac; in __mlx4_ib_modify_qp()
2122 qp->alt.smac_index = qp->alt.candidate_smac_index; in __mlx4_ib_modify_qp()
2123 qp->alt.smac_port = qp->alt.candidate_smac_port; in __mlx4_ib_modify_qp()
2156 qp->alt.vid = qp->alt.candidate_vid; in __mlx4_ib_modify_qp()
2157 qp->alt.vlan_port = qp->alt.candidate_vlan_port; in __mlx4_ib_modify_qp()
[all …]
/freebsd/contrib/ntp/html/scripts/
H A Dcommand.txt3 <td width='50%' ><img src='icons/home.gif' align='middle' alt='gif'>\
5 <td width='50%' ><img src='icons/mail2.gif' align='middle' alt='gif'>\

12345678910>>...16