Home
last modified time | relevance | path

Searched defs:protocols (Results 1 – 5 of 5) sorted by relevance

/minix3/usr.bin/getent/
H A Dgetent.c699 protocols(int argc, char *argv[]) in protocols() function
/minix3/minix/lib/liblwip/dist/src/netif/ppp/
H A Dppp.c171 const struct protent* const protocols[] = { variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h830 protocol_range protocols() const { in protocols() function
1565 protocol_range protocols() const { in protocols() function
1779 protocol_range protocols() const { in protocols() function
/minix3/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h5343 const CXIdxObjCProtocolRefInfo *const *protocols; member
5350 const CXIdxObjCProtocolRefListInfo *protocols; member
5358 const CXIdxObjCProtocolRefListInfo *protocols; member
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2958 void search(const ObjCProtocolList &protocols) { in search()