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

  /src/lib/libc/citrus/
citrus_esdb.c 196 const char *realname, *encfile; local
207 encfile = _lookup_simple(path, realname, buf2, sizeof(buf2),
209 if (encfile==NULL)
213 snprintf(path, sizeof(path), "%s/%s", _PATH_ESDB, encfile);
  /xsrc/external/mit/mkfontscale/dist/
mkfontscale.c 812 FILE *fontscale, *encfile; local
1069 encfile = fopen(encdir, "w");
1070 if (encfile == NULL) {
1074 fprintf(encfile, "%d\n", numEncodings);
1077 fprintf(encfile, "%s\n", lp->value);
1079 fclose(encfile);

Completed in 43 milliseconds