HomeSort by: relevance | last modified time | path
    Searched defs:client_file (Results 1 - 2 of 2) sorted by relevancy

  /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
  /src/external/bsd/tmux/dist/
tmux.h 1864 struct client_file { struct
1882 RB_ENTRY(client_file) entry;
1884 RB_HEAD(client_files, client_file);
2833 int file_cmp(struct client_file *, struct client_file *);
2834 RB_PROTOTYPE(client_files, client_file, entry, file_cmp);
2835 struct client_file *file_create_with_peer(struct tmuxpeer *,
2837 struct client_file *file_create_with_client(struct client *, int,
2839 void file_free(struct client_file *);
2840 void file_fire_done(struct client_file *);
    [all...]

Completed in 29 milliseconds