Home | History | Annotate | Download | only in openssh

Lines Matching refs:fd0

1416 	int res, fd0;
1455 if ((fd0 = open(_PATH_DEVNULL, O_RDONLY)) < 0)
1457 if (fd0 != 0)
1458 error("%s: fd0 %d != 0", __func__, fd0);