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

/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dget_compat.h26 extern bool compat_mode(const char *function, const char *mode);
32 #define COMPAT_MODE(func, mode) compat_mode(func, mode)
H A Dget_compat.c67 Bootstrap - only seen by (parts of) libc. The compat_mode system is
68 still starting up. This will be seen while compat_mode parses it's
79 compat_mode(const char *function, const char *mode) { function
114 return !compat_mode(function, mode +1);
123 bool left = compat_mode(function, left_arg);
125 bool right = compat_mode(function, op +1);
205 bool ret = compat_mode("bin/compat_mode", cases[j].mode);
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dclient.c205 idl_boolean compat_mode = false;
1105 if (! compat_mode)
1167 if (! compat_mode)
2737 compat_mode = true;
202 idl_boolean compat_mode = false; variable

Completed in 123 milliseconds