/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | Pointer.c | 102 char *s, *s1, *s2; local 192 s2 = xf86uLongToString(val.num); 193 l = strlen(s1) + 1 + strlen(s2) + 1; 195 sprintf(s, "%s %s", s1, s2); 197 xf86conffree(s2);
|
H A D | Keyboard.c | 118 char *s, *s1, *s2; local 145 s2 = xf86uLongToString(val.num); 146 l = strlen(s1) + 1 + strlen(s2) + 1; 148 sprintf(s, "%s %s", s1, s2); 150 xf86conffree(s2);
|
H A D | scan.c | 1112 * Compare two name-like strings pointed to by s1 and s2. Ignore 1113 * alphabetic case and the characters, '_', ' ', and '\t'. If s2 1122 const char *s1, const char *s2, const char **s1resume) 1125 int c2; /* Normalized character from s2 */ 1129 if ((s1 == NULL) && (s2 == NULL)) { 1135 if (s2 == NULL) { 1143 while ((*s2 == '_') || (*s2 == ' ') || (*s2 == '\t')) { 1144 s2 1121 xf86nameCompareResumable( const char *s1, const char *s2, const char **s1resume) argument 1175 xf86nameCompare(const char *s1, const char *s2) argument 1266 xf86optionNameCompare( const char *const bool_option_names[], const char *s1, const char *s2) argument [all...] |
/solaris-x11-s11/open-src/app/xcolor/sun-src/ |
H A D | XCrHsbCmap.c | 44 double s2, /* ending saturation */ 59 HSBramp(h1, s1, b1, h2, s2, b2, 0, count - 1, red, green, blue); 35 XCreateHSBColormap( Display *dsp, int screen, Colormap *cmap, int count, double h1, double s1, double b1, double h2, double s2, double b2, int bw, Visual **visual) argument
|
H A D | HSBmap.c | 100 double s2, 120 ds = (s2 - s1) / 255.0; 95 HSBramp( double h1, double s1, double b1, double h2, double s2, double b2, int start, int end, u_char *red, u_char *green, u_char *blue) argument
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | hsbramp.c | 129 double s2, 142 ds = (s2 - s1) / count; 124 hsbramp( double h1, double s1, double b1, double h2, double s2, double b2, int count, u_char *red, u_char *green, u_char *blue) argument
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_getargs.c | 120 int (* strcmp_fn)(const char *s1, const char *s2), 250 int (* strcmp_fn)(const char *s1, const char *s2); 116 fbc_add_Option_mod( sectn_mask_t option_section, const char *option_name, const char *option_value, int (* strcmp_fn)(const char *s1, const char *s2), fbc_varient_t *fbvar, xf86_opt_mod_t **option_mod_p) argument
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontSample.c | 1799 String strstr(String s1, String s2) argument 1804 len2 = strlen(s2); 1807 if (*s1 == *s2) { 1808 if (strncmp(s1+1, s2+1, len2-1) == 0) return s1;
|