Home
last modified time | relevance | path

Searched defs:tspec (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_rq.h33 char *tspec; member
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Drq.c51 char *tspec in ldap_pvt_runqueue_insert()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dwmm_ac.h108 struct wmm_tspec_element tspec; member
/netbsd-src/sbin/mount_nfs/
H A Dmount_nfs.c177 char *tspec; in mount_nfs_dogetargs() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d1619 auto tspec = cparseDeclarationSpecifiers(level, specifier); in cparseDeclaration() local
2781 auto tspec = cparseSpecifierQualifierList(LVL.global, specifier); in cparseTypeName() local
2871 auto tspec = cparseDeclarationSpecifiers(LVL.prototype, specifier); in cparseParameterList() local
3452 auto tspec = cparseSpecifierQualifierList(LVL.member, specifier); variable
H A Dexpression.h672 Type *tspec; // can be NULL variable
H A Dparse.d8210 AST.Type tspec = null; in parsePrimaryExp() local
H A Dexpression.d4177 Type tspec; // can be null variable
4182 …extern (D) this(const ref Loc loc, Type targ, Identifier id, TOK tok, Type tspec, TOK tok2, Templa… in this()
H A Ddtemplate.d8204 if (Type tspec = isType(tap.specAlias)) in matchArg() local
/netbsd-src/external/bsd/ntp/dist/include/
H A Dtimepps-SunOS.h143 struct timespec tspec; member
H A Dtimepps-SCO.h143 struct timespec tspec; member
H A Dtimepps-Solaris.h143 struct timespec tspec; member
/netbsd-src/sys/sys/
H A Dtimepps.h53 struct timespec tspec; member
/netbsd-src/usr.bin/xlint/lint1/
H A Dlex.c96 #define kwdef_type(name, tspec, since) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h704 Type *tspec; // can be NULL variable
H A Dparse.c7019 Type *tspec = NULL; in parsePrimaryExp() local
H A Dexpression.c4892 Type *tspec, TOK tok2, TemplateParameters *parameters) in IsExp()