| /netbsd-src/sys/sys/ |
| H A D | timepps.h | 53 struct timespec tspec; member 73 #define assert_timestamp assert_tu.tspec 74 #define clear_timestamp clear_tu.tspec 86 #define assert_offset assert_off_tu.tspec 87 #define clear_offset clear_off_tu.tspec
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | timepps-SunOS.h | 143 struct timespec tspec; member 160 #define assert_timestamp assert_tu.tspec 161 #define clear_timestamp clear_tu.tspec 177 #define assert_offset assert_off_tu.tspec 178 #define clear_offset clear_off_tu.tspec
|
| H A D | timepps-SCO.h | 143 struct timespec tspec; member 160 #define assert_timestamp assert_tu.tspec 161 #define clear_timestamp clear_tu.tspec 177 #define assert_offset assert_off_tu.tspec 178 #define clear_offset clear_off_tu.tspec
|
| H A D | timepps-Solaris.h | 143 struct timespec tspec; member 160 #define assert_timestamp assert_tu.tspec 161 #define clear_timestamp clear_tu.tspec 177 #define assert_offset assert_off_tu.tspec 178 #define clear_offset clear_off_tu.tspec
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | cparse.d | 1619 auto tspec = cparseDeclarationSpecifiers(level, specifier); in cparseDeclaration() local 1625 if (!tspec) in cparseDeclaration() 1631 if (auto ti = tspec.isTypeIdentifier()) in cparseDeclaration() 1640 auto tt = tspec.isTypeTag(); in cparseDeclaration() 1665 if (!tspec) in cparseDeclaration() 1673 if (tspec && specifier.mod & MOD.xconst) in cparseDeclaration() 1675 tspec = toConst(tspec); in cparseDeclaration() 1686 if (token.value == TOK.assign && tspec && tspec.isTypeIdentifier()) in cparseDeclaration() 1691 … error("type-specifier omitted for declaration of `%s`", tspec.isTypeIdentifier().ident.toChars()); in cparseDeclaration() 1700 auto dt = cparseDeclarator(DTR.xdirect, tspec, id, specifier); in cparseDeclaration() [all …]
|
| H A D | transitivevisitor.d | 1023 if (e.tspec) in ParseVisitMethods() 1024 visitType(e.tspec); in ParseVisitMethods()
|
| H A D | expression.d | 4177 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() argument 4188 this.tspec = tspec; in this() 4203 … return new IsExp(loc, targ.syntaxCopy(), id, tok, tspec ? tspec.syntaxCopy() : null, tok2, p); in syntaxCopy()
|
| H A D | expression.h | 672 Type *tspec; // can be NULL variable
|
| H A D | expressionsem.d | 5698 else if (e.tspec && !e.id && !(e.parameters && e.parameters.dim)) in visit() 5704 e.tspec = e.tspec.typeSemantic(e.loc, sc); in visit() 5717 if ((cast(TypeStruct) e.targ).implicitConvToWithoutAliasThis(e.tspec)) in visit() 5724 if ((cast(TypeClass) e.targ).implicitConvToWithoutAliasThis(e.tspec)) in visit() 5729 else if (e.targ.implicitConvTo(e.tspec)) in visit() 5736 if (e.targ.equals(e.tspec)) in visit() 5742 else if (e.tspec) in visit() 5759 … MATCH m = deduceType(e.targ, sc, e.tspec, e.parameters, &dedtypes, null, 0, e.tok == TOK.equal); in visit()
|
| H A D | parse.d | 8210 AST.Type tspec = null; in parsePrimaryExp() local 8248 tspec = parseType(); in parsePrimaryExp() 8251 if (tspec) in parsePrimaryExp() 8269 e = new AST.IsExp(loc, targ, ident, tok, tspec, tok2, tpl); in parsePrimaryExp()
|
| H A D | hdrgen.d | 2220 else if (e.tspec) in expressionPrettyPrint() 2226 typeToBuffer(e.tspec, null, buf, hgs); in expressionPrettyPrint()
|
| H A D | dtemplate.d | 8204 if (Type tspec = isType(tap.specAlias)) in matchArg() local 8206 MATCH m2 = ta.implicitConvTo(tspec); in matchArg()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | rq.c | 51 char *tspec in ldap_pvt_runqueue_insert() argument 65 entry->tspec = tspec; in ldap_pvt_runqueue_insert()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap_rq.h | 33 char *tspec; member 50 char *tspec
|
| /netbsd-src/sbin/mount_nfs/ |
| H A D | mount_nfs.c | 177 char *tspec; in mount_nfs_dogetargs() local 184 if ((tspec = strdup(spec)) == NULL) { in mount_nfs_dogetargs() 187 if (!getnfsargs(tspec, nfsargsp)) { in mount_nfs_dogetargs() 190 free(tspec); in mount_nfs_dogetargs()
|
| /netbsd-src/external/bsd/wpa/dist/src/ap/ |
| H A D | wmm.h | 21 int wmm_process_tspec(struct wmm_tspec_element *tspec);
|
| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
| H A D | wmm_ac.h | 108 struct wmm_tspec_element tspec; member
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| H A D | thread.c | 270 i, re->tname, re->tspec ); in monitor_subsys_thread_update() 303 i, re->tname, re->tspec ); in monitor_subsys_thread_update()
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | lex.c | 96 #define kwdef_type(name, tspec, since) \ argument 97 kwdef(name, T_TYPE, .u.kw_tspec = (tspec), since, 0, 1)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expression.h | 704 Type *tspec; // can be NULL variable 708 IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, Type *tspec,
|
| H A D | expression.c | 4892 Type *tspec, TOK tok2, TemplateParameters *parameters) in IsExp() argument 4898 this->tspec = tspec; in IsExp() 4918 tspec ? tspec->syntaxCopy() : NULL, in syntaxCopy()
|
| H A D | expressionsem.c | 2102 else if (e->tspec && !e->id && !(e->parameters && e->parameters->dim)) in visit() 2108 e->tspec = e->tspec->semantic(e->loc, sc); in visit() 2113 if (e->targ->implicitConvTo(e->tspec)) in visit() 2120 if (e->targ->equals(e->tspec)) in visit() 2126 else if (e->tspec) in visit() 2145 MATCH m = deduceType(e->targ, sc, e->tspec, e->parameters, &dedtypes); in visit()
|
| H A D | parse.c | 7019 Type *tspec = NULL; in parsePrimaryExp() local 7056 tspec = parseType(); in parsePrimaryExp() 7059 if (tspec) in parsePrimaryExp() 7077 e = new IsExp(loc, targ, ident, tok, tspec, tok2, tpl); in parsePrimaryExp()
|
| H A D | hdrgen.c | 2743 else if (e->tspec) in visit() 2749 typeToBuffer(e->tspec, NULL); in visit()
|