Searched defs:VG_WRAP_FUNCTION_ZU (Results 1 – 2 of 2) sorted by relevance
1825 int VG_WRAP_FUNCTION_ZU(VG_Z_LIBC_SONAME, putenv) (char* string) in VG_WRAP_FUNCTION_ZU() function1844 int VG_WRAP_FUNCTION_ZU(VG_Z_LIBC_SONAME, unsetenv) (const char* name) in VG_WRAP_FUNCTION_ZU() function1865 int VG_WRAP_FUNCTION_ZU(VG_Z_LIBC_SONAME, setenv) in VG_WRAP_FUNCTION_ZU() function
223 #define VG_WRAP_FUNCTION_ZU(_soname,_fnname) \ macro