Searched refs:bundle_id_prefix (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 95 char *bundle_id_prefix = NULL; variable 560 bundle_id_prefix = malloc(sizeof(char) * (len - 3)); in setup_env() 561 if (!bundle_id_prefix) { in setup_env() 565 strlcpy(bundle_id_prefix, server_bootstrap_name, len - 3); in setup_env() 577 if (strcmp(bundle_id_prefix, in setup_env() 589 strlcpy(temp, bundle_id_prefix, len); in setup_env() 596 disp, bundle_id_prefix); in setup_env()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwin.h | 81 extern char *bundle_id_prefix;
|
| H A D | X11Controller.m | 57 extern char *bundle_id_prefix; 368 asprintf(&asl_sender, "%s.%s", bundle_id_prefix, newargv[2]); 370 for(s = asl_sender + strlen(bundle_id_prefix) + 1; *s; s++) {
|
| H A D | darwin.c | 707 bundle_id_prefix)); in OsVendorInit()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | manpages.am | 48 -e 's|[@]bundle_id_prefix[@]|$(BUNDLE_ID_PREFIX)|g' \
|
| H A D | meson.build | 538 manpage_config.set('bundle_id_prefix', '...') cfgvar in manpage_config
|