| /src/usr.bin/pmap/ | 
| main.c | 107 void check_fd(int); 130 	check_fd(STDIN_FILENO);
 131 	check_fd(STDOUT_FILENO);
 132 	check_fd(STDERR_FILENO);
 362 check_fd(int fd)  function in typeref:typename:void
 
 | 
| main.c | 107 void check_fd(int); 130 	check_fd(STDIN_FILENO);
 131 	check_fd(STDOUT_FILENO);
 132 	check_fd(STDERR_FILENO);
 362 check_fd(int fd)  function in typeref:typename:void
 
 | 
| /src/tests/lib/libcurses/director/ | 
| testlang_parse.y | 900 	int nfd, check_fd; 928 	else if ((check_fd = open(check_file, O_RDONLY, 0)) < 0) {
 937 		check_fd = open(check_file, O_WRONLY | O_CREAT, 0644);
 938 		if (check_fd < 0) {
 944 	fds[0].fd = check_fd;
 962 				if ((result = read(check_fd, &ref, 1)) < 1) {
 990 			if ((result = write(check_fd, &data, 1)) < 1)
 1052 			result = read(check_fd, drain, sizeof(drain));
 1063 	close(check_fd);
 
 | 
| testlang_parse.y | 900 	int nfd, check_fd; 928 	else if ((check_fd = open(check_file, O_RDONLY, 0)) < 0) {
 937 		check_fd = open(check_file, O_WRONLY | O_CREAT, 0644);
 938 		if (check_fd < 0) {
 944 	fds[0].fd = check_fd;
 962 				if ((result = read(check_fd, &ref, 1)) < 1) {
 990 			if ((result = write(check_fd, &data, 1)) < 1)
 1052 			result = read(check_fd, drain, sizeof(drain));
 1063 	close(check_fd);
 
 | 
| /src/bin/ksh/ | 
| proto.h | 129 int	check_fd	ARGS((char *, int, const char **)); 
 | 
| proto.h | 129 int	check_fd	ARGS((char *, int, const char **)); 
 | 
| io.c | 307 check_fd(name, mode, emsgp)  function 397  * (Used by check_fd() and by c_read/c_print to deal with -p option).
 
 | 
| io.c | 307 check_fd(name, mode, emsgp)  function 397  * (Used by check_fd() and by c_read/c_print to deal with -p option).
 
 | 
| c_sh.c | 281 			else if ((fd = check_fd(cp, R_OK, &emsg)) < 0) { 
 | 
| c_sh.c | 281 			else if ((fd = check_fd(cp, R_OK, &emsg)) < 0) { 
 | 
| c_ksh.c | 299 				else if ((fd = check_fd(s, W_OK, &emsg)) < 0) { 
 | 
| c_ksh.c | 299 				else if ((fd = check_fd(s, W_OK, &emsg)) < 0) { 
 | 
| exec.c | 1176 		} else if ((u = check_fd(cp, 
 | 
| exec.c | 1176 		} else if ((u = check_fd(cp, 
 |