tag | line | file | source code |
outf | 74 | arch/i386/boot/compressed/misc.c | void (*work)(int inf, int outf); |
outf | 12 | drivers/sound/hex2hex.h | fclose(inf);fclose(outf);return 0; \ |
outf | 17 | drivers/sound/hex2hex.h | FILE *inf, *outf; |
outf | 28 | drivers/sound/hex2hex.h | if ((outf=fopen(target, "w"))==NULL) |
outf | 83 | drivers/sound/hex2hex.h | fprintf(outf, "/*\n *\t Computer generated file. Do not edit.\n */\n"); |
outf | 84 | drivers/sound/hex2hex.h | fprintf(outf, "%s[] = {\n", varline); |
outf | 88 | drivers/sound/hex2hex.h | if (i) fprintf(outf, ","); |
outf | 89 | drivers/sound/hex2hex.h | if (i && !(i % 16)) fprintf(outf, "\n"); |
outf | 90 | drivers/sound/hex2hex.h | fprintf(outf, "0x%02x", buf[i]); |
outf | 93 | drivers/sound/hex2hex.h | fprintf(outf, "\n};\n\n"); |
outf | 95 | drivers/sound/hex2hex.h | fclose(outf); |