Searched refs:inputFile (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | xkbcomp.c | 83 static char *inputFile; variable in typeref:typename:char * 230 if (inputFile == NULL) 231 inputFile = argv[i]; 239 inputFile, outputFile, argv[i]); 390 if ((inputFile) && (!AddMatchingFiles(inputFile))) 393 inputFile = NULL; 649 else if (inputFile == NULL) 654 else if (strcmp(inputFile, "-") == 0) 659 else if (strchr(inputFile, ' [all...] |
| H A D | listing.c | 457 FILE *inputFile; local in function:GenerateListing 473 inputFile = fopen(list[i].file, "r"); 474 if (!inputFile) 481 if (XKBParseFile(inputFile, &rtrn) && (rtrn != NULL)) 492 fclose(inputFile);
|
| /xsrc/external/mit/xkbprint/dist/ |
| H A D | xkbprint.c | 59 static char * inputFile; variable in typeref:typename:char * 146 if (inputFile == NULL) { 147 inputFile = argv[i]; 155 inputFile, outputFile, argv[i]); 447 if (inputFile == NULL) { 452 else if (uStringEqual(inputFile, "-")) { 455 else if (strchr(inputFile, ':') == NULL) { 456 size_t len = strlen(inputFile); 458 if ((len > 4) && (strcmp(&inputFile[len - 4], ".xkm") == 0)) { 464 file = fopen(inputFile, " [all...] |
Completed in 6 milliseconds