Home
last modified time | relevance | path

Searched refs:Clients (Results 1 – 25 of 105) sorted by relevance

12345

/netbsd-src/usr.sbin/rbootd/
H A Dparseconf.c207 if (Clients) in ParseConfig()
208 client->next = Clients; in ParseConfig()
209 Clients = client; in ParseConfig()
H A Dutils.c309 while (Clients != NULL) { in FreeClients()
310 ctmp = Clients; in FreeClients()
311 Clients = Clients->next; in FreeClients()
H A Dconf.c88 CLIENT *Clients = NULL; /* list of addrs we'll accept */ variable
H A Ddefs.h144 extern CLIENT *Clients; /* list of addrs we'll accept */
H A Drbootd.c312 for (ctmp = Clients; ctmp != NULL; ctmp = ctmp->next) in FindClient()
/netbsd-src/external/apache2/mDNSResponder/usr.bin/dns-sd/
H A DMakefile7 .PATH: ${DIST}/Clients ${DIST}/mDNSShared
/netbsd-src/external/apache2/llvm/autoconf/include/llvm/Config/
H A DTargets.def.in11 |* this build of LLVM. Clients of this file should define the *|
H A DDisassemblers.def.in11 |* supported by this build of LLVM. Clients of this file should define *|
H A DAsmParsers.def.in11 |* supported by this build of LLVM. Clients of this file should define *|
H A DAsmPrinters.def.in11 |* supported by this build of LLVM. Clients of this file should define *|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Config/
H A DTargets.def.in11 |* this build of LLVM. Clients of this file should define the *|
H A DAsmParsers.def.in11 |* supported by this build of LLVM. Clients of this file should define *|
H A DDisassemblers.def.in11 |* supported by this build of LLVM. Clients of this file should define *|
H A DAsmPrinters.def.in11 |* supported by this build of LLVM. Clients of this file should define *|
/netbsd-src/external/apache2/llvm/config/llvm/Config/
H A DTargets.def11 |* this build of LLVM. Clients of this file should define the *|
H A DDisassemblers.def11 |* supported by this build of LLVM. Clients of this file should define *|
H A DAsmParsers.def11 |* supported by this build of LLVM. Clients of this file should define *|
H A DAsmPrinters.def11 |* supported by this build of LLVM. Clients of this file should define *|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2589.txt237 and might return a different TTL value to the client. Clients must
370 Clients can find out if a server supports the dynamic extensions by
382 Clients must not expect that a dynamic entry will be present in the
405 Clients must not issue the refresh request for dynamic entries which
412 Clients should always be ready to handle the case in which their
417 Clients should be prepared to experience refresh operations failing
H A Drfc3866.txt144 Clients SHOULD NOT assume servers are capable of storing attributes
273 Clients can provide language tag options in each AttributeDescription
292 Clients can provide in the attribute list multiple
365 Clients can provide language options in AttributeDescription in
519 Clients can provide language range options in each
531 Clients can provide in the attribute list multiple
H A Drfc3112.txt309 Clients SHOULD NOT initiate operations which provide or request
313 Clients SHOULD NOT assume that a successful AuthPasswordMatch,
332 Clients SHOULD use strong authentication mechanisms [RFC2829].
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMarkedUpDisassembly.rst66 Clients should accept and ignore any tag-names or tag-modifiers they do not
H A DORCv2.rst13 refers to the modern ORCv2 APIs (available since LLVM 7). Clients wishing to
62 Clients can supply custom compilers for each symbol that they define in their
261 materializer is run on the calling thread. Clients are free to create new
438 Clients who care about pointer equality will generally want to use the address
657 Clients wishing to maximize possibilities for concurrent compilation will want
672 Clients who plan to run single-threaded may choose to save memory by loading
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp242 enum Option { Clients, Libraries }; enumerator
356 case MetadataSection::Option::Clients: in mapping()
1067 auto OptionKind = MetadataSection::Option::Clients; in mapKeysToValuesV4()
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc2245.txt154 Clients should not send the email address without explicit permission
161 which view or alter the data transferred. Clients and servers are

12345