HomeSort by: relevance | last modified time | path
    Searched defs:cachef (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/crunch/crunchgen/
crunchgen.c 766 FILE *cachef; local in function:gen_specials_cache
772 if ((cachef = fopen(cachename, "w")) == NULL) {
778 fprintf(cachef, "# %s - parm cache generated from %s by crunchgen %s\n\n",
782 fprintf(cachef, "\n");
784 fprintf(cachef, "special %s srcdir %s\n", p->name, p->srcdir);
786 fprintf(cachef, "special %s objdir %s\n", p->name, p->objdir);
788 fprintf(cachef, "special %s objs", p->name);
789 output_strlst(cachef, p->objs);
792 fprintf(cachef, "special %s objpaths", p->name);
793 output_strlst(cachef, p->objpaths)
    [all...]

Completed in 11 milliseconds