Searched refs:__crashreporter_info_buff__ (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_visual.c | 67 static char __crashreporter_info_buff__[4096] = { 0 }; variable in typeref:typename:char[4096] 69 &__crashreporter_info_buff__[0]; 186 snprintf(__crashreporter_info_buff__, sizeof(__crashreporter_info_buff__), 188 fprintf(stderr, "%s", __crashreporter_info_buff__); 193 snprintf(__crashreporter_info_buff__, sizeof(__crashreporter_info_buff__), 195 fprintf(stderr, "%s", __crashreporter_info_buff__);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_visual.c | 67 static char __crashreporter_info_buff__[4096] = { 0 }; variable in typeref:typename:char[4096] 69 &__crashreporter_info_buff__[0]; 186 snprintf(__crashreporter_info_buff__, sizeof(__crashreporter_info_buff__), 188 fprintf(stderr, "%s", __crashreporter_info_buff__); 193 snprintf(__crashreporter_info_buff__, sizeof(__crashreporter_info_buff__), 195 fprintf(stderr, "%s", __crashreporter_info_buff__);
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | log.c | 127 static char __crashreporter_info_buff__[4096] = {0}; variable in typeref:typename:char[4096] 128 static const char *__crashreporter_info__ __attribute__((__used__)) = &__crashreporter_info_buff__[0]; 531 (void)vsnprintf(__crashreporter_info_buff__, sizeof(__crashreporter_info_buff__), f, args);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 76 static char __crashreporter_info_buff__[4096] = {0}; variable in typeref:typename:char[4096] 77 static const char *__crashreporter_info__ __attribute__((__used__)) = &__crashreporter_info_buff__[0]; 548 strlcpy(__crashreporter_info_buff__, __crashreporter_info__base, sizeof(__crashreporter_info_buff__));
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 90 static char __crashreporter_info_buff__[4096] = { 0 }; variable in typeref:typename:char[4096] 92 &__crashreporter_info_buff__[0]; 648 strlcpy(__crashreporter_info_buff__, __crashreporter_info__base, 649 sizeof(__crashreporter_info_buff__));
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | log.c | 131 static char __crashreporter_info_buff__[4096] = { 0 }; variable in typeref:typename:char[4096] 134 &__crashreporter_info_buff__[0]; 1004 (void)vsnprintf(__crashreporter_info_buff__, 1005 sizeof(__crashreporter_info_buff__), f, apple_args);
|
Completed in 7 milliseconds