Searched refs:NAME_BUF_LEN (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dsun_edid.c70 #define NAME_BUF_LEN (64) /* Buffer length for WxHxF mode name strings */ macro
1404 * will be used. The buffer must be at least NAME_BUF_LEN bytes
1479 snprintf(name_buf, NAME_BUF_LEN, "%dx%dx%d", width, height, frequency);
1505 char mode_name_buf[NAME_BUF_LEN];
1644 * will be used. The buffer must be at least NAME_BUF_LEN bytes
1767 snprintf(name_buf, NAME_BUF_LEN, "%dx%dx%d",
1791 char mode_name_buf[NAME_BUF_LEN];

Completed in 12 milliseconds