Home
last modified time | relevance | path

Searched defs:TYPE_SIGNED (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/readline/
H A Dshell.c77 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/dflybsd-src/contrib/grep/lib/
H A Dxstrtol.c45 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dintprops.h41 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/dflybsd-src/lib/libc/stdtime/
H A Dprivate.h90 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dmktime.c80 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro