/dflybsd-src/usr.sbin/dntpd/ |
H A D | ntpreq.c | 40 s_fixedpt_ntoh(struct s_fixedpt *fixed) in s_fixedpt_ntoh() argument 42 fixed->int_parts = ntohs(fixed->int_parts); in s_fixedpt_ntoh() 43 fixed->fractions = ntohs(fixed->fractions); in s_fixedpt_ntoh() 47 s_fixedpt_hton(struct s_fixedpt *fixed) in s_fixedpt_hton() argument 49 fixed->int_parts = htons(fixed->int_parts); in s_fixedpt_hton() 50 fixed->fractions = htons(fixed->fractions); in s_fixedpt_hton() 55 l_fixedpt_ntoh(struct l_fixedpt *fixed) in l_fixedpt_ntoh() argument 57 fixed->int_partl = ntohl(fixed->int_partl); in l_fixedpt_ntoh() 58 fixed->fractionl = ntohl(fixed->fractionl); in l_fixedpt_ntoh() 62 l_fixedpt_hton(struct l_fixedpt *fixed) in l_fixedpt_hton() argument [all …]
|
H A D | convert.c | 40 l_fixedpt_to_tv(struct l_fixedpt *fixed, struct timeval *tvp) in l_fixedpt_to_tv() argument 42 tvp->tv_sec = fixed->int_partl - JAN_1970; in l_fixedpt_to_tv() 43 tvp->tv_usec = (long)((double)fixed->fractionl * 1000000.0 / UINT_MAX); in l_fixedpt_to_tv()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | addrmap.c | 418 struct addrmap_fixed *fixed = (struct addrmap_fixed *) closure; in splay_foreach_copy() local 419 struct addrmap_transition *t = &fixed->transitions[fixed->num_transitions]; in splay_foreach_copy() 423 fixed->num_transitions++; in splay_foreach_copy() 433 struct addrmap_fixed *fixed; in addrmap_mutable_create_fixed() local 444 fixed = obstack_alloc (obstack, in addrmap_mutable_create_fixed() 445 (sizeof (*fixed) in addrmap_mutable_create_fixed() 447 * sizeof (fixed->transitions[0])))); in addrmap_mutable_create_fixed() 448 fixed->addrmap.funcs = &addrmap_fixed_funcs; in addrmap_mutable_create_fixed() 449 fixed->num_transitions = 1; in addrmap_mutable_create_fixed() 450 fixed->transitions[0].addr = 0; in addrmap_mutable_create_fixed() [all …]
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | ChangeLog | 13 * fixed FT-EAP initial mobility domain association using PMKSA caching 16 * fixed a regression in OpenSSL 1.1+ engine loading 18 * fixed DPP bootstrapping URI parser of channel list 23 * fixed Hotspot 2.0 credential selection based on roaming consortium 27 * fixed a regression in WMM parameter configuration for a TDLS peer 28 * fixed a regression in operation with drivers that offload 802.1X 30 * fixed an ECDH operation corner case with OpenSSL 40 - fixed some association cases where both SAE and FT-SAE were enabled 44 - fixed FT-SAE when SAE PMKSA caching is used 61 * fixed CONFIG_IEEE80211R=y (FT) build without CONFIG_FILS=y [all …]
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | Makefile.in | 760 fixed-labels := $(shell $(SHELL) $(srcdir)/gen-fixed.sh arith labels) 761 fixed-funcs := $(shell $(SHELL) $(srcdir)/gen-fixed.sh arith funcs) 762 fixed-modes := $(shell $(SHELL) $(srcdir)/gen-fixed.sh arith modes) 765 iter-items := $(fixed-funcs) 766 iter-labels := $(fixed-labels) 767 iter-from := $(fixed-modes) 768 iter-to := $(fixed-modes) 769 include $(srcdir)/empty.mk $(patsubst %,$(srcdir)/fixed-obj.mk,$(iter-items)) 772 libgcc-objects += $(patsubst %,%$(objext),$(fixed-funcs)) 774 libgcc-s-objects += $(patsubst %,%_s$(objext),$(fixed-funcs)) [all …]
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | pc98 | 19 >38 ubeshort&2 2 \b, 8 fixed RGB colors 37 # - b2=Palette or fixed colors flag (called "analog" and "digital" in the doc): 0=Paletted, 1=Fixed… 40 # - b1=256 fixed colors using the MSX SCR8 palette 43 >>&1 ubeshort 0x0344 256x212, 19268 fixed YJK colors 49 >>>&0 ubyte&0x86 0x04 16 fixed RGB colors 50 >>>&0 ubyte&0x86 0x06 8 fixed RGB colors 52 >>>&0 ubyte&0x81 0x81 256 fixed MSX-SCR8 colors
|
/dflybsd-src/contrib/awk/ |
H A D | FIXES.1e | 48 Various leaks and use-after-free issues plugged/fixed. 409 fixed mangled awktest.tar (thanks, Arnold), posted all 436 fixed obscure call by value bug in split(a[1],a) reported on 458 removed fixed limit on number of open files; thanks to aleksey 461 fixed day 1 bug that resurrected deleted elements of ARGV when 479 fixed a subtle (and i hope low-probability) overflow error 488 fixed long-standing overflow bug in run.c; many thanks to 491 fixed bug that didn't parse -vd=1 properly; thanks to santiago 499 fixed a long-standing issue with when FS takes effect. a 512 fixed typo in b.c that set tmpvec wrongly. no one had ever [all …]
|
H A D | FIXES | 53 Fix Issue #147, reported by Github user drawkula, and fixed 72 systems. Also fixed an out-of-bounds read for empty CCL. 78 unicode FS and RS. Also fixed gsub null match issue with unicode.
|
/dflybsd-src/games/adventure/ |
H A D | subr.c | 75 if (place[objj] == loc || fixed[objj] == loc) in at() 237 if (at(j) && fixed[j] == 0) in fdwarf() 459 fixed[bear] = -1; in trbridge() 576 if (fixed[obj] != 0) in trtake() 684 fixed[vase] = -1; in trdrop() 734 fixed[chain] = -1; in tropen() 745 fixed[chain] = 0; in tropen() 748 fixed[bear] = 2 - prop[bear]; in tropen() 901 fixed[axe] = -1; in trtoss() 948 fixed[axe] = 0; in trfeed() [all …]
|
H A D | vocab.c | 58 j = fixed[object]; in juggle() 71 from = fixed[object - 100]; in move() 108 fixed[object - 100] = where; in drop()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | locale_facets.cc | 77 if (__fltfield != (ios_base::fixed | ios_base::scientific)) in _S_format_float() 88 if (__fltfield == ios_base::fixed) in _S_format_float() 93 else if (__fltfield == (ios_base::fixed | ios_base::scientific)) in _S_format_float()
|
/dflybsd-src/sys/dev/acpica/ |
H A D | acpi_button.c | 52 boolean_t fixed; member 114 sc->fixed = 1; in acpi_button_probe() 121 sc->fixed = 1; in acpi_button_probe() 148 if (sc->fixed) { in acpi_button_attach()
|
/dflybsd-src/contrib/smbfs/ |
H A D | HISTORY | 26 panic - fixed. 37 disconnected for some reason - fixed. 41 request (fixed by Jonathan Hanna). 42 - smb requester could cause a panic if there is no free mbufs - fixed. 86 - More SMP related bugs are fixed. 119 - Device handles wasn't freed under FreeBSD 3.4 - fixed. 138 Few non-serious bugs fixed.
|
/dflybsd-src/sbin/natd/ |
H A D | HISTORY | 81 - ipfw rule example in manual page fixed. 90 - Manual page fixed (same_port -> same_ports). 94 - A bug in command-line parsing fixed (it appeared due 111 fixed. Natd now waits with select(2) for buffer space 128 - Typos in comment fixed. Copyright message added to
|
/dflybsd-src/contrib/zstd/ |
H A D | CHANGELOG | 95 api: fixed decoding of magic-less frames, by @terrelln 96 api: fixed ZSTD_initCStream_advanced() performance with fast modes, reported by @QrczakMK 107 build: fixed zlibWrapper compilation on Visual Studio, reported by @bluenlive 108 build: fixed deprecation warning for certain gcc version, reported by @jasonma163 113 misc: fixed educational decoder : accept larger literals section, and removed UNALIGNED() macro 206 build: fixed zstd-pgo, by @bmwiedemann 212 misc: fixed zstdgrep, returns 1 on failure, by @lzutao 266 misc: all /contrib projects fixed 308 cli : improved and fixed --list command, by @ib (#772) 310 build : fixed binary variants, reported by @svenha (#788) [all …]
|
/dflybsd-src/lib/libc/db/ |
H A D | changelog | 5 recno: Rework fixed-length records so that closing and reopening 25 Return to a fixed stack. 45 Create fixed-length intermediate records past "end" of DB 47 Realloc bug when reading in fixed records.
|
/dflybsd-src/contrib/ldns/ |
H A D | parse.c | 31 ldns_fget_token_l_st(FILE *f, char **token, size_t *limit, bool fixed in ldns_fget_token_l_st() argument 52 if (fixed) { in ldns_fget_token_l_st() 138 if (fixed) { in ldns_fget_token_l_st() 172 if (fixed) { in ldns_fget_token_l_st()
|
/dflybsd-src/contrib/pam_passwdqc/ |
H A D | passwdqc_check.c | 58 typedef unsigned long fixed; typedef 68 fixed x, y, z; in expected_different() 70 x = ((fixed)(charset - 1) << FIXED_BITS) / charset; in expected_different() 74 z = (fixed)charset * (((fixed)1 << FIXED_BITS) - y); in expected_different()
|
/dflybsd-src/sys/bus/u4b/ |
H A D | usb_transfer.c | 71 uint16_t fixed[4]; member 482 if (xfer->max_packet_size >= std_size.fixed[3]) { in usbd_transfer_setup_sub() 483 xfer->max_packet_size = std_size.fixed[3]; in usbd_transfer_setup_sub() 484 } else if (xfer->max_packet_size >= std_size.fixed[2]) { in usbd_transfer_setup_sub() 485 xfer->max_packet_size = std_size.fixed[2]; in usbd_transfer_setup_sub() 486 } else if (xfer->max_packet_size >= std_size.fixed[1]) { in usbd_transfer_setup_sub() 487 xfer->max_packet_size = std_size.fixed[1]; in usbd_transfer_setup_sub() 490 xfer->max_packet_size = std_size.fixed[0]; in usbd_transfer_setup_sub() 3444 ptr->fixed[0] = temp; in usbd_get_std_packet_size() 3445 ptr->fixed[1] = temp; in usbd_get_std_packet_size() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | headerdirs.texi | 10 stores the fixed include files. A cross compiled GCC runs 12 (If the cross compilation header files need to be fixed, they must be
|
/dflybsd-src/contrib/bzip2/ |
H A D | CHANGES | 49 * fixed bzWrite/bzRead to ignore zero-length requests. 50 * fixed bzread to correctly handle read requests after EOF. 87 fixed syntax error in GET_LL4 for Borland C++ 5.02 93 fixed Makefile so it doesn't give problems with BSD make 209 (noticed by Juan Pedro Vallejo, fixed by me) 282 * Various minor bugs in the documentation have been fixed. 288 This has been fixed.
|
/dflybsd-src/contrib/nvi2/regex/ |
H A D | WHATSNEW | 3 New in alpha3.4: The complex bug alluded to below has been fixed (in a 60 BRE \$ bug is fixed. Most uses of "uchar" are gone; it's all chars now. 70 have been fixed (and the regression test now checks for them), as has a 91 in the manpages have been fixed.
|
/dflybsd-src/sys/dev/virtual/nvmm/ |
H A D | nvmm_netbsd.c | 76 voff_t offset, bool wired, bool fixed, bool shared, int prot, int maxprot) in os_vmobj_map() argument 101 fixed ? (UVM_FLAG_FIXED | UVM_FLAG_UNMAP) : 0); in os_vmobj_map() 103 if (!fixed) { in os_vmobj_map()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | ios_base.h | 332 static const fmtflags fixed = _S_fixed; in _GLIBCXX_VISIBILITY() 1043 fixed(ios_base& __base) in _GLIBCXX_VISIBILITY() 1045 __base.setf(ios_base::fixed, ios_base::floatfield); in _GLIBCXX_VISIBILITY() 1065 __base.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield); in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/sys/contrib/dev/acpica/tests/misc/ |
H A D | badcode.asl | 320 // Invalid combination: zero length, both Min and Max are fixed 329 // Invalid combination: non-zero length, Min Fixed, Max not fixed 338 // Invalid combination: non-zero length, Min not Fixed, Max fixed 347 // Granularity must be zero if non-zero length, min/max fixed
|