Searched refs:Clients (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/libexec/rbootd/
H A Dconf.c88 CLIENT *Clients = NULL; /* list of addrs we'll accept */ variable
H A Dparseconf.c107 * dealing with the linked list of Clients. This can be done
207 if (Clients)
208 client->next = Clients;
209 Clients = client;
H A Dutils.c289 ** FreeClient -- free linked list of Clients.
299 ** CLIENTS will be free'd; `Clients' will be set to NULL.
309 while (Clients != NULL) {
310 ctmp = Clients;
311 Clients = Clients->next;
H A Ddefs.h147 extern CLIENT *Clients; /* list of addrs we'll accept */
H A Drbootd.c348 for (ctmp = Clients; ctmp != NULL; ctmp = ctmp->next)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp242 enum Option { Clients, Libraries }; enumerator in enum:__anon5497::MetadataSection::Option
356 case MetadataSection::Option::Clients:
1065 auto OptionKind = MetadataSection::Option::Clients;

Completed in 165 milliseconds