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

/osnet-11/usr/src/cmd/hal/hald-runner/
H A Drunner.c242 gint stdin_v; local
252 stdin_p = &stdin_v;
279 if (write(stdin_v, r->input, strlen(r->input)) != (ssize_t) strlen(r->input))
280 printf("Warning: Error while wite r->input (%s) to stdin_v.\n", r->input);
281 close(stdin_v);

Completed in 15 milliseconds