Searched refs:file (Results 1 - 25 of 52) sorted by relevance

123

/solaris-x11-s11/pkg/
H A Dgenerate_font_metadata.pl88 qq(<transform file path="$fd/%s" -> add info.file.font.xlfd "%s">\n),
109 qq(<transform file path="$fd/%s" -> add info.file.font.xlfd "%s">\n),
125 # %{file} => print the named value for this font
131 my $fc_scan_format = q(--format=%{?fullname{%{[]fullname,fullnamelang{<transform file path="%{file}" -> add info.file.font.name:%{fullnamelang} "%{fullname|cescape}">\n}}}{%{[]family,style{<transform file path="%{file}"
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c100 char *file; member in struct:_t_Resource
269 hash = Hash(resource->file);
273 comparison = strcmp (current->file, resource->file);
314 dup->file1 = res1->file;
315 dup->file2 = res2->file;
359 resource->file = ckmalloc (strlen (fileName) + 1,
362 strcpy (resource->file, fileName);
377 comparison = strcmp (current->file, fileName);
385 } else if (comparison == 0) { /* Same file */
441 char *file; member in struct:_t_UPRResource
1000 FILE *file; local
1599 FILE *file; local
[all...]
/solaris-x11-s11/open-src/app/installalias/sun-src/
H A Dinstallalias.c50 * Ensure that a fonts.alias file only contains aliases for fonts that exist
51 * We do this by first reading in the fonts.dir file and then for
52 * each entry in the fonts.alias file we verify that the alias can
75 static int lexc(FILE *file);
88 /* Provide pseudo renderers for font file formats we may find in fonts.dir
131 FILE *file; local
141 file = fopen(dir_file, "r");
142 if (file) {
143 if (fstat (fileno(file), &statb) == -1)
145 count = fscanf(file, "
196 lexAlias( FILE *file, char **lexToken) argument
276 lexc(FILE *file) argument
331 ReadAliases( FILE *file, char *alias, char *font_name) argument
504 FILE *file, *newfile; local
[all...]
/solaris-x11-s11/open-src/util/lndir/
H A DMakefile30 MODULE_PKGNAME=file/lndir
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_auth.c10 * \file drm_auth.c
61 * Find the file with the given magic number.
92 * \param priv file private data.
175 * \param file_priv DRM file private.
193 if (file->magic) {
194 auth->magic = file->magic;
201 } while (drm_find_file(file->master, auth->magic));
202 file->magic = auth->magic;
203 (void) drm_add_magic(file->master, file, aut
[all...]
H A Ddrm_stub.c10 * \file drm_stub.h
184 if (file->is_master)
187 if (file->minor->master && file->minor->master != file->master)
190 if (!file->master)
193 if (!file->minor->master &&
194 file->minor->master != file->master) {
196 file
[all...]
H A Ddrm_lock.c10 * \file drm_lock.c
50 * \param file_priv DRM file private.
61 struct drm_master *master = file->master;
64 ++file->lock_count;
87 master->lock.file_priv = file;
123 * \param file_priv DRM file private.
134 struct drm_master *master = file->master;
207 * Resets the lock file pointer.
231 * Resets the lock file pointer.
H A Ddrm_ioctl.c10 * \file drm_ioctl.c
52 * \param file_priv DRM file private.
63 struct drm_master *master = file->master;
119 * \param file_priv DRM file private.
170 * \param file_priv DRM file private.
212 * \param file_priv DRM file private.
229 (file->master->lock.hw_lock ? file->master->lock.hw_lock->lock : 0);
273 * \param file_priv DRM file private.
299 (void) drm_set_busid(dev, file);
[all...]
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_auth.c159 drm_file_t *file; local
164 if ((file = drm_find_file(dev, auth.magic))) {
165 file->authenticated = 1;
H A Ddrm_sunmod.h40 #include <sys/file.h>
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_context.c37 * This file implements HW context support. On gen5+ a HW context consists of an
326 struct drm_file *file,
330 struct drm_i915_file_private *file_priv = file->driver_priv;
339 if (file == NULL)
345 to = i915_gem_context_get(file->driver_priv, id);
352 void i915_gem_context_close(struct drm_device *dev, struct drm_file *file) argument
354 struct drm_i915_file_private *file_priv = file->driver_priv;
515 struct drm_file *file,
532 if (file == NULL)
535 to = i915_gem_context_get(file
325 i915_gem_context_get_hang_stats(struct intel_ring_buffer *ring, struct drm_file *file, u32 id) argument
514 i915_switch_context(struct intel_ring_buffer *ring, struct drm_file *file, int to_id) argument
[all...]
H A Di915_gem_execbuffer.c369 struct drm_file *file,
496 struct drm_file *file,
559 obj = to_intel_bo(drm_gem_object_lookup(dev, file,
576 ret = i915_gem_execbuffer_reserve(ring, file, objects, &need_relocs);
704 struct drm_file *file,
712 (void)__i915_add_request(ring, file, obj, NULL);
743 struct drm_file *file,
771 if (!file->is_master)
893 eb = eb_create(args->buffer_count, file);
911 obj = to_intel_bo(drm_gem_object_lookup(dev, file,
368 i915_gem_execbuffer_reserve(struct intel_ring_buffer *ring, struct drm_file *file, struct list_head *objects, bool *need_relocs) argument
494 i915_gem_execbuffer_relocate_slow(struct drm_device *dev, struct drm_i915_gem_execbuffer2 *args, struct drm_file *file, struct intel_ring_buffer *ring, struct list_head *objects, struct eb_objects *eb, struct drm_i915_gem_exec_object2 *exec, int count) argument
703 i915_gem_execbuffer_retire_commands(struct drm_device *dev, struct drm_file *file, struct intel_ring_buffer *ring, struct drm_i915_gem_object *obj) argument
742 i915_gem_do_execbuffer(struct drm_device *dev, void *data, struct drm_file *file, struct drm_i915_gem_execbuffer2 *args, struct drm_i915_gem_exec_object2 *exec) argument
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A Dgenlist.sh19 * This file is generated by the genlist.sh script and contains an array of
H A DAsciiSrc.c203 FILE * file; local
228 file = InitStringOrFile(src, src->ascii_src.type == XawAsciiFile);
229 LoadPieces(src, file, NULL);
231 if (file != NULL) fclose(file);
404 * Note: While there are only 'n' characters in the file there are n+1
635 FILE * file; local
654 file = InitStringOrFile(src, string_set); /* Init new info. */
655 LoadPieces(src, file, NULL); /* load new info into internal buffers. */
656 if (file !
980 FILE * file; local
[all...]
H A DMultiSrc.c228 FILE * file; local
237 file = InitStringOrFile(src, src->multi_src.type == XawAsciiFile);
238 LoadPieces(src, file, NULL);
240 if (file != NULL) fclose(file);
457 * Note: While there are only 'n' characters in the file there are n+1
717 FILE * file; local
736 file = InitStringOrFile(src, string_set);
742 LoadPieces(src, file, NULL);
743 if (file !
1077 FILE * file; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrc.c191 FILE * file; local
214 file = InitStringOrFile(src);
215 LoadPieces(src, file, NULL);
217 if (file != NULL) fclose(file);
392 * Note: While there are only 'n' characters in the file there are n+1
619 FILE * file; local
642 file = InitStringOrFile(src); /* Init new info. */
643 LoadPieces(src, file, NULL); /* load new info into internal buffers. */
644 if (file !
912 FILE * file; local
[all...]
/solaris-x11-s11/open-src/app/xdm/
H A DMakefile121 XCF_HEADER += \n%1$$s NOTE: The file provided in $(XDM_USR_CONFIGDIR) is a sample %2$$s
122 XCF_HEADER += \n%1$$s configuration file provided for your reference.
126 XCF_HEADER += \n%1$$s a file specified via the -config command line option).
/solaris-x11-s11/open-src/common/
H A Dpkg-manifest-generate.pl32 # If <manifest input> does not exist, <license file> is included in the output
127 # Generate a manifest header if not merging into an existing file
171 # First try looking in a README file for a short summary
262 next if $ps =~ m{^file\b.*\bpath=.*-uninstalled.pc\b};
277 # Drop file path from file actions, so we always use the path attribute
278 $ps =~ s{^file (\S+) (.* path=\1)}{file $2};
/solaris-x11-s11/open-src/app/kbd_mode/sun-src/
H A Dkbd_mode.c29 #include <sys/file.h>
/solaris-x11-s11/open-src/app/xfs/
H A DMakefile54 # Dates to show in Oracle copyright notice in pkg license file
68 --with-default-config-file='/etc/X11/fs/config,$(X11_X11LIB_DIR)/fs/config,/etc/openwin/fs/fontserver.cfg,/usr/openwin/lib/X11/fontserver.cfg'
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sunmod.h63 #include <sys/file.h>
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXpreview.h56 /* The rewind function should set the file pointer to the beginning of an
65 even if the end of file is not yet reached.
74 XDPSImageFileIntoDrawable will use to reset the file to its beginning
75 and to read the next line of the file.
84 for dealing with a separate EPSF file. They are the default rewind and
98 file embedded in another file. The 2.0 document structuring conventions
100 included file and to identify any embedded files. The startPos
102 embedded file (as found by, for example, ftell). It must *not* include
107 EPSF file, o
[all...]
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c82 #define DEF_USER_AUTH_DIR "/tmp" /* Backup directory for User Auth file */
87 static void DefineLocal (FILE *file, Xauth *auth);
88 static void DefineSelf (int fd, FILE *file, Xauth *auth);
89 static void writeAuth (FILE *file, Xauth *auth);
108 char *authFile; /* file to store authorization in */
112 int resetForAuth; /* server reads auth file at reset */
316 FILE *file,
329 DefineSelf (fd, file, auth);
334 DefineSelf (fd, file, auth);
338 DefineLocal (file, aut
315 writeLocalAuth( FILE *file, Xauth *auth, char *name) argument
343 writeAddr( int family, int addr_length, char *addr, FILE *file, Xauth *auth) argument
389 DefineSelf( int fd, FILE *file, Xauth *auth) argument
491 DefineLocal( FILE *file, Xauth *auth) argument
605 writeAuth( FILE *file, Xauth *auth) argument
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsioops.psw67 (name) (access) file
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c67 static int ParseFileForBBox(FILE *file, XRectangle *bb);
219 static int ParseFileForBBox(FILE *file, XRectangle *bb) argument
235 if ((*getsFunction)(buf, BUFLEN, file, getsClientData) == NULL) {
457 FILE *file,
500 (*rewindFunction)(file, rewindClientData);
549 while ((*getsFunction)(buf, BUFSIZE, file, getsClientData) != NULL) {
453 XDPSImageFileIntoDrawable( DPSContext context, Screen *screen, Drawable dest, FILE *file, int drawableHeight, int drawableDepth, XRectangle *bbox, int xOffset, int yOffset, double pixelsPerPoint, Bool clear, Bool createMask, Bool waitForCompletion, Bool *doneFlag) argument

Completed in 712 milliseconds

123