OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_fd
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-qxl/dist/src/
spiceqxl_smartcard.c
99
int
client_fd
;
local
101
client_fd
= accept(fd, NULL, NULL);
102
if (
client_fd
< 0)
107
close(
client_fd
);
111
flags = fcntl(
client_fd
, F_GETFL, 0);
115
fcntl(
client_fd
, F_SETFL, flags);
117
smartcard_sin.fd =
client_fd
;
/xsrc/external/mit/xdm/dist/xdm/
choose.c
394
int
client_fd
;
local
404
client_fd
= accept (fd, (struct sockaddr *)buf, (void *)&len);
405
if (
client_fd
== -1)
410
Debug ("Accepted %d\n",
client_fd
);
412
len = read (
client_fd
, buf, sizeof (buf));
442
close (
client_fd
);
Completed in 5 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026