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

  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
launchd_fd.c 72 listening_fd_array = launch_data_dict_lookup(sockets_dict, LAUNCHD_ID_PREFIX":0");
76 fprintf(stderr,"launchd check-in: No known sockets found to answer requests on! \"%s:0\" and \":0\" failed.\n", LAUNCHD_ID_PREFIX);
stub.c 43 #define kX11AppBundleId LAUNCHD_ID_PREFIX".X11"
bundle-main.c 87 static char *launchd_id_prefix = NULL; variable
471 pds = LAUNCHD_ID_PREFIX".X11";
482 launchd_id_prefix = malloc(sizeof(char) * (len - 3));
483 if(!launchd_id_prefix) {
487 strlcpy(launchd_id_prefix, server_bootstrap_name, len - 3);
499 if(strcmp(launchd_id_prefix, "org.x") == 0 && strcmp(s, ":0") == 0) {
507 strlcpy(temp, launchd_id_prefix, len);
512 fprintf(stderr, "X11.app: DISPLAY (\"%s\") does not match our id (\"%s\"), unsetting.\n", disp, launchd_id_prefix);
625 fprintf(stderr, "%s.X11(mp): %s\n", LAUNCHD_ID_PREFIX, mach_error_string(kr));
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/bundle/
Info.plist.cpp 10 <string>LAUNCHD_ID_PREFIX.X11</string>
14 <string>LAUNCHD_ID_PREFIX.X11</string>
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
app-main.m 37 static const char *app_prefs_domain = LAUNCHD_ID_PREFIX".xpbproxy";
  /xsrc/external/mit/xorg-server.old/include/
dix-config.h 132 #define LAUNCHD_ID_PREFIX "org.x"
  /xsrc/external/mit/xorg-server.old/dist/include/
dix-config.h.in 131 #undef LAUNCHD_ID_PREFIX
do-not-use-config.h.in 409 #undef LAUNCHD_ID_PREFIX
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
X11Application.m 1005 app_prefs_domain_cfstr = CFSTR(LAUNCHD_ID_PREFIX".X11");
  /xsrc/external/mit/xorg-server.old/dist/
configure 891 LAUNCHD_ID_PREFIX
28135 withval=$with_launchd_id_prefix; LAUNCHD_ID_PREFIX="${withval}"
28137 LAUNCHD_ID_PREFIX="org.x"
28143 #define LAUNCHD_ID_PREFIX "$LAUNCHD_ID_PREFIX"
    [all...]

Completed in 17 milliseconds