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

/macosx-10.9.5/cups-372.4/cups/locale/
H A Dpo2strings.c66 *stringsfile; /* .strings filename */ local
83 stringsfile = NULL;
97 else if (!stringsfile)
98 stringsfile = argv[i];
106 if (!pofile || !stringsfile)
122 if ((strings = cupsFileOpen(stringsfile, "w")) == NULL)
124 perror(stringsfile);

Completed in 119 milliseconds