| /freebsd-10-stable/sys/netinet/ |
| D | sctp_timer.c | 175 struct sctp_nets *alt, *mnet, *min_errors_net = NULL, *max_cwnd_net = NULL; in sctp_find_alternate_net() local 343 alt = TAILQ_NEXT(mnet, sctp_next); in sctp_find_alternate_net() 344 if (alt == NULL) { in sctp_find_alternate_net() 349 alt = TAILQ_FIRST(&stcb->asoc.nets); in sctp_find_alternate_net() 350 if (alt == NULL) { in sctp_find_alternate_net() 354 if (alt->ro.ro_rt == NULL) { in sctp_find_alternate_net() 355 if (alt->ro._s_addr) { in sctp_find_alternate_net() 356 sctp_free_ifa(alt->ro._s_addr); in sctp_find_alternate_net() 357 alt->ro._s_addr = NULL; in sctp_find_alternate_net() 359 alt->src_addr_selected = 0; in sctp_find_alternate_net() [all …]
|
| /freebsd-10-stable/share/syscons/keymaps/ |
| D | ce.iso2.kbd | 17 # alt-accent mark key. 25 # Alt key: The dot (del) key combined with alt will print a 26 # comma instead of a dot; alt-/ will show the division mark, 27 # and alt-* the multpilication sign. 31 # alt-` � (ogonek) and alt-~ � (cedilla) 33 # alt-! � (German double s) 34 # alt-@ � (degree) 35 # alt-# � (currency) 36 # alt-$ � (section, called paragraf in most CE languages) 37 # alt-% � (umlaut, dve bodky) [all …]
|
| D | sk.iso2.kbd | 24 # alt-accent mark key. 32 # Alt key: The dot (del) key combined with alt will print a 33 # comma instead of a dot; alt-/ will show the division mark, 34 # and alt-* the multpilication sign. 38 # alt-` � (ogonek) and alt-~ � (cedilla) 40 # alt-! � (German double s) 41 # alt-@ � (degree) 42 # alt-# � (currency) 43 # alt-$ � (section, called paragraf in most CE languages) 44 # alt-% � (umlaut, dve bodky) [all …]
|
| D | cz.iso2.kbd | 24 # alt-accent mark key. 32 # Alt key: The dot (del) key combined with alt will print a 33 # comma instead of a dot; alt-/ will show the division mark, 34 # and alt-* the multpilication sign. 38 # alt-` � (ogonek) and alt-~ � (cedilla) 40 # alt-! � (German double s) 41 # alt-@ � (degree) 42 # alt-# � (currency) 43 # alt-$ � (section, called paragraf in most CE languages) 44 # alt-% � (umlaut, dve bodky) [all …]
|
| /freebsd-10-stable/share/vt/keymaps/ |
| D | centraleuropean.qwerty.kbd | 17 # alt-accent mark key. 25 # Alt key: The dot (del) key combined with alt will print a 26 # comma instead of a dot; alt-/ will show the division mark, 27 # and alt-* the multpilication sign. 31 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla) 33 # alt-! ß (German double s) 34 # alt-@ ° (degree) 35 # alt-# ¤ (currency) 36 # alt-$ § (section, called paragraf in most CE languages) 37 # alt-% ¨ (umlaut, dve bodky) [all …]
|
| D | centraleuropean.kbd | 17 # alt-accent mark key. 25 # Alt key: The dot (del) key combined with alt will print a 26 # comma instead of a dot; alt-/ will show the division mark, 27 # and alt-* the multpilication sign. 31 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla) 33 # alt-! ß (German double s) 34 # alt-@ ° (degree) 35 # alt-# ¤ (currency) 36 # alt-$ § (section, called paragraf in most CE languages) 37 # alt-% ¨ (umlaut, dve bodky) [all …]
|
| D | sk.kbd | 24 # alt-accent mark key. 32 # Alt key: The dot (del) key combined with alt will print a 33 # comma instead of a dot; alt-/ will show the division mark, 34 # and alt-* the multpilication sign. 38 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla) 40 # alt-! ß (German double s) 41 # alt-@ ° (degree) 42 # alt-# ¤ (currency) 43 # alt-$ § (section, called paragraf in most CE languages) 44 # alt-% ¨ (umlaut, dve bodky) [all …]
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| D | tst.substr.d | 36 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-10-stable/lib/libc/stdio/ |
| D | xprintf_float.c | 187 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-10-stable/lib/libedit/ |
| D | map.c | 906 el->el_map.alt = (el_action_t *)el_malloc(sizeof(el_action_t) * N_KEYS); in map_init() 907 if (el->el_map.alt == NULL) in map_init() 944 el_free((ptr_t) el->el_map.alt); in map_end() 945 el->el_map.alt = NULL; in map_end() 983 el_action_t *alt = el->el_map.alt; in map_init_meta() local 989 for (i = 0; i <= 0377 && alt[i] != EM_META_NEXT; i++) in map_init_meta() 994 map = alt; in map_init_meta() 996 map = alt; in map_init_meta() 1023 el_action_t *alt = el->el_map.alt; in map_init_vi() local 1034 alt[i] = vic[i]; in map_init_vi() [all …]
|
| /freebsd-10-stable/contrib/ntp/lib/isc/ |
| D | print.c | 72 int alt; in isc_print_vsnprintf() local 117 dot = neg = space = plus = left = zero = alt = h = l = q = 0; in isc_print_vsnprintf() 124 alt = 1; in isc_print_vsnprintf() 276 sprintf(buf, alt ? "%#lo" : "%lo", in isc_print_vsnprintf() 288 alt ? "%#lo" : "%lo", in isc_print_vsnprintf() 294 alt ? "%#lo" : "%lo", in isc_print_vsnprintf() 332 if (alt) { in isc_print_vsnprintf() 354 if (alt) { in isc_print_vsnprintf() 569 sprintf(fmt, "%%%s%s.%lu%s%c", alt ? "#" : "", in isc_print_vsnprintf()
|
| /freebsd-10-stable/usr.bin/rpcgen/ |
| D | rpc_cout.c | 216 const char *alt = NULL; in print_ifstat() local 231 alt = "string"; in print_ifstat() 233 alt = "opaque"; in print_ifstat() 235 if (alt) { in print_ifstat() 236 print_ifopen(indent, alt); in print_ifstat() 244 if (!alt) { in print_ifstat() 250 alt = "string"; in print_ifstat() 252 alt = "bytes"; in print_ifstat() 255 print_ifopen(indent, alt); in print_ifstat() 258 if (alt) { in print_ifstat() [all …]
|
| /freebsd-10-stable/contrib/libyaml/tests/ |
| D | Makefile.in | 41 example-reformatter$(EXEEXT) example-reformatter-alt$(EXEEXT) \ 43 example-deconstructor-alt$(EXEEXT) 59 example_deconstructor_alt_SOURCES = example-deconstructor-alt.c 61 example-deconstructor-alt.$(OBJEXT) 69 example_reformatter_alt_SOURCES = example-reformatter-alt.c 70 example_reformatter_alt_OBJECTS = example-reformatter-alt.$(OBJEXT) 114 SOURCES = example-deconstructor.c example-deconstructor-alt.c \ 115 example-reformatter.c example-reformatter-alt.c run-dumper.c \ 118 DIST_SOURCES = example-deconstructor.c example-deconstructor-alt.c \ 119 example-reformatter.c example-reformatter-alt.c run-dumper.c \ [all …]
|
| D | Makefile.am | 7 example-reformatter example-reformatter-alt \ 8 example-deconstructor example-deconstructor-alt
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/ |
| D | tst.provregex2.ksh | 81 void *alt; 86 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL)) 92 if ((alt_go = dlsym(alt, "go")) == NULL) {
|
| D | tst.provregex4.ksh | 104 void *alt; 109 if ((alt = dlopen("./altlib.so", RTLD_LAZY | RTLD_LOCAL)) 115 if ((alt_go = dlsym(alt, "go")) == NULL) {
|
| /freebsd-10-stable/contrib/ncurses/include/ |
| D | Caps.keys | 35 # is illustrates an experimental extension to describe alt-, shift- and 645 key_a_delete kadelete str %s KEY_A_DELETE + ----- alt- delete-character key 646 key_a_end kaend str %t KEY_A_END + ----- alt- end key 647 key_a_home kahom str %u KEY_A_HOME + ----- alt- home key 648 key_a_insert kainsert str %v KEY_A_INSERT + ----- alt- insert-character key 649 key_a_left kalft str %w KEY_A_LEFT + ----- alt- left-arrow key 650 key_a_next kanxt str %x KEY_A_NEXT + ----- alt- next key 651 key_a_previous kaprv str %y KEY_A_PREVIOUS + ----- alt- previous key 652 key_a_print kaprt str %z KEY_A_PRINT + ----- alt- print key 653 key_a_right karit str %! KEY_A_RIGHT + ----- alt- right-arrow key [all …]
|
| /freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/ |
| D | qp.c | 932 qp->pri.vid = qp->alt.vid = 0xFFFF; in create_qp_common() 937 qp->pri.vid = qp->alt.vid = 0xFFFF; in create_qp_common() 1224 if (qp->alt.smac) { in destroy_qp_common() 1225 mlx4_unregister_mac(dev->dev, qp->alt.smac_port, qp->alt.smac); in destroy_qp_common() 1226 qp->alt.smac = 0; in destroy_qp_common() 1234 if (qp->alt.vid < 0x1000) { in destroy_qp_common() 1235 mlx4_unregister_vlan(dev->dev, qp->alt.vlan_port, qp->alt.vid); in destroy_qp_common() 1236 qp->alt.vid = 0xFFFF; in destroy_qp_common() 1237 qp->alt.candidate_vid = 0xFFFF; in destroy_qp_common() 1238 qp->alt.update_vid = 0; in destroy_qp_common() [all …]
|
| /freebsd-10-stable/contrib/gdtoa/ |
| D | printf.c0 | 689 int alt, base, c, decpt, dot, conv, i1, k, lead0, left, 720 alt=dot=lead0=left=len=prec=psign=sign=width=0; 736 alt = 1; 843 alt = 0; 850 if (alt && conv == 'o' && prec <= 0) 857 if (alt == 2) 861 if (alt == 2) 875 if (alt == 2) 887 if (alt == 2) 914 len = alt = 1; [all …]
|
| /freebsd-10-stable/contrib/ntp/html/scripts/ |
| D | command.txt | 3 <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'>\
|
| /freebsd-10-stable/contrib/gcc/ |
| D | regrename.c | 759 int alt; in build_def_use() local 783 alt = which_alternative; in build_def_use() 793 int matches = recog_op_alt[i][alt].matches; in build_def_use() 795 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl; in build_def_use() 796 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0 in build_def_use() 870 enum reg_class cl = recog_op_alt[opn][alt].cl; in build_def_use() 879 if (recog_op_alt[opn][alt].is_address) in build_def_use() 946 enum reg_class cl = recog_op_alt[i][alt].cl; in build_def_use() 953 recog_op_alt[i][alt].earlyclobber); in build_def_use() 963 enum reg_class cl = recog_op_alt[opn][alt].cl; in build_def_use() [all …]
|
| /freebsd-10-stable/sys/dev/sound/isa/ |
| D | mss.c | 634 gusmax_setup(struct mss_info *mss, device_t dev, struct resource *alt) in gusmax_setup() argument 648 port_wr(alt, 0x0f, 0x05); in gusmax_setup() 649 port_wr(alt, 0x00, 0x0c); in gusmax_setup() 650 port_wr(alt, 0x0b, 0x00); in gusmax_setup() 652 port_wr(alt, 0x0f, 0x00); in gusmax_setup() 665 port_wr(alt, 0x00, 0x0c); in gusmax_setup() 666 port_wr(alt, 0x0b, dmactl | 0x80); in gusmax_setup() 667 port_wr(alt, 0x00, 0x4c); in gusmax_setup() 668 port_wr(alt, 0x0b, irqctl); in gusmax_setup() 670 port_wr(alt, 0x00, 0x0c); in gusmax_setup() [all …]
|
| /freebsd-10-stable/usr.bin/xlint/lint2/ |
| D | chk.c | 597 int fwidth, prec, left, sign, space, alt, zero; in printflike() local 615 fwidth = prec = left = sign = space = alt = zero = 0; in printflike() 633 if (alt) in printflike() 635 alt = 1; in printflike() 697 alt || zero || prec || fwidth) { in printflike() 718 if (alt || sz == LDOUBLE) { in printflike() 738 if ((alt && fc == 'u') || sz == LDOUBLE) in printflike() 756 if ((alt && fc != 'O') || sz != NOTSPEC || !tflag) in printflike() 773 if (sz != NOTSPEC || alt || zero) in printflike() 778 if (sz != NOTSPEC || alt || zero) in printflike() [all …]
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | refclock_ripencc.c | 298 short rpt_0x4A (TSIPPKT *rpt, float *lat, float *lon, float *alt, 300 short rpt_0x4A_2 (TSIPPKT *rpt, float *alt, float *dummy, 341 short rpt_0x84 (TSIPPKT *rpt, double *lat, double *lon, double *alt, 356 float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt, 361 double *lon, double *alt, double vel_enu[], double *time_of_fix, 1594 double lat, lon, alt; in parse0x8F0B() local 1642 alt = bGetDouble(&buf[58]); in parse0x8F0B() 1680 lon_min, east_west, alt, sv[0], sv[1], sv[2], sv[3], sv[4], in parse0x8F0B() 2210 float *alt, in rpt_0x4A() argument 2221 *alt = bGetSingle (&buf[8]); in rpt_0x4A() [all …]
|
| D | refclock_mx4200.c | 484 double minute, lat, lon, alt; in mx4200_ref() local 569 alt = up->avg_alt; in mx4200_ref() 585 alt, /* Altitude */ in mx4200_ref() 590 lats, nsc, lons, ewc, alt ); in mx4200_ref() 1236 double mtime, lat, lon, alt, geoid, vele, veln; in mx4200_parse_p() local 1248 &alt, &geoid, &vele, &veln, &mode); in mx4200_parse_p() 1316 up->avg_alt = (up->N_fixes * up->avg_alt) + alt; in mx4200_parse_p() 1326 up->N_fixes, lat, lon, alt, up->central_meridian); in mx4200_parse_p()
|