Home
last modified time | relevance | path

Searched full:everything (Results 1 – 25 of 2292) sorted by relevance

12345678910>>...92

/freebsd-src/usr.bin/logins/
H A Dlogins.c62 static int everything = 1; variable
237 if (everything) { in select_users()
355 everything = 0; in main()
359 everything = 0; in main()
363 everything = 0; in main()
373 everything = 0; in main()
377 everything = 0; in main()
384 everything = 0; in main()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp105 // do some extra work to keep everything aligned appropriately. in pushImpl()
117 // Everything is set: there's no padding and we don't need to add in pushImpl()
128 // Everything is set: there's 4 bytes padding and we don't need in pushImpl()
151 // Everything is set: there's no padding and we don't need to add in pushImpl()
162 // Everything is set: there's 4 bytes padding and we don't need in pushImpl()
/freebsd-src/contrib/ldns/ldns/
H A Dwire2host.h124 * \return LDNS_STATUS_OK if everything succeeds, error otherwise
135 * \return LDNS_STATUS_OK if everything succeeds, error otherwise
150 * \return LDNS_STATUS_OK if everything succeeds, error otherwise
169 * \return LDNS_STATUS_OK if everything succeeds, error otherwise
186 * \return LDNS_STATUS_OK if everything succeeds, error otherwise
H A Dparse.h113 * searches for keyword and delim in a file. Gives everything back
126 * searches for keyword and delim. Gives everything back
141 * searches for keyword and delim in a buffer. Gives everything back
/freebsd-src/contrib/kyua/doc/
H A Dkyuafile.5.in522 $ mkdir ~/everything
523 $ ln -s /usr/tests ~/everything/system-tests
524 $ ln -s /usr/local/tests ~/everything/local-tests
525 $ ln -s ~/local/tests ~/everything/home-tests
529 .Pa ~/everything/Kyuafile
546 $ cp __EGDIR__/Kyuafile.top ~/everything/Kyuafile
/freebsd-src/sys/contrib/device-tree/Bindings/serial/
H A Damlogic,meson-uart.yaml16 "Everything-Else" power domain.
43 - description: Everything-Else power domain UART controller
51 - description: Everything-Else power domain UART controller on G12A SoCs
/freebsd-src/stand/i386/
H A DMakefile5 # Almost everything else here relies on btxldr, so we must make sure it's built
6 # before everything else proceeds so we don't end up building against a stale
/freebsd-src/contrib/smbfs/
H A DREADME12 FreeBSD 4.5 Everything available in the base system.
14 FreeBSD-current Everything available in the base system.
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMetaRenamer.h1 //===- MetaRenamer.h - Rename everything with metasyntatic names ----------===//
9 // This pass renames everything with metasyntatic names. The intent is to use
/freebsd-src/tests/sys/netpfil/pf/
H A Dpass_block.sh93 # Block everything
97 # Block everything but ICMP
132 # Block everything
136 # Block everything but ICMP
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Dhook.h112 * Begin implementation details; everything above this point might one day live
113 * in a public API. Everything below this point never will.
120 * everything.
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Ddmu_impl.h64 * must be held before: everything
76 * everything except dp_config_rwlock
83 * everything except dp_config_rwlock and os_obj_lock
/freebsd-src/usr.sbin/lpr/lpd/
H A Dprintcap4 # parallel port. No kind of filtering is done, so everything you pass
13 # different file types by converting everything to PostScript(tm)
/freebsd-src/contrib/unbound/sldns/
H A Dparse.h102 * searches for keyword and delim in a file. Gives everything back
115 * searches for keyword and delim. Gives everything back
130 * searches for keyword and delim in a buffer. Gives everything back
/freebsd-src/crypto/openssh/
H A Dsandbox-solaris.c52 /* Start with "basic" and drop everything we don't need. */ in ssh_sandbox_init()
60 /* Drop everything except the ability to use already-opened files */ in ssh_sandbox_init()
/freebsd-src/stand/kboot/kboot/arch/powerpc64/
H A Dload_addr.c45 * contiguous range. It adds everything not in that list to the excluded list.
107 /* Reserve everything what is before start */ in kboot_get_phys_load_segment()
113 /* Reserve everything what is after end */ in kboot_get_phys_load_segment()
/freebsd-src/sys/contrib/device-tree/Bindings/power/
H A Damlogic,meson-ee-pwrc.yaml8 title: Amlogic Meson Everything-Else Power Domains
14 The Everything-Else Power Domains node should be the child of a syscon
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp1 //===- MachineDebugify.cpp - Attach synthetic debug info to everything ----===//
9 /// \file This pass attaches synthetic debug info to everything. It can be used
186 /// ModulePass for attaching synthetic debug info to everything, used with the in DebugifyMachineModule()
/freebsd-src/contrib/xz/src/liblzma/common/
H A Dstream_buffer_encoder.c63 // Use a local copy. We update *out_pos_ptr only if everything in lzma_stream_buffer_encode()
137 // Everything went fine, make the new output position available in lzma_stream_buffer_encode()
/freebsd-src/contrib/tcpdump/
H A Dftmacros.h38 * Define some feature test macros to make sure that everything we want
93 * Turn on _GNU_SOURCE to get everything GNU libc has to offer,
/freebsd-src/contrib/libpcap/
H A Dftmacros.h38 * Define some feature test macros to make sure that everything we want
93 * Turn on _GNU_SOURCE to get everything GNU libc has to offer,
/freebsd-src/contrib/unbound/testdata/root_zonemd.tdir/
H A Droot_zonemd.testns
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dversion-script.map1 # Export everything, but put a tag on is so that we make ourself incompatible with older versions
/freebsd-src/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c76 // in cases when the filter is able to filter everything. With most in simple_code()
193 // Everything is considered to be filtered if coder->buffer[] in simple_code()
203 // Check if we got everything done. in simple_code()
/freebsd-src/share/mk/
H A Dsys.mk70 # buildworld -> installworld -> buildworld to rebuild everything.
71 # Since the build is self-reliant and bootstraps everything it needs,
94 # We do not want everything out-of-date just because

12345678910>>...92