Home
last modified time | relevance | path

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

/third_party/mesa3d/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))
/third_party/python/Modules/
H A Dposixmodule.c4141 int return_str; /* if false, return bytes */ in _posix_listdir() local
4155 return_str = 1; in _posix_listdir()
4173 return_str = !PyObject_CheckBuffer(path->object); in _posix_listdir()
4177 return_str = 1; in _posix_listdir()
4217 if (return_str) in _posix_listdir()

Completed in 17 milliseconds