Lines Matching full:idents
468 II_malloc = &Ctx.Idents.get("malloc");
469 II_free = &Ctx.Idents.get("free");
470 II_realloc = &Ctx.Idents.get("realloc");
471 II_reallocf = &Ctx.Idents.get("reallocf");
472 II_calloc = &Ctx.Idents.get("calloc");
473 II_valloc = &Ctx.Idents.get("valloc");
474 II_strdup = &Ctx.Idents.get("strdup");
475 II_strndup = &Ctx.Idents.get("strndup");