Searched refs:olds (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/lib/libgen/common/
H A Dgmatch.c69 const char *olds; local
74 olds = s;
167 s = olds;
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_subr.c437 int olds = dtp->dt_cpp_args; local
438 int news = olds * 2;
444 bzero(&argv[olds], sizeof (char *) * olds);
/netbsd-current/external/bsd/unbound/dist/validator/
H A Dvalidator.c3021 uint8_t* olds = vq->empty_DS_name; local
3068 vq->empty_DS_name = olds;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c3189 Dsymbol *olds = s; local
3204 if (s != olds && !s->isFuncDeclaration())
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c8629 const char *olds;
8640 olds = s;
8726 for (s = olds; *s != '\0'; s++) {
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d826 Dsymbol olds = s;
848 if (s != olds && !s.isFuncDeclaration() && !s.isTemplateDeclaration())

Completed in 271 milliseconds