HomeSort by: relevance | last modified time | path
    Searched refs:BUNDLE_ID_PREFIX (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
privileged_startx_types.h 8 #define BOOTSTRAP_NAME BUNDLE_ID_PREFIX".privileged_startx"
privileged_startx.plist.cpp 6 <string>BUNDLE_ID_PREFIX.privileged_startx</string>
15 <key>BUNDLE_ID_PREFIX.privileged_startx</key>
server.c 122 const char *labelstr = BUNDLE_ID_PREFIX".privileged_startx";
153 aslc = asl_open(labelstr, BUNDLE_ID_PREFIX, ASL_OPT_NO_DELAY);
182 mp = checkin_or_register(BUNDLE_ID_PREFIX".privileged_startx");
  /xsrc/external/mit/xinit/dist/launchd/user_startx/
startx.plist.cpp 6 <string>BUNDLE_ID_PREFIX.startx</string>
18 <key>BUNDLE_ID_PREFIX:0</key>
launchd_startx.c 52 aslc = asl_open(BUNDLE_ID_PREFIX".startx", BUNDLE_ID_PREFIX, ASL_OPT_NO_DELAY);
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
launchd_fd.c 90 BUNDLE_ID_PREFIX ":0");
97 BUNDLE_ID_PREFIX);
stub.c 43 #define kX11AppBundleId BUNDLE_ID_PREFIX ".X11"
bundle-main.c 99 char *bundle_id_prefix = NULL; variable
551 pds = BUNDLE_ID_PREFIX ".X11";
564 bundle_id_prefix = malloc(sizeof(char) * (len - 3));
565 if (!bundle_id_prefix) {
569 strlcpy(bundle_id_prefix, server_bootstrap_name, len - 3);
581 if (strcmp(bundle_id_prefix,
593 strlcpy(temp, bundle_id_prefix, len);
600 disp, bundle_id_prefix);
727 ErrorF("%s.X11(mp): %s\n", BUNDLE_ID_PREFIX, mach_error_string(kr));
  /xsrc/external/mit/xorg-server/include/
dix-config.h 109 #define BUNDLE_ID_PREFIX ""
  /xsrc/external/mit/xinit/dist/
config.h.in 4 #undef BUNDLE_ID_PREFIX
startx.cpp 19 bundle_id_prefix=BUNDLE_ID_PREFIX
79 export X11_PREFS_DOMAIN=$bundle_id_prefix".X11"
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/
Info.plist.cpp 10 <string>BUNDLE_ID_PREFIX.X11</string>
14 <string>BUNDLE_ID_PREFIX.X11</string>
  /xsrc/external/mit/xorg-server/dist/include/
dix-config.h.in 108 #undef BUNDLE_ID_PREFIX
do-not-use-config.h.in 22 #undef BUNDLE_ID_PREFIX
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
xprFrame.c 481 dispatch_queue_create(BUNDLE_ID_PREFIX ".X11.xpr_window_hash",
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
X11Application.m 783 eventTranslationQueue = dispatch_queue_create(BUNDLE_ID_PREFIX ".X11.NSEventsToX11EventsQueue", NULL);
  /xsrc/external/mit/xorg-server/dist/
configure 1018 BUNDLE_ID_PREFIX
26759 withval=$with_bundle_id_prefix; BUNDLE_ID_PREFIX="${withval}"
26764 printf "%s\n" "#define BUNDLE_ID_PREFIX \"$BUNDLE_ID_PREFIX\"" >>confdefs.h
    [all...]

Completed in 31 milliseconds