Searched refs:title_length (Results 1 – 2 of 2) sorted by relevance
446 unsigned int title_length, title_max; in ProcWindowsWMFrameSetTitle() local467 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()
587 unsigned int title_length, title_max; in ProcAppleWMFrameDraw() local601 title_length = stuff->title_length; in ProcAppleWMFrameDraw()604 if (title_max < title_length) in ProcAppleWMFrameDraw()611 title_length, title_bytes); in ProcAppleWMFrameDraw()