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

/freebsd-10.0-release/lib/libc/rpc/
H A Dnetname.c67 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
/freebsd-10.0-release/contrib/libreadline/
H A Dshell.c78 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/freebsd-10.0-release/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-10.0-release/contrib/tzcode/zic/
H A Dprivate.h178 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dxstrtol.c64 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dsystem.h130 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/freebsd-10.0-release/contrib/diff/src/
H A Dsystem.h50 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/freebsd-10.0-release/contrib/tzcode/stdtime/
H A Dprivate.h220 #define TYPE_SIGNED(type) (((type) -1) < 0) macro

Completed in 201 milliseconds