Searched refs:envpc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dstub.c190 int envpc; local in function:main
298 for(envpc=0; envp[envpc]; envpc++);
304 newenvp = (string_array_t)malloc(envpc * sizeof(string_t));
314 for(i=0; i < envpc; i++) {
318 kr = start_x11_server(mp, newargv, argc, newenvp, envpc);
H A Dbundle-main.c374 int envpc; local in function:startup_trigger
375 for(envpc=0; envp[envpc]; envpc++);
381 newenvp = (string_array_t)alloca(envpc * sizeof(string_t));
391 for(i=0; i < envpc; i++) {
405 kr = start_x11_server(mp, newargv, argc, newenvp, envpc);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dstub.c184 int envpc; local in function:main
305 for (envpc = 0; envp[envpc]; envpc++) ;
311 newenvp = (string_array_t)calloc((1 + envpc), sizeof(string_t));
325 for (i = 0; i < envpc; i++) {
329 kr = start_x11_server(mp, newargv, argc, newenvp, envpc);
H A Dbundle-main.c421 int envpc; local in function:startup_trigger
422 for (envpc = 0; envp[envpc]; envpc++) ;
428 newenvp = (string_array_t)alloca(envpc * sizeof(string_t));
438 for (i = 0; i < envpc; i++) {
450 kr = start_x11_server(mp, newargv, argc, newenvp, envpc);

Completed in 5 milliseconds