Searched refs:iface (Results 226 - 237 of 237) sorted by relevance

12345678910

/freebsd-11-stable/usr.sbin/ppp/
H A Dradius.c100 #include "iface.h"
870 slot = p->dl->bundle->iface->index;
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh8923 iface=$func_arith_result
8926 verstring=$verstring_prefix$major.$iface:$verstring
8950 iface=$func_arith_result
8953 verstring=$verstring:$iface.0
/freebsd-11-stable/contrib/file/
H A Dltmain.sh8931 iface=$func_arith_result
8934 verstring=$verstring_prefix$major.$iface:$verstring
8959 iface=$func_arith_result
8962 verstring=$verstring:$iface.0
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh8925 iface=$func_arith_result
8928 verstring=$verstring_prefix$major.$iface:$verstring
8952 iface=$func_arith_result
8955 verstring=$verstring:$iface.0
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh8932 iface=$func_arith_result
8935 verstring=$verstring_prefix$major.$iface:$verstring
8959 iface=$func_arith_result
8962 verstring=$verstring:$iface.0
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c648 struct usb_interface *iface; local
654 iface = usbd_get_iface(udev, 0);
655 if (iface == NULL)
657 id = iface->idesc;
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c1118 sc->sc_iface = uaa->iface;
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c80 { "iface", IPFW_TABLE_INTERFACE },
90 { "iface:array", IPFW_TABLE_INTERFACE },
402 * ipfw table NAME create [ type { addr | iface | number | flow } ]
1884 printf("%s %s\n", tent->k.iface, pval);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1794 binder/supplicant.cpp binder/iface.cpp
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3994 if (ObjCInterfaceDecl *iface = objcPtr->getInterfaceDecl()) {
3995 if (iface->getIdentifier() != ctx.getNSObjectName())
H A DASTContext.cpp8506 const ObjCInterfaceDecl *iface,
8513 ObjCTypeParamList *typeParams = iface->getTypeParamList();
8505 sameObjCTypeArgs(ASTContext &ctx, const ObjCInterfaceDecl *iface, ArrayRef<QualType> lhsArgs, ArrayRef<QualType> rhsArgs, bool stripKindOf) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5180 const ObjCInterfaceDecl *iface = impl->getClassInterface(); local
5181 for (const ObjCIvarDecl *ivar = iface->all_declared_ivar_begin();

Completed in 252 milliseconds

12345678910