/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | read.c | 95 ptr->conf_comment = xf86addComment(ptr->conf_comment, val.str); 104 xf86setSection (val.str); 105 if (xf86nameCompare (val.str, "files") == 0) 107 xf86conffree(val.str); 108 val.str = NULL; 111 else if (xf86nameCompare (val.str, "serverflags") == 0) 113 xf86conffree(val.str); 114 val.str = NULL; 117 else if (xf86nameCompare (val.str, "keyboard") == 0) 119 xf86conffree(val.str); [all...] |
H A D | Files.c | 100 char *str; local 109 ptr->file_comment = xf86addComment(ptr->file_comment, val.str); 115 str = prependRoot (val.str); 120 i = strlen (str) + 1; 124 i = strlen (ptr->file_fontpath) + strlen (str) + 1; 136 strcat (ptr->file_fontpath, str); 137 xf86conffree (val.str); 142 ptr->file_rgbpath = val.str; 148 str [all...] |
H A D | Keyboard.c | 128 ptr->inp_comment = xf86addComment(ptr->inp_comment, val.str); 135 val.str); 212 val.str); 219 val.str); 226 val.str); 233 val.str); 240 val.str); 247 val.str); 254 val.str); 261 val.str); [all...] |
H A D | Module.c | 104 ptr->load_comment = xf86addComment(ptr->load_comment, val.str); 136 ptr->mod_comment = xf86addComment(ptr->mod_comment, val.str); 142 xf86addNewLoadDirective (ptr->mod_load_lst, val.str, 149 xf86addNewLoadDirective (ptr->mod_load_lst, val.str, 156 xf86parseModuleSubSection (ptr->mod_load_lst, val.str); 240 new->load_comment = xf86addComment(new->load_comment, val.str);
|
H A D | Layout.c | 107 ptr->lay_comment = xf86addComment(ptr->lay_comment, val.str); 114 ptr->lay_identifier = val.str; 127 iptr->inactive_device_str = val.str; 153 aptr->adj_screen_str = val.str; 221 aptr->adj_refscreen = val.str; 240 aptr->adj_top_str = val.str; 247 aptr->adj_bottom_str = val.str; 254 aptr->adj_left_str = val.str; 261 aptr->adj_right_str = val.str; 279 iptr->iref_inputdev_str = val.str; [all...] |
H A D | Video.c | 90 ptr->vp_comment = xf86addComment(ptr->vp_comment, val.str); 97 ptr->vp_identifier = val.str; 150 ptr->va_comment = xf86addComment(ptr->va_comment, val.str); 155 ptr->va_identifier = val.str; 163 ptr->va_vendor = val.str; 168 ptr->va_board = val.str; 173 ptr->va_busid = val.str; 178 ptr->va_driver = val.str;
|
H A D | scan.c | 143 xf86strToUL (char *str) argument 146 char *p = str; 405 val.str = configRBuf; 461 val.str = xf86confmalloc (strlen (configRBuf) + 1); 462 strcpy (val.str, configRBuf); /* private copy ! */ 536 *comment = xf86addComment(*comment, val.str); 562 *comment = xf86addComment(*comment, val.str); 1092 return StringToToken (val.str, tab); 1096 StringToToken (char *str, xf86ConfigSymTabRec * tab) argument 1102 if (!xf86nameCompare (tab[i].name, str)) 1282 char *str; local [all...] |
H A D | Input.c | 93 ptr->inp_comment = xf86addComment(ptr->inp_comment, val.str); 100 ptr->inp_identifier = val.str; 106 ptr->inp_driver = val.str;
|
H A D | DRI.c | 66 ptr->buf_flags = val.str; 68 ptr->buf_comment = xf86addComment(ptr->buf_comment, val.str); 97 ptr->dri_group_name = val.str; 116 ptr->dri_comment = xf86addComment(ptr->dri_comment, val.str);
|
H A D | Vendor.c | 91 ptr->vs_comment = xf86addComment(ptr->vs_comment, val.str); 98 ptr->vs_identifier = val.str; 146 ptr->vnd_comment = xf86addComment(ptr->vnd_comment, val.str); 153 ptr->vnd_identifier = val.str;
|
H A D | Device.c | 134 ptr->dev_comment = xf86addComment(ptr->dev_comment, val.str); 141 ptr->dev_identifier = val.str; 147 ptr->dev_vendor = val.str; 152 ptr->dev_board = val.str; 157 ptr->dev_chipset = val.str; 162 ptr->dev_card = val.str; 167 ptr->dev_driver = val.str; 172 ptr->dev_ramdac = val.str; 220 ptr->dev_clockchip = val.str; 254 ptr->dev_busid = val.str; [all...] |
H A D | Pointer.c | 112 ptr->inp_comment = xf86addComment(ptr->inp_comment, val.str); 119 val.str); 126 val.str);
|
H A D | Screen.c | 124 mon_entry.scrn_monitor_name = val.str; 213 ptr->disp_comment = xf86addComment(ptr->disp_comment, val.str); 252 ptr->disp_visual = val.str; 294 mptr->mode_name = val.str; 392 ptr->scrn_comment = xf86addComment(ptr->scrn_comment, val.str); 397 ptr->scrn_identifier = val.str; 405 ptr->scrn_obso_driver = val.str; 441 ptr->scrn_device_str = val.str; 462 if (xf86nameCompare (val.str, aptr->al_adaptor_str) == 0) 469 aptr->al_adaptor_str = val.str; [all...] |
H A D | Extensions.c | 70 xf86addComment(ptr->extensions_comment, val.str);
|
H A D | Flags.c | 112 ptr->flg_comment = xf86addComment(ptr->flg_comment, val.str); 150 valstr = val.str; 658 name = val.str; 664 option = xf86newOption(name, val.str); 667 option->opt_comment = xf86addComment(option->opt_comment, val.str); 675 option->opt_comment = xf86addComment(option->opt_comment, val.str);
|
H A D | Configint.h | 77 char *str; /* private copy of the return-string */ member in struct:__anon56
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | XawI18n.c | 72 char str[2]; local 74 str[0] = c; 75 str[1] = '\0'; 77 mbtowc(&wc, str, 1);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/ |
H A D | gfx_gamma_pack.h | 45 gfx_unpack_gamma_string_16 (char *str,
|
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/ |
H A D | cmap_alloc.c | 343 string_to_depth(str) 344 char *str; 348 if ((sscanf(str, "%d", &depth) != 1) || (depth < 1)) 356 string_to_visual(str) 357 char *str; 361 if (!strcmp(str, "StaticGray")) 363 else if (!strcmp(str, "GrayScale")) 365 else if (!strcmp(str, "StaticColor")) 367 else if (!strcmp(str, "PseudoColor")) 369 else if (!strcmp(str, "TrueColo [all...] |
/solaris-x11-s11/open-src/driver/efb/sun-src/src/ |
H A D | efb_driver.c | 462 char str[20]; local 473 sprintf(str,"%d %d", pos1X, pos1Y); 474 value[first] = strdup(str); 475 sprintf(str,"%d %d", pos2X, pos2Y); 476 value[second] = strdup(str); 486 p->value.str = value[o]; 504 char *str; local 506 str = xf86GetOptValString(info->Options, OPTION_DUAL_DISPLAY); 507 if ((str != NULL) && (strcasecmp(str, "Enabl [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FSBwraps.psw | 82 % (str) x y SafeBBox left bottom right top 84 3 copy % (str) x y (str) x y 86 moveto % (str) x y (str) 91 3 -1 roll dup length dup % x y (str) len len 98 2 copy % x y (str) len (str) len 99 2 idiv % x y (str) len (str) le [all...] |
H A D | FontSBI.h | 46 extern XmString _FSBCreateSharedCS(String str, Widget w);
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/ |
H A D | gfx_gamma_pack.c | 1243 gfx_unpack_gamma_string_16 (char *str 1259 if (str == NULL) return (-1); 1262 if (str[str_count++] != 'G') return (-1); 1263 if (str[str_count++] != '0') return (-1); 1264 if (str[str_count++] != '0') return (-1); 1266 rc = unpack_gam_int(str+str_count, &str_entries); 1287 rc = unpack_string_to_tbl (str+str_count, ddel, str_entries);
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | dvo_ch7017.c | 208 const char *str; local 223 str = "ch7017"; 226 str = "ch7018"; 229 str = "ch7019"; 239 str, adapter->name, dvo->slave_addr);
|
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/ |
H A D | OWconfig.c | 282 specified by "str". 285 hashValue(char *str) argument 289 while (*str) { 290 ret += (unsigned int)*str; 291 str++; 304 "str", copies the string to the newly allocated memory, and 308 dupString(char *str) argument 313 if (str) { 314 len = strlen(str) + 1; 318 (void)memcpy(ptr, str, le 1018 writeString(FILE *fp, char *str) argument [all...] |