Searched refs:name (Results 1 - 25 of 183) sorted by relevance

12345678

/solaris-x11-s11/pkg/
H A Dmerge-metadata.pl28 # values for the same attribute name into a single line
40 if ($in =~ m{^set name=(\S+) value="(.*)"$}) {
41 my ($name, $value) = ($1, $2);
42 $attributes{$name}->{$value} = 1;
52 print qq(set name="$n");
69 (com\.oracle\.info\.(?:name|version|description|tpno))="([^"]*)"
70 (.*)}{$1$4\nset name=$2 value="$3"}gmx)
76 s{set name=com.oracle.info.description value=""}
77 {<transform set name=pkg.summary -> emit set name
[all...]
/solaris-x11-s11/open-src/lib/fontconfig/
H A D20-indic.conf8 <test name="family">
11 <edit name="hinting">
14 <test name="family">
17 <edit name="hinting">
H A D90-sun-prefer-bitmap.conf32 <test name="prefer_bitmap">
35 <test name="family">
38 <test name="pixelsize" compare="more_eq">
41 <test name="pixelsize" compare="less">
44 <edit name="antialias" mode="assign">
49 <test name="prefer_bitmap">
52 <test name="family">
56 <test name="pixelsize" compare="more_eq">
59 <test name="pixelsize" compare="less">
62 <edit name
[all...]
/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessXlibint.h32 /* notice appear in supporting documentation, and that the name of */
76 #define ExtGetReq(opcode, name, req) \
78 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
80 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
82 req->minorOpcode = X_##name;\
83 req->length = (SIZEOF(x##name##Req))>>2;\
84 dpy->bufptr += SIZEOF(x##name##Req);\
91 #define ExtGetReq(opcode, name, req) \
93 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
95 req = (x/**/name/**/Re
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsdict.c11 * supporting documentation and that the name of Adobe Systems Incorporated
55 char *name; member in struct:_EntryRec
102 static integer Hash(char *name, integer nEntries) argument
105 while (*name) val += *name++;
110 static Entry Probe(PSWDict d, integer x, char *name) argument
114 if (strcmp(name, e->name) == 0) break;
119 static Entry PrevProbe(Entry *prev, PSWDict d, integer x, char *name) argument
124 if (strcmp(name,
131 DPSWDictLookup(PSWDict dict, char *name) argument
141 DPSWDictEnter(PSWDict dict, char *name, PSWDictValue value) argument
158 DPSWDictRemove(PSWDict dict, char *name) argument
172 DPSMakeAtom(char *name) argument
[all...]
H A Dpsfontops.psw10 * supporting documentation and that the name of Adobe Systems Incorporated
70 defineps PSfindfont(char *name)
71 /name findfont
82 defineps PSselectfont(char *name; float scale)
83 /name scale selectfont
106 defineps PSundefinefont(char *name)
107 /name undefinefont
H A Dcslibint.h11 * supporting documentation and that the name of Adobe Systems Incorporated
42 * documentation, and that the name of M.I.T. not be used in advertising or
84 * "name" is the name of the request, e.g. CreatePixmap, OpenFont, etc.
85 * "req" is the name of the request pointer.
90 #define NXMacroGetReq(name, req) \
92 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
94 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
95 req->reqType = X_##name;\
96 req->length = (SIZEOF(x##name##Re
[all...]
H A Ddpsfontops.psw10 * supporting documentation and that the name of Adobe Systems Incorporated
70 defineps DPSfindfont(DPSContext ctxt; char *name)
71 /name findfont
82 defineps DPSselectfont(DPSContext ctxt; char *name; float scale)
83 /name scale selectfont
106 defineps DPSundefinefont(DPSContext ctxt; char *name)
107 /name undefinefont
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswdict.c11 * supporting documentation and that the name of Adobe Systems Incorporated
61 char *name; member in struct:_t_EntryRec
93 static int Hash(char *name, int nEntries) argument
96 while (*name) val += *name++;
101 static Entry Probe(PSWDict d, int x, char *name) argument
105 if (strcmp(name, e->name) == 0) break;
110 static Entry PrevProbe(Entry *prev, PSWDict d, int x, char *name) argument
115 if (strcmp(name,
122 PSWDictLookup(PSWDict dict, char *name) argument
132 PSWDictEnter(PSWDict dict, char *name, PSWDictValue value) argument
149 PSWDictRemove(PSWDict dict, char *name) argument
163 MakeAtom(char *name) argument
[all...]
H A Dpswsemantics.c11 * supporting documentation and that the name of Adobe Systems Incorporated
112 if (!item->subscript->constant) free(item->subscript->name);
115 if (!item->scale->constant) free(item->scale->name);
119 free(item->name); free(item);
128 if (!item->subscript->constant) free(item->subscript->name);
131 free(item->name); free(item);
135 free(hdr->name); free(hdr);
148 char *name = currentPSWName; local
155 hdr->name = name;
424 PSWItem(char *name) argument
433 PSWStarItem(char *name) argument
443 PSWSubscriptItem(char *name, Subscript subscript) argument
454 PSWScaleItem(char *name, Subscript subscript, char *nameval, int val) argument
470 PSWNameSubscript(char *name) argument
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/
H A Dgfx_list_util.h34 char *name; member in struct:__anon95
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sun_workqueue.h42 char *name; member in struct:workqueue_struct
48 extern struct workqueue_struct *create_workqueue(dev_info_t *dip, char *name);
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_get_properties.c67 char name_buf[MAXPATHLEN]; /* Pathname & symbol name buf */
74 FBC_LIB_PATH_FMT, device->vis_ident.name);
78 device->vis_ident.name);
102 FBC_API_VERSION_FMT, device->vis_ident.name);
104 fbc_errormsg("Unable to construct API version symbol name, "
106 device->vis_ident.name);
121 device->vis_ident.name);
126 * Construct the name of the device-specific properties function
129 FBC_FUNC_NAME_FMT, device->vis_ident.name);
131 fbc_errormsg("Unable to construct function name, "
[all...]
H A Dfbc_propt.c44 * Display a label string, a quoted name string or the alternative
45 * string for a missing name, and a line terminator.
47 * The name string is quoted, as it is in the config file, since it
54 const char * const name, /* Name string, else NULL */
55 const char * const no_name) /* Alternate string for missing name */
58 if (name != NULL) {
59 printf("%s\"%s\"\n", label, name);
78 const char *name; /* Active section, etc. name */ local
79 const char *no_name; /* Alternate string for missing name */
52 fbc_propt_name( const char * const label, const char * const name, const char * const no_name) argument
[all...]
H A Dfbc_res.c52 * Return TRUE iff the video mode/resolution name contains a case
57 * This code doesn't observe XFree86 name comparison rules with
64 const char *resname, /* Video mode/resolution name */
67 char prev_char; /* Previous mode/res name char */
69 size_t resname_len; /* Length of mode/resolution name */
70 const char *resname_ptr; /* Ptr into mode/resolution name */
97 * Return TRUE iff the mode/resolution name has a case-insensitive
108 const char *resname, /* Video mode name */
111 size_t len; /* Length of mode/resolution name */
122 * Return TRUE iff the mode/resolution name indicate
[all...]
H A Dfbc_Option.h42 const char *option_name, /* Option name */
48 const char *option_name, /* Option name */
53 const char * const name; /* Option value keyword */ member in struct:__anon19
60 const char *option_name, /* Option name */
68 const char *option_name); /* Boolean Option name */
H A Dfbc_dev.c46 * find the (first) frame buffer device name (-dev) argument, if any.
195 device->name = device_path_buf + len;
206 * * Device type/driver name
221 const char *cp; /* Ptr into device name string */
230 * last character of the simple device name (e.g. 'a' in
237 * device name has a video stream suffix that isn't
251 len = strlen(device->name);
252 if ((len >= 2) && (isdigit(*(device->name + len - 2)))) {
253 cp = device->name + len - 1;
266 for (cp = device->name
[all...]
H A Dfbc_open_device.c49 * device and get the VISUAL environment identifier name (e.g.
50 * "SUNWkfb"). Return the identifier name and the file descriptor
63 memset(device->vis_ident.name, 0, sizeof (device->vis_ident.name));
91 * Get the VISUAL environment device identifier name
93 if (ioctl(fd, VIS_GETIDENTIFIER, &device->vis_ident.name[0]) < 0) {
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dxf86Optrec.h23 * Except as contained in this notice, the name of the Metro Link shall not be
49 * Except as contained in this notice, the name of the copyright holder(s)
98 char *name, /* Ptr to new option name string */
104 XF86OptionPtr xf86addNewOption(XF86OptionPtr head, char *name, char *val);
109 XF86OptionPtr xf86newOption(char *name, char *value);
111 XF86OptionPtr xf86findOption(XF86OptionPtr list, const char *name);
112 char *xf86findOptionValue(XF86OptionPtr list, const char *name);
/solaris-x11-s11/open-src/font/alias/
H A DMakefile26 # Package name used in tarballs
29 # pkg(5) name we deliver the files in (override default)
41 MODULE_DESC = Font name aliases for X.Org bitmap fonts
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sun_workqueue.c58 create_workqueue(dev_info_t *dip, char *name) argument
63 wq->taskq = ddi_taskq_create(dip, name, 1, TASKQ_DEFAULTPRI, 0);
66 wq->name = name;
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c11 * supporting documentation and that the name of Adobe Systems Incorporated
99 char *name; member in struct:_t_Resource
106 char *name; member in struct:_t_Duplicate
113 char *name; member in struct:_t_Category
174 static Category *AddCategory (name)
175 char *name;
180 newCategory->name = (char *) ckmalloc (strlen (name) + 1,
181 "Failed to allocate Category name.");
183 strcpy (newCategory->name, nam
440 char *name; member in struct:_t_UPRResource
1349 char buf[256], name[256]; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSBI.h11 * supporting documentation and that the name of Adobe Systems Incorporated
51 extern void _FSBSetCurrentFont(FontSelectionBoxWidget fsb, String name);
54 extern String _FSBGenFontName(String name, int *val, BlendDataRec *bd);
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c37 * documentation, and that the name of M.I.T. not be used in advertising or
86 static void setAuthNumber (Xauth *auth, char *name);
91 static void InitAuth (unsigned short name_len, const char *name);
92 static Xauth *GetAuth (int namelen, const char *name);
105 char *name; /* DISPLAY name */ member in struct:display
110 const char *authName; /* authorization protocol name */
111 int authNameLen; /* authorization protocol name len */
128 const char *name; member in struct:AuthProtocol
158 makeEnv (const char *name, cons argument
173 setEnv(char **e, const char *name, const char *value) argument
315 writeLocalAuth( FILE *file, Xauth *auth, char *name) argument
505 struct utsname name; local
559 setAuthNumber( Xauth *auth, char *name) argument
586 openFiles(char *name, char *new_name, FILE **oldp, FILE **newp) argument
632 InitAuth( unsigned short name_len, const char *name) argument
645 GetAuth( int namelen, const char *name) argument
768 findProtocol( int name_length, const char *name) argument
784 GenerateAuthorization( const char *name, int name_length) argument
841 char *name; local
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_ch7xxx.c95 char *name; member in struct:ch7xxx_id_struct
106 char *name; member in struct:ch7xxx_did_struct
122 return ch7xxx_ids[i].name;
134 return ch7xxx_dids[i].name;
173 addr, adapter->name, dvo->slave_addr);
199 addr, adapter->name, dvo->slave_addr);
211 char *name, *devid; local
224 name = ch7xxx_get_id(vendor);
225 if (!name) {
228 vendor, adapter->name, dv
[all...]

Completed in 61 milliseconds

12345678