Searched refs:proxyFile (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/smproxy/dist/
H A Dsave.c204 WriteProxyFileEntry(FILE *proxyFile, WinInfo *theWindow)
206 if (!write_counted_string (proxyFile, theWindow->client_id))
208 if (!write_counted_string (proxyFile, theWindow->class.res_name))
210 if (!write_counted_string (proxyFile, theWindow->class.res_class))
212 if (!write_counted_string (proxyFile, theWindow->wm_name))
217 if (!write_byte (proxyFile, 0))
222 if (!write_byte (proxyFile, (char) theWindow->wm_command_count))
225 if (!write_counted_string (proxyFile, theWindow->wm_command[i]))
234 ReadProxyFileEntry(FILE *proxyFile, ProxyFileEntry **pentry)
252 if (!read_counted_string (proxyFile,
201 WriteProxyFileEntry(FILE * proxyFile,WinInfo * theWindow) argument
231 ReadProxyFileEntry(FILE * proxyFile,ProxyFileEntry ** pentry) argument
309 FILE *proxyFile; local in function:ReadProxyFile
381 FILE *proxyFile = NULL; local in function:WriteProxyFile
[all...]
H A Dsmproxy.h100 extern int WriteProxyFileEntry ( FILE *proxyFile, WinInfo *theWindow );
101 extern int ReadProxyFileEntry ( FILE *proxyFile, ProxyFileEntry **pentry );

Completed in 3 milliseconds