Searched refs:CILEN (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/x11vnc/ |
D | x11vnc.h | 665 #define CILEN 10 macro 674 char input[CILEN];
|
D | unixpw.c | 2122 strncpy(cd->input, "-", CILEN); 2127 strncpy(cd->input, "-", CILEN); 2132 strncpy(cd->input, q, CILEN);
|
D | keyboard.c | 2479 allowed_input_view_only, CILEN); in initialize_allowed_input() 2487 allowed_input_normal, CILEN); in initialize_allowed_input()
|
D | connections.c | 4401 strncpy(cd->input, s, CILEN); in check_new_clients() 4408 strncpy(cd->input, s, CILEN); in check_new_clients()
|