Searched refs:fr2 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/refer/ |
H A D | refer3.c | 25 int pipev[2], fr1, fr2, fw1, fw2, n; in corout() local 32 fr2 = pipev[0]; in corout() 36 close(fr2); in corout() 47 n = read(fr2, out, outlen); in corout() 49 close(fr2); in corout()
|
H A D | glue3.c | 33 int pipev[2], fr1, fr2, fw1, fw2, n; in corout() local 48 fr2 = pipev[0]; in corout() 52 close(fr2); in corout() 66 n = read(fr2, out, outlen); in corout() 68 close(fr2); in corout()
|