Searched refs:fixed (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-11-stable/share/examples/ypldap/
H A Dypldap.conf22 fixed attribute passwd "*"
28 fixed attribute change "0"
29 fixed attribute expire "0"
30 fixed attribute class ""
36 fixed attribute grouppasswd "*"
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dstdtime.c42 isc_boolean_t fixed = ISC_FALSE; local
45 fixed = ISC_TRUE;
51 fixed = ISC_TRUE;
60 if (fixed)
H A Dtime.c63 isc_boolean_t fixed = ISC_FALSE; local
66 fixed = ISC_TRUE;
72 fixed = ISC_TRUE;
81 if (fixed)
/freebsd-11-stable/gnu/usr.bin/gdb/arch/amd64/
H A DMakefile10 i386fbsd-tdep-fixed.c i387-tdep.c
22 CLEANFILES+= i386fbsd-tdep-fixed.c
23 i386fbsd-tdep-fixed.c: i386fbsd-tdep.c
/freebsd-11-stable/gnu/usr.bin/gdb/arch/i386/
H A DMakefile9 LIBSRCS+= i386-tdep.c i386bsd-tdep.c i386fbsd-tdep-fixed.c i387-tdep.c
21 CLEANFILES += i386fbsd-tdep-fixed.c
22 i386fbsd-tdep-fixed.c: i386fbsd-tdep.c
/freebsd-11-stable/contrib/dialog/samples/
H A Deditbox315 --fixed-font "$@" --editbox $input 0 0 2>$output
H A Deditbox-utf832 --fixed-font "$@" --editbox $input 0 0 2>$output
/freebsd-11-stable/sys/netgraph/
H A Dng_lmi.h69 u_char fixed; /* Set to fixed LMI mode */ member in struct:nglmistat
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.conf23 fixed-address 192.5.5.213;
29 fixed-address 192.33.137.200;
/freebsd-11-stable/contrib/libxo/xohtml/
H A Dxohtml.js47 fixed: true,
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diomanip.h54 using std::fixed;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp118 os << std::fixed << std::setprecision(2) << std::setw(width - 3)
126 os << std::setprecision(2) << std::fixed << std::right << std::setw(width - 3)
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale_facets.cc76 // __flags & ios_base::fixed || __prec > 0
84 if (__fltfield == ios_base::fixed)
H A Dios.cc43 const ios_base::fmtflags ios_base::fixed; member in class:ios_base
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_button.c59 boolean_t fixed; member in struct:acpi_button_softc
120 device_set_desc(dev, "Power Button (fixed)");
122 sc->fixed = 1;
127 device_set_desc(dev, "Sleep Button (fixed)");
129 sc->fixed = 1;
166 * Install the new handler. We could remove any fixed handlers added
170 if (sc->fixed) {
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c38 typedef unsigned long fixed; typedef
48 fixed x, y, z;
50 x = ((fixed)(charset - 1) << FIXED_BITS) / charset;
53 z = (fixed)charset * (((fixed)1 << FIXED_BITS) - y);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzprop_common.c371 * Determines the minimum width for the column, and indicates whether it's fixed
372 * or not. Only string columns are non-fixed.
375 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) argument
388 *fixed = B_TRUE;
396 * For fixed-width values, make sure the width is large enough to hold
412 *fixed = B_FALSE;
423 *fixed = B_FALSE;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h84 bool ReverseRemapPath(const FileSpec &file, FileSpec &fixed) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp187 bool PathMappingList::ReverseRemapPath(const FileSpec &file, FileSpec &fixed) const {
193 fixed.SetFile(it.first.GetStringRef(), FileSpec::Style::native);
194 fixed.AppendPathComponent(path_ref);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h236 * - fixed
261 /// Generate floating-point output in fixed-point notation.
262 static const fmtflags fixed = _S_fixed; member in class:ios_base
313 /// A mask of scientific|fixed. Useful for the 2-arg form of @c setf.
949 /// Calls base.setf(ios_base::fixed, ios_base::floatfield).
951 fixed(ios_base& __base) function
953 __base.setf(ios_base::fixed, ios_base::floatfield);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_transfer.c75 uint16_t fixed[4]; member in struct:usb_std_packet_size
587 if (xfer->max_packet_size >= std_size.fixed[3]) {
588 xfer->max_packet_size = std_size.fixed[3];
589 } else if (xfer->max_packet_size >= std_size.fixed[2]) {
590 xfer->max_packet_size = std_size.fixed[2];
591 } else if (xfer->max_packet_size >= std_size.fixed[1]) {
592 xfer->max_packet_size = std_size.fixed[1];
595 xfer->max_packet_size = std_size.fixed[0];
3543 /* default is fixed */
3544 ptr->fixed[
[all...]
/freebsd-11-stable/contrib/ntp/
H A DMakefile.am108 COPYRIGHT-please serves as a fixed target.
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl18 [ B<--fixed=>I<font> ]
56 =item fixed
58 The fixed font to use for code refs. Defaults to CW.
214 (F) The font specified with the C<--fixed> option was not
325 --fixed=font (default "$DEF_FIXED")
336 fixed=s
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.c270 StkId base, fixed; local
272 /* move fixed parameters to final position */
274 fixed = L->top - actual; /* first fixed argument */
277 setobjs2s(L, L->top++, fixed + i);
278 setnilvalue(fixed + i);
/freebsd-11-stable/contrib/lua/src/
H A Dldo.c296 StkId base, fixed; local
297 /* move fixed parameters to final position */
298 fixed = L->top - actual; /* first fixed argument */
301 setobjs2s(L, L->top++, fixed + i);
302 setnilvalue(fixed + i); /* erase original copy (for GC) */

Completed in 235 milliseconds

123