Searched refs:idtmp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/kern/
H A Dvfs_lookup.c117 char idtmp[11]; /* enough for 32 bit *unsigned* integer */ local
162 slen = snprintf(idtmp, sizeof(idtmp), "%u",
164 SUBSTITUTE("uid", idtmp, slen);
166 slen = snprintf(idtmp, sizeof(idtmp), "%u",
168 SUBSTITUTE("ruid", idtmp, slen);
170 slen = snprintf(idtmp, sizeof(idtmp), "%u",
172 SUBSTITUTE("gid", idtmp, sle
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c264 Identifier *idtmp = Identifier::generateId("__swap"); local
269 tmp = new VarDeclaration(loc, sd->type, idtmp, new VoidInitializer(loc));
H A Dexpression.c1838 Identifier *idtmp = Identifier::generateId("__gate"); local
1839 gate = new VarDeclaration(loc, Type::tbool, idtmp, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d2284 Identifier idtmp = Identifier.generateId("__gate");
2285 gate = new VarDeclaration(loc, Type.tbool, idtmp, null);

Completed in 230 milliseconds