Searched refs:svc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dftserv.h436 FT_Pointer svc; \
440 svc = FT_FACE( face )->internal->services. service_ ## id; \
441 if ( svc == FT_SERVICE_UNAVAILABLE ) \
442 svc = NULL; \
443 else if ( svc == NULL ) \
445 FT_FACE_FIND_SERVICE( face, svc, id ); \
448 (FT_Pointer)( svc != NULL ? svc \
451 *Pptr = svc; \
458 FT_Pointer svc; \
[all...]
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A Dserver.c166 launch_data_t svc; local in function:server_main
167 svc = launch_data_dict_lookup(config, LAUNCH_JOBKEY_MACHSERVICES);
168 if (!svc) {
173 svc = launch_data_dict_lookup(svc, BOOTSTRAP_NAME);
174 if (!svc) {
180 mp = launch_data_get_machport(svc);

Completed in 5 milliseconds