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

/xsrc/external/mit/xorg-server/dist/test/
H A Dsimple-xinit.c74 start_server(char *const *server_args) argument
98 execvp(server_args[0], server_args);
188 char *const *server_args = NULL; local in function:parse_args
207 /* Move to adding into server_args. */
208 server_args = next_arg;
223 if (client_args[0] == NULL || !server_args || server_args[0] == NULL)
239 *out_server_args = server_args;
246 char * const *server_args; local in function:main
[all...]

Completed in 3 milliseconds