Home
last modified time | relevance | path

Searched refs:title_len (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprAppleWM.c123 unsigned int title_len, in xprFrameDraw() argument
133 title_len, title_bytes) != Success) { in xprFrameDraw()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DapplewmExt.h50 unsigned int title_len,
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0005-calloc-Use-calloc-at-most-places.patch1350 title_len = grub_strlen (title);
1351 - unicode_title = grub_malloc (title_len * sizeof (*unicode_title));
1352 + unicode_title = grub_calloc (title_len, sizeof (*unicode_title));