Searched refs:return_str (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A DglX_proto_send.py781 return_str = " retval = (%s)" % (f.return_type)
783 return_str = " (void)"
813 print(" %s __glXReadReply(dpy, %s, %s, %s);" % (return_str, s, p.name, aa))
821 print(" %s __glXReadReply(dpy, 0, NULL, GL_FALSE);" % (return_str))
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A DglX_proto_send.py777 return_str = " retval = (%s)" % (f.return_type)
779 return_str = " (void)"
809 print(" %s __glXReadReply(dpy, %s, %s, %s);" % (return_str, s, p.name, aa))
817 print(" %s __glXReadReply(dpy, 0, NULL, GL_FALSE);" % (return_str))
/xsrc/external/mit/editres/dist/
H A Dutils.c840 char * return_str; local in function:GetFailureMessage
842 if (_XEditResGetString8(stream, &return_str))
843 return(return_str);

Completed in 5 milliseconds