HomeSort by: relevance | last modified time | path
    Searched defs:file (Results 1 - 25 of 246) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /xsrc/external/mit/fontconfig/dist/test/
test-bz106618.c 38 FcChar8 *file; local
40 if (FcPatternGetString (p, FC_FILE, 0, &file) != FcResultMatch)
42 printf ("%s\n", file);
  /xsrc/external/mit/libXau/dist/
Autest.c 43 char *file = NULL; local
45 FILE *output;
48 if (!strcmp (*argv, "-file"))
49 file = *++argv;
67 if (!file) {
70 output = fopen (file, "w");
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/tests/
run-test.py 53 file=sys.stderr) variable
  /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
spirv2dxil.c 102 fprintf(stderr, "Please specify only one input file.");
104 fprintf(stderr, "Please specify an input file.");
135 FILE *file = fopen(output_file, "wb"); local
136 if (!file) {
144 fwrite(obj.binary.buffer, sizeof(char), obj.binary.size, file);
145 fclose(file);
  /xsrc/external/mit/fontconfig/dist/fc-conflist/
fc-conflist.c 79 FILE *file = error ? stderr : stdout; local
81 fprintf (file, _("usage: %s [-Vh] [--version] [--help]\n"),
84 fprintf (file, _("usage: %s [-Vh]\n"),
87 fprintf (file, _("Show the ruleset files information on the system\n"));
88 fprintf (file, "\n");
90 fprintf (file, _(" -V, --version display font config version and exit\n"));
91 fprintf (file, _(" -h, --help display this help and exit\n"));
93 fprintf (file, _(" -V (version) display font config version and exit\n"));
94 fprintf (file, _(" -h (help) display this help and exit\n"))
    [all...]
  /xsrc/external/mit/freetype/dist/builds/unix/
ftsystem.c 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
20 /* we use our special ftconfig.h file, not the standard one */
180 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer )
233 int file; local
240 /* open the file */
241 file = open( filepathname, O_RDONLY );
242 if ( file < 0 )
252 /* issues and cleans up the kernel file table a bit. */
256 (void)fcntl( file, F_SETFD, FD_CLOEXEC )
    [all...]
  /xsrc/external/mit/freetype/dist/builds/vms/
ftsystem.c 10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
20 /* we use our special ftconfig.h file, not the standard one */
179 #define STREAM_FILE( stream ) ( (FILE*)stream->descriptor.pointer )
210 int file; local
217 /* open the file */
218 file = open( filepathname, O_RDONLY );
219 if ( file < 0 )
226 if ( fstat( file, &stat_buf ) < 0 )
229 FT_ERROR(( " could not `fstat' file `%s'\n", filepathname ))
    [all...]
  /xsrc/external/mit/freetype/dist/src/base/
ftsystem.c 10 * This file is part of the FreeType project, and may only be used,
13 * this file you indicate that you have read the license and
20 * This file contains the default interface used by FreeType to access
219 FT_FILE* file; local
225 file = STREAM_FILE( stream );
228 ft_fseek( file, (long)offset, SEEK_SET );
230 return (unsigned long)ft_fread( buffer, 1, count, file );
240 FT_FILE* file; local
253 file = ft_fopen( filepathname, "rb" );
254 if ( !file )
    [all...]
  /xsrc/external/mit/libXfont/dist/src/builtins/
render.c 37 FontFilePtr file; local
46 file = BuiltinFileOpen (fileName);
47 if (!file)
51 BuiltinFileClose (file, 0);
64 ret = pcfReadFont (pFont, file, bit, byte, glyph, scan);
66 BuiltinFileClose (file, 0);
78 FontFilePtr file; local
81 file = BuiltinFileOpen (fileName);
82 if (!file)
84 ret = pcfReadFontInfo (pFontInfo, file);
    [all...]
file.c 32 BuiltinFilePtr file; member in struct:_BuiltinIO
41 left = io->file->len - io->offset;
50 memcpy (f->buffer, io->file->bits + io->offset, len);
73 if (io->offset > io->file->len)
74 io->offset = io->file->len;
109 io->file = (void *) &builtin_files[i];
  /xsrc/external/mit/libXfont2/dist/src/builtins/
render.c 38 FontFilePtr file; local
47 file = BuiltinFileOpen (fileName);
48 if (!file)
52 BuiltinFileClose (file, 0);
65 ret = pcfReadFont (pFont, file, bit, byte, glyph, scan);
67 BuiltinFileClose (file, 0);
79 FontFilePtr file; local
82 file = BuiltinFileOpen (fileName);
83 if (!file)
85 ret = pcfReadFontInfo (pFontInfo, file);
    [all...]
file.c 33 BuiltinFilePtr file; member in struct:_BuiltinIO
42 left = io->file->len - io->offset;
51 memcpy (f->buffer, io->file->bits + io->offset, len);
74 if (io->offset > io->file->len)
75 io->offset = io->file->len;
110 io->file = (void *) &builtin_files[i];
  /xsrc/external/mit/mesa-demos/dist/src/rbug/
bin_to_bmp.c 101 FILE *file = fopen(filename, "rb"); local
105 fread(data, 1, size, file);
106 fclose(file);
  /xsrc/external/mit/xf86-video-intel/dist/tools/
cursor.c 46 FILE *file; local
80 file = fopen("cursor.png", "wb");
81 if (file == NULL)
86 png_init_io(png, file);
124 fclose(file);
  /xsrc/external/mit/xman/dist/
vendor.c 97 {"(3sec) File Access Control Library Functions", "3sec"},
119 {"(4) File Formats", "4"},
125 {"(7fs) File Systems", "7fs"},
145 {"(5) File Formats", "5"},
174 char file[BUFSIZ]; local
178 snprintf(file, sizeof(file), "%s%s", SEARCHDIR, SectionNames[i].suffix);
179 AddNewSection(list, path, file, SectionNames[i].name, TRUE);
181 snprintf(file, sizeof(file), "%s%s", SEARCHOTHER
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_axp.c 56 FILE *file; local
62 if (!(file = fopen("/proc/cpuinfo","r")))
65 if (!fgets(res,0xff,file)) return SYS_NONE;
83 fclose(file);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_ar_eventhandlerfile.hpp 23 * @file ${filename}
25 * @brief Event handler interface. auto-generated file
90 /// @brief Flush buffer to file.
101 std::ofstream file; local
102 file.open(mFilename, std::ios::out | std::ios::app | std::ios::binary);
104 if (!file.is_open())
106 SWR_INVALID("ArchRast: Could not open event file!");
110 file.write((char*)mBuffer, mBufOffset);
111 file.close();
128 /// @todo Maybe add corrupt marker to buffer here in case we can open file i
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_ar_eventhandlerfile.hpp 23 * @file ${filename}
25 * @brief Event handler interface. auto-generated file
90 /// @brief Flush buffer to file.
101 std::ofstream file; local
102 file.open(mFilename, std::ios::out | std::ios::app | std::ios::binary);
104 if (!file.is_open())
106 SWR_INVALID("ArchRast: Could not open event file!");
110 file.write((char*)mBuffer, mBufOffset);
111 file.close();
128 /// @todo Maybe add corrupt marker to buffer here in case we can open file i
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aub_write.h 46 FILE *file; member in struct:aub_file
51 FILE *verbose_log_file;
68 void aub_file_init(struct aub_file *aub, FILE *file, FILE *debug, uint16_t pci_id, const char *app_name);
  /xsrc/external/mit/fontconfig/dist/fc-pattern/
fc-pattern.c 81 FILE *file = error ? stderr : stdout; local
83 fprintf (file, _("usage: %s [-cdVh] [-f FORMAT] [--config] [--default] [--verbose] [--format=FORMAT] [--version] [--help] [pattern] {element...}\n"),
86 fprintf (file, _("usage: %s [-cdVh] [-f FORMAT] [pattern] {element...}\n"),
89 fprintf (file, _("List best font matching [pattern]\n"));
90 fprintf (file, "\n");
92 fprintf (file, _(" -c, --config perform config substitution on pattern\n"));
93 fprintf (file, _(" -d, --default perform default substitution on pattern\n"));
94 fprintf (file, _(" -f, --format=FORMAT use the given output format\n"));
95 fprintf (file, _(" -V, --version display font config version and exit\n"))
    [all...]
  /xsrc/external/mit/fontconfig/dist/fc-query/
fc-query.c 84 FILE *file = error ? stderr : stdout; local
86 fprintf (file, _("usage: %s [-bVh] [-i index] [-f FORMAT] [--index index] [--brief] [--format FORMAT] [--version] [--help] font-file...\n"),
89 fprintf (file, _("usage: %s [-bVh] [-i index] [-f FORMAT] font-file...\n"),
92 fprintf (file, _("Query font files and print resulting pattern(s)\n"));
93 fprintf (file, "\n");
95 fprintf (file, _(" -i, --index INDEX display the INDEX face of each font file only\n"))
    [all...]
  /xsrc/external/mit/fontconfig/dist/fc-scan/
fc-scan.c 84 FILE *file = error ? stderr : stdout; local
86 fprintf (file, _("usage: %s [-bcVh] [-f FORMAT] [-y SYSROOT] [--brief] [--format FORMAT] [--version] [--help] font-file...\n"),
89 fprintf (file, _("usage: %s [-bcVh] [-f FORMAT] [-y SYSROOT] font-file...\n"),
92 fprintf (file, _("Scan font files and directories, and print resulting pattern(s)\n"));
93 fprintf (file, "\n");
95 fprintf (file, _(" -b, --brief display font pattern briefly\n"));
96 fprintf (file, _(" -f, --format=FORMAT use the given output format\n"))
164 const FcChar8 *file = (FcChar8*) argv[i]; local
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/tests/
yuvrect.c 112 const char *file; local
137 file = argv[1];
139 file = TEXTURE_FILE;
141 ImageYUV = LoadYUVImage(file, &ImgWidth, &ImgHeight);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
asm.c 369 FILE *in;
370 char *file, *outfile; local
385 fprintf(stderr, "no file specified!\n");
389 file = argv[optind];
398 in = fopen(file, "r");
400 fprintf(stderr, "could not open \"%s\"\n", file);
408 if (strstr(file, "a5")) {
410 } else if (strstr(file, "a6")) {
  /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
util.h 97 const char *file; member in struct:envy_loc
100 #define LOC_FORMAT(loc, str) "%s:%d.%d-%d.%d: " str, (loc).file, (loc).lstart, (loc).cstart, (loc).lend, (loc).cend
104 FILE *find_in_path(const char *name, const char *path, char **pfullname);
111 void print_escaped_astr(FILE *out, struct astr *astr);

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 910