Home
last modified time | relevance | path

Searched refs:F_GETOWN (Results 1 – 4 of 4) sorted by last modified time

/original-bsd/usr.bin/telnet/
H A Dcommands.c2089 #ifdef F_GETOWN
2091 res = fcntl(fd, F_GETOWN, 0);
/original-bsd/sys/sys/
H A Dfcntl.h109 #define F_GETOWN 5 /* get SIGIO/SIGURG proc/pgrp */ macro
/original-bsd/sys/kern/
H A Dkern_descrip.c197 case F_GETOWN:
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c966 #ifdef F_GETOWN /* F_SETFL does not imply existance of F_GETOWN */ in init_sys_modes()
969 old_fcntl_owner = fcntl (0, F_GETOWN, 0); in init_sys_modes()