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

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
test-mini_inetd.c 300 intptr_t p_client; local
318 p_client = _spawnl(_P_NOWAIT, path, path, "--client", NULL);
319 if (p_client <= 0) {
327 p_client = GetProcessId((HANDLE) p_client);
329 fprintf(stderr, "Created client process ID %d\n", p_client);
332 client_rv = wait_for_process_timed(p_client, wait_callback, NULL, 5);

Completed in 15 milliseconds