Home
last modified time | relevance | path

Searched refs:read_counted_string (Results 1 – 7 of 7) sorted by relevance

/dports/x11/libXau/libXau-1.0.9/
H A DAuRead.c45 read_counted_string (unsigned short *countp, char **stringp, FILE *file) in read_counted_string() function
77 if (read_counted_string (&local.address_length, &local.address, auth_file) == 0) in XauReadAuth()
79 if (read_counted_string (&local.number_length, &local.number, auth_file) == 0) { in XauReadAuth()
83 if (read_counted_string (&local.name_length, &local.name, auth_file) == 0) { in XauReadAuth()
88 if (read_counted_string (&local.data_length, &local.data, auth_file) == 0) { in XauReadAuth()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/Xau/
H A DAuRead.c45 read_counted_string (unsigned short *countp, char **stringp, FILE *file) in read_counted_string() function
78 if (read_counted_string (&local.address_length, &local.address, auth_file) == 0)
80 if (read_counted_string (&local.number_length, &local.number, auth_file) == 0) {
84 if (read_counted_string (&local.name_length, &local.name, auth_file) == 0) {
89 if (read_counted_string (&local.data_length, &local.data, auth_file) == 0) {
/dports/x11/smproxy/smproxy-1.0.6/
H A Dsave.c41 static int read_counted_string ( FILE *file, char **stringp );
156 read_counted_string(FILE *file, char **stringp) in read_counted_string() function
252 if (!read_counted_string (proxyFile, &entry->client_id)) in ReadProxyFileEntry()
254 if (!read_counted_string (proxyFile, &entry->class.res_name)) in ReadProxyFileEntry()
256 if (!read_counted_string (proxyFile, &entry->class.res_class)) in ReadProxyFileEntry()
258 if (!read_counted_string (proxyFile, &entry->wm_name)) in ReadProxyFileEntry()
276 if (!read_counted_string (proxyFile, &entry->wm_command[i])) in ReadProxyFileEntry()
/dports/x11/libICE/libICE-1.0.10/src/
H A Dauthutil.c53 static Status read_counted_string (FILE *file, unsigned short *countp, char **stringp);
253 if (!read_counted_string (auth_file, in IceReadAuthFileEntry()
263 if (!read_counted_string (auth_file, in IceReadAuthFileEntry()
425 read_counted_string (FILE *file, unsigned short *countp, char **stringp) in read_counted_string() function
/dports/x11-wm/twm/twm-1.0.11/src/
H A Dsession.c208 read_counted_string(FILE *file, char **stringp) in read_counted_string() function
380 if (!read_counted_string(configFile, &entry->client_id)) in ReadWinConfigEntry()
383 if (!read_counted_string(configFile, &entry->window_role)) in ReadWinConfigEntry()
387 if (!read_counted_string(configFile, &entry->class.res_name)) in ReadWinConfigEntry()
389 if (!read_counted_string(configFile, &entry->class.res_class)) in ReadWinConfigEntry()
391 if (!read_counted_string(configFile, &entry->wm_name)) in ReadWinConfigEntry()
408 if (!read_counted_string(configFile, &entry->wm_command[i])) in ReadWinConfigEntry()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dsession.c282 static int read_counted_string(FILE *file, char **stringp) in read_counted_string() function
514 if(!read_counted_string(configFile, &entry->client_id)) { in ReadWinConfigEntry()
518 if(!read_counted_string(configFile, &entry->window_role)) { in ReadWinConfigEntry()
523 if(!read_counted_string(configFile, &entry->class.res_name)) { in ReadWinConfigEntry()
526 if(!read_counted_string(configFile, &entry->class.res_class)) { in ReadWinConfigEntry()
529 if(!read_counted_string(configFile, &entry->wm_name)) { in ReadWinConfigEntry()
549 if(!read_counted_string(configFile, &entry->wm_command[i])) { in ReadWinConfigEntry()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuath.c12891 read_counted_string (countp, stringp, file) in read_counted_string() function
12927 if (read_counted_string (&local.address_length,
12930 if (read_counted_string (&local.number_length,
12935 if (read_counted_string (&local.name_length,
12941 if (read_counted_string (&local.data_length,