Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/
H A Dbundle-main.c86 static char __crashreporter_info_buff__[4096] = { 0 }; variable
88 &__crashreporter_info_buff__[0];
636 strlcpy(__crashreporter_info_buff__, __crashreporter_info__base, in main()
637 sizeof(__crashreporter_info_buff__)); in main()
/OK3568_Linux_fs/external/xserver/os/
H A Dlog.c124 static char __crashreporter_info_buff__[4096] = { 0 }; variable
127 &__crashreporter_info_buff__[0];
997 (void)vsnprintf(__crashreporter_info_buff__, in FatalError()
998 sizeof(__crashreporter_info_buff__), f, apple_args); in FatalError()