Home
last modified time | relevance | path

Searched refs:IXDR_GET_LONG (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/common/include/rpc/
H A Dxdr.h258 #define IXDR_GET_LONG(buf) ((long)ntohl((uint32_t)*(buf)++)) macro
261 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
262 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf))
263 #define IXDR_GET_U_LONG(buf) ((unsigned long)IXDR_GET_LONG(buf))
264 #define IXDR_GET_SHORT(buf) ((short)IXDR_GET_LONG(buf))
265 #define IXDR_GET_U_SHORT(buf) ((unsigned short)IXDR_GET_LONG(buf))
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/rpc/
H A Dxdr.h13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/rpc/
H A Dxdr.h13 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dinclhack.def3606 select = "#define[ \t]*IXDR_GET_LONG.*\\\\\n.*__extension__.*";
3608 c_fix_arg = "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))";
3609 test_text = "#define IXDR_GET_LONG(buf) \\\\\n"
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dinclhack.def3705 select = "#define[ \t]*IXDR_GET_LONG.*\\\\\n.*__extension__.*";
3707 c_fix_arg = "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))";
3708 test_text = "#define IXDR_GET_LONG(buf) \\\\\n"