Home
last modified time | relevance | path

Searched refs:jp_0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bmake/
H A Dmain.c131 static int jp_0 = -1, jp_1 = -1; /* ends of parent job pipe */
380 if (sscanf(argvalue, "%d,%d%c", &jp_0, &jp_1, &end) != 2) { in MainParseArgJobsInternal()
386 if ((fcntl(jp_0, F_GETFD, 0) < 0) || in MainParseArgJobsInternal()
388 jp_0 = -1; in MainParseArgJobsInternal()
1541 Job_ServerStart(maxJobTokens, jp_0, jp_1); in main_PrepareMaking()
1543 jp_0, jp_1, opts.maxJobs, maxJobTokens, opts.compatMake ? 1 : 0); in main_PrepareMaking()
134 static int jp_0 = -1, jp_1 = -1; /* ends of parent job pipe */ global() variable
H A Djob.c2712 Job_ServerStart(int max_tokens, int jp_0, int jp_1) in clearfd()
2717 if (jp_0 >= 0 && jp_1 >= 0) { in clearfd()
2718 tokenWaitJob.inPipe = jp_0; in clearfd()
2720 (void)fcntl(jp_0, F_SETFD, FD_CLOEXEC); in clearfd()
2787 Job_ServerStart(int max_tokens,int jp_0,int jp_1) Job_ServerStart() argument