Searched refs:read_counted_string (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXau/dist/
H A DAuRead.c45 read_counted_string (unsigned short *countp, char **stringp, FILE *file) function in typeref:typename:int
84 if (read_counted_string (&local.address_length, &local.address, auth_file)
88 if (read_counted_string (&local.number_length, &local.number, auth_file)
92 if (read_counted_string (&local.name_length, &local.name, auth_file) == 0) {
95 if (read_counted_string (&local.data_length, &local.data, auth_file) == 0) {
/xsrc/external/mit/smproxy/dist/
H A Dsave.c41 static int read_counted_string ( FILE *file, char **stringp );
158 read_counted_string(FILE *file, char **stringp)
252 if (!read_counted_string (proxyFile, &entry->client_id))
254 if (!read_counted_string (proxyFile, &entry->class.res_name))
256 if (!read_counted_string (proxyFile, &entry->class.res_class))
258 if (!read_counted_string (proxyFile, &entry->wm_name))
275 if (!read_counted_string (proxyFile, &entry->wm_command[i]))
156 read_counted_string(FILE *file, char **stringp) function in typeref:typename:int
/xsrc/external/mit/libICE/dist/src/
H A Dauthutil.c53 static Status read_counted_string (FILE *file, unsigned short *countp, char **stringp);
254 if (!read_counted_string (auth_file,
264 if (!read_counted_string (auth_file,
426 read_counted_string (FILE *file, unsigned short *countp, char **stringp) function in typeref:typename:Status
/xsrc/external/mit/twm/dist/src/
H A Dsession.c209 read_counted_string(FILE *file, char **stringp) function in typeref:typename:int
385 if (!read_counted_string(configFile, &entry->client_id))
388 if (!read_counted_string(configFile, &entry->window_role))
392 if (!read_counted_string(configFile, &entry->xclass.res_name))
394 if (!read_counted_string(configFile, &entry->xclass.res_class))
396 if (!read_counted_string(configFile, &entry->wm_name))
413 if (!read_counted_string(configFile, &entry->wm_command[i]))
/xsrc/external/mit/ctwm/dist/
H A Dsession.c295 static int read_counted_string(FILE *file, char **stringp) function in typeref:typename:int
527 if(!read_counted_string(configFile, &entry->client_id)) {
531 if(!read_counted_string(configFile, &entry->window_role)) {
536 if(!read_counted_string(configFile, &entry->class.res_name)) {
539 if(!read_counted_string(configFile, &entry->class.res_class)) {
542 if(!read_counted_string(configFile, &entry->wm_name)) {
562 if(!read_counted_string(configFile, &entry->wm_command[i])) {

Completed in 6 milliseconds