Home
last modified time | relevance | path

Searched refs:title_length (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c446 unsigned int title_length, title_max; in ProcWindowsWMFrameSetTitle() local
467 title_length = stuff->title_length; in ProcWindowsWMFrameSetTitle()
470 if (title_max < title_length) in ProcWindowsWMFrameSetTitle()
477 title_bytes = malloc(title_length + 1); in ProcWindowsWMFrameSetTitle()
478 strncpy(title_bytes, (char *) &stuff[1], title_length); in ProcWindowsWMFrameSetTitle()
479 title_bytes[title_length] = '\0'; in ProcWindowsWMFrameSetTitle()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c587 unsigned int title_length, title_max; in ProcAppleWMFrameDraw() local
601 title_length = stuff->title_length; in ProcAppleWMFrameDraw()
604 if (title_max < title_length) in ProcAppleWMFrameDraw()
611 title_length, title_bytes); in ProcAppleWMFrameDraw()