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_file
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/tmux/dist/
file.c
32
* (
client_file
and client_files) to store list of active files. Most functions
38
RB_GENERATE(client_files,
client_file
, entry, file_cmp);
63
file_cmp(struct
client_file
*cf1, struct
client_file
*cf2)
78
struct
client_file
*
82
struct
client_file
*cf;
104
struct
client_file
*
108
struct
client_file
*cf;
137
file_free(struct
client_file
*cf)
157
struct
client_file
*cf = arg
[
all
...]
tmux.h
1866
struct
client_file
{
struct
1884
RB_ENTRY(
client_file
) entry;
1886
RB_HEAD(client_files,
client_file
);
2835
int file_cmp(struct
client_file
*, struct
client_file
*);
2836
RB_PROTOTYPE(client_files,
client_file
, entry, file_cmp);
2837
struct
client_file
*file_create_with_peer(struct tmuxpeer *,
2839
struct
client_file
*file_create_with_client(struct client *, int,
2841
void file_free(struct
client_file
*);
2842
void file_fire_done(struct
client_file
*);
[
all
...]
window.c
67
struct
client_file
*file;
server-client.c
426
struct
client_file
*cf, *cf1;
3041
struct
client_file
*cf;
/src/external/bsd/wpa/dist/src/radius/
radius_server.h
30
*
client_file
- RADIUS client configuration file
40
char *
client_file
;
member in struct:radius_server_conf
radius_server.c
2036
radius_server_read_clients(const char *
client_file
, int ipv6)
2049
f = fopen(
client_file
, "r");
2051
RADIUS_ERROR("Could not open client file '%s'",
client_file
);
2177
RADIUS_ERROR("Invalid line %d in '%s'", line,
client_file
);
2269
data->clients = radius_server_read_clients(conf->
client_file
,
/src/external/bsd/wpa/dist/src/ap/
authsrv.c
126
srv.
client_file
= conf->radius_server_clients;
Completed in 26 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026