Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c2715 char jobarg[64]; in clearfd()
2727 snprintf(jobarg, sizeof jobarg, "%d,%d", in clearfd()
2731 Global_Append(MAKEFLAGS, jobarg); in clearfd()
2790 char jobarg[64]; Job_ServerStart() local