HomeSort by: relevance | last modified time | path
    Searched refs:tstring (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
runtime.cc 121 libcall_types[type] = Type::tstring;
173 libcall_types[type] = Type::tstring->arrayOf ();
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
isemail.d 72 alias tstring = const(Char)[];
104 tstring token = "";
105 tstring tokenPrior = "";
106 tstring[EmailPart] parseData = [EmailPart.componentLocalPart : "", EmailPart.componentDomain : ""];
107 tstring[][EmailPart] atomList = [EmailPart.componentLocalPart : [""], EmailPart.componentDomain : [""]];
753 parseData[EmailPart.status] = to!(tstring)(returnStatus);
762 tstring localPart = "";
763 tstring domainPart = "";
  /src/usr.sbin/bootp/common/
readfile.c 1428 char tstring[MAXSTRINGLEN];
1430 tlen = sizeof(tstring);
1431 (void) get_string(src, tstring, &tlen);
1432 hashcode = hash_HashFunction((u_char *) tstring, tlen);
1433 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring);
1436 report(LOG_ERR, "can't find tc=\"%s\"", tstring);
1416 char tstring[MAXSTRINGLEN]; local
  /src/external/bsd/tcpdump/dist/
smbutil.c 775 const char *tstring; local
806 tstring = nd_format_time(buffer, sizeof(buffer), "%Y-%m-%d %T",
809 tstring = "NULL";
810 ND_PRINT("%s\n", tstring);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dstruct.d 57 tftostring = new TypeFunction(ParameterList(), Type.tstring, LINK.d);
mtype.h 188 static Type *tstring; // immutable(char)[] member in class:Type
expression.d 2407 if (implicitConvTo(Type.tstring))
2410 se.type = Type.tstring;
6935 e.type = Type.tstring;
6976 e.type = Type.tstring;
hdrgen.d 3443 if (t.equals(Type.tstring) || t.equals(Type.twstring) || t.equals(Type.tdstring) || t.mod == 0 && (t.isTypeBasic() || t.ty == Tident && (cast(TypeIdentifier)t).idents.dim == 0))
3783 if (ut.equals(Type.tstring))
expressionsem.d 12117 e.type = Type.tstring;
12130 e.type = Type.tstring;
12137 e.type = Type.tstring;
12149 e.type = Type.tstring;
mtype.d 395 extern (C++) __gshared Type tstring; // immutable(char)[]
868 tstring = tchar.immutableOf().arrayOf();
typesem.d 4792 msg.type = Type.tstring;
dtemplate.d 6188 if (!(v.type.equals(Type.tstring) || (v.type.isTypeBasic() !is null)))

Completed in 45 milliseconds