Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dinttostr.h42 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dcmpbuf.c55 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dxstrtol.c66 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dstrtol.c140 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dstrftime.c152 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dshell.c79 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dshell.c79 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dxstrtol.c66 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dstrtol.c144 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl2/grep/dist/src/
H A Dsystem.h132 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstrtol.c134 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstrtol.c134 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstrtol.c142 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dmktime.c83 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h52 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dintprops.h40 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/netbsd-src/lib/libc/time/
H A Dprivate.h838 #define TYPE_SIGNED( global() macro