Searched refs:funcs (Results 1 – 9 of 9) sorted by relevance
85 } funcs; member146 efp->funcs.on_exit.func = func; in weak_alias()147 efp->funcs.on_exit.arg = arg; in weak_alias()170 efp->funcs.cxa_atexit.func = func; in libc_hidden_proto()171 efp->funcs.cxa_atexit.arg = arg; in libc_hidden_proto()172 efp->funcs.cxa_atexit.dso_handle = dso_handle; in libc_hidden_proto()207 (*efp->funcs.cxa_atexit.func)(efp->funcs.cxa_atexit.arg); in __cxa_finalize()297 if (efp->funcs.on_exit.func) { in __exit_handler()298 (efp->funcs.on_exit.func)(status, efp->funcs.on_exit.arg); in __exit_handler()302 if (efp->funcs.cxa_atexit.func) { in __exit_handler()[all …]
271 static const luaL_Reg funcs[] = { variable284 luaL_newlib(L, funcs); in luaopen_utf8()
76 *) Implement the long double versions of math funcs on interrested122 uClibc_main funcs (__uClibc_start_main doesnt exist anymore)150 c) Implement the obstack printf funcs for glibc compat.
70 #warning CONSIDER: Implement a text mode using custom read/write funcs? in _stdio_fopen()
26 then passing pointers to the init/fini/main funcs to the internal libc main
71 #warning TODO: Optimize the isx*() funcs.
49 /* Number of symbols: 0, files,,funcs,lines according to Ultrix V4.0. */
2581 TR29124 C++ Special Math - <math.h> pulls funcs into global namespace.
Completed in 25 milliseconds