OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLOSE
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-signal.c
93
enum {
CLOSE
, STOP, NOOP } stop_or_close;
107
else if (ctx->stop_or_close ==
CLOSE
)
118
if (ctx->stop_or_close ==
CLOSE
)
139
ctx->stop_or_close =
CLOSE
;
164
sc.stop_or_close = STOP; /* stop, don't
close
the signal handle */
175
sc.stop_or_close =
CLOSE
; /* now
close
it when it's done */
231
sc.stop_or_close =
CLOSE
; /* now
close
it when it's done */
253
sc[0].stop_or_close =
CLOSE
;
[
all
...]
/src/usr.sbin/isibootd/
isibootd.c
103
#define
CLOSE
4
105
{ "CONNECT", "OPEN", "READ", "WRITE", "
CLOSE
", "FIND" };
247
if (fp->opcode ==
CLOSE
) {
249
goto closedown; /*
close
request */
267
fp->opcode =
CLOSE
;
454
close
(s);
/src/lib/libcompat/regexp/
regexp.c
101
#define
CLOSE
30 /* no Analogous to OPEN. */
122
* OPEN,
CLOSE
...are numbered at compile time.
348
ender = regnode((paren) ?
CLOSE
+parno : END);
1004
case
CLOSE
+1:
1005
case
CLOSE
+2:
1006
case
CLOSE
+3:
1007
case
CLOSE
+4:
1008
case
CLOSE
+5:
1009
case
CLOSE
+6:
1010
case
CLOSE
+7
[
all
...]
/src/external/bsd/less/dist/
regexp.c
96
#define
CLOSE
30 /* no Analogous to OPEN. */
117
* OPEN,
CLOSE
...are numbered at compile time.
347
ender = regnode((paren) ?
CLOSE
+parno : END);
927
case
CLOSE
+1:
928
case
CLOSE
+2:
929
case
CLOSE
+3:
930
case
CLOSE
+4:
931
case
CLOSE
+5:
932
case
CLOSE
+6:
933
case
CLOSE
+7
[
all
...]
/src/tests/dev/audio/
audiotest.c
368
*
close
(2) and re-open(2).
369
* audio(4) uses hw_if->
close
() to tell the hardware to
close
. However,
466
/*
close
(2) or rump_sys_close(3) */
477
r =
close
(fd);
727
* To avoid this,
close
non-pad descriptor first using atexit(3) for now.
736
close
(fd);
1047
#define
CLOSE
(fd) \
1051
DPRINTFF(line, "
close
(%d)", fd);
1333
CLOSE
(fd)
[
all
...]
Completed in 45 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026