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

/xsrc/external/mit/xkbcomp/dist/
H A Dlisting.c419 GenerateListing(const char *out_name) argument
429 if ((!out_name) || ((out_name[0] == '-') && (out_name[1] == '\0')))
431 else if ((outFile = fopen(out_name, "w")) == NULL)
434 out_name);

Completed in 2 milliseconds