Searched defs:TYPE_SIGNED (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/lib/libc/rpc/
H A Dnetname.c61 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
/freebsd-current/contrib/diff/lib/
H A Dcmpbuf.c53 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dstrftime.c106 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
/freebsd-current/contrib/diff/src/
H A Dsystem.h50 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dintprops.h40 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/freebsd-current/contrib/tzcode/
H A Dprivate.h819 #define TYPE_SIGNED(type) (((type) -1) < 0) macro

Completed in 77 milliseconds