OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fd_set
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
fd_set.h
1
/* $NetBSD:
fd_set
.h,v 1.8 2024/05/12 10:34:56 rillig Exp $ */
66
typedef struct
fd_set
{
struct
68
}
fd_set
;
typedef in typeref:struct:fd_set
70
#define
FD_SET
(n, p) \
80
fd_set
*__fds = (p); \
99
fd_set
*__f = (f), *__t = (t); \
fd_set.h
1
/* $NetBSD:
fd_set
.h,v 1.8 2024/05/12 10:34:56 rillig Exp $ */
66
typedef struct
fd_set
{
struct
68
}
fd_set
;
typedef in typeref:struct:fd_set
70
#define
FD_SET
(n, p) \
80
fd_set
*__fds = (p); \
99
fd_set
*__f = (f), *__t = (t); \
Completed in 23 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025