Searched refs:F_BADFD (Results 1 – 3 of 3) sorted by relevance
240 #define F_BADFD 46 /* Create Poison FD */ macro
942 fd = fcntl(tries[i], F_BADFD, action); in enable_extended_FILE_stdio()950 int nfd = fcntl(fd, F_BADFD, action); in enable_extended_FILE_stdio()
153 case F_BADFD: in fcntl()