Searched defs:name_buf (Results 1 - 2 of 2) sorted by relevance

/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 */ local
73 len = snprintf(name_buf, sizeof (name_buf),
75 if ((len < 0) || (len >= sizeof (name_buf))) {
85 lib_handle = dlopen(name_buf, RTLD_LAZY);
90 if (stat(name_buf, &stat_buf) == 0) {
93 fbc_errormsg("%s, %s\n", strerror(errno), name_buf);
101 len = snprintf(name_buf, sizeof (name_buf),
103 if ((len < 0) || (len >= sizeof (name_buf))) {
[all...]
H A Dsun_edid.c1403 * If a name must be constructed, the caller-supplied name_buf buffer
1415 char *name_buf) /* Buffer for returned WxHxF name */
1479 snprintf(name_buf, NAME_BUF_LEN, "%dx%dx%d", width, height, frequency);
1480 return (name_buf);
1643 * If a name must be constructed, the caller-supplied name_buf buffer
1654 char *name_buf) /* Buffer for returned WxHxF name */
1767 snprintf(name_buf, NAME_BUF_LEN, "%dx%dx%d",
1769 return (name_buf);
1410 get_stiming_name( int width, int height, int frequency, fbc_mode_elem_t *mode_list, char *name_buf) argument
1650 get_dtiming_name( const sun_edid_dtiming_t *dt, int frequency, fbc_mode_elem_t *mode_list, char *name_buf) argument

Completed in 20 milliseconds