OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pvect
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/vacation/
vacation.c
602
int
pvect
[2];
local in function:sendmessage
615
if (pipe(
pvect
) < 0) {
625
(void)dup2(
pvect
[0], 0);
626
(void)close(
pvect
[0]);
627
(void)close(
pvect
[1]);
635
(void)close(
pvect
[0]);
636
sfp = fdopen(
pvect
[1], "w");
639
getprogname(),
pvect
[1]);
vacation.c
602
int
pvect
[2];
local in function:sendmessage
615
if (pipe(
pvect
) < 0) {
625
(void)dup2(
pvect
[0], 0);
626
(void)close(
pvect
[0]);
627
(void)close(
pvect
[1]);
635
(void)close(
pvect
[0]);
636
sfp = fdopen(
pvect
[1], "w");
639
getprogname(),
pvect
[1]);
vacation.c
602
int
pvect
[2];
local in function:sendmessage
615
if (pipe(
pvect
) < 0) {
625
(void)dup2(
pvect
[0], 0);
626
(void)close(
pvect
[0]);
627
(void)close(
pvect
[1]);
635
(void)close(
pvect
[0]);
636
sfp = fdopen(
pvect
[1], "w");
639
getprogname(),
pvect
[1]);
Completed in 36 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025