Home
last modified time | relevance | path

Searched defs:neg (Results 1 – 25 of 76) sorted by relevance

1234

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c878 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0) argument
879 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0) argument
880 #define LENCICHAR(neg) ((neg) ? CILEN_CHAR : 0) argument
881 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0) argument
882 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0) argument
883 #define LENCILQR(neg) ((neg) ? CILEN_LQR: 0) argument
884 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0) argument
922 #define ADDCIVOID(opt, neg) \ argument
927 #define ADDCISHORT(opt, neg, val) \ argument
933 #define ADDCICHAP(opt, neg, val, digest) \ argument
[all …]
H A Dipcp.c510 #define LENCIADDRS(neg) (neg ? CILEN_ADDRS : 0) argument
511 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) argument
512 #define LENCIADDR(neg) (neg ? (CILEN_ADDR) : 0) argument
552 #define ADDCIADDRS(opt, neg, val1, val2) \ argument
564 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
580 #define ADDCIADDR(opt, neg, val) \ argument
641 #define ACKCIADDRS(opt, neg, val1, val2) \ argument
652 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
669 #define ACKCIADDR(opt, neg, val) \ argument
733 #define NAKCIADDRS(opt, neg, code) \ argument
[all …]
H A Dipv6cp.c481 #define LENCIVJ(neg) (neg ? CILEN_COMPRESS : 0) argument
482 #define LENCIIFACEID(neg) (neg ? CILEN_IFACEID : 0) argument
501 #define ADDCIVJ(opt, neg, val) \ argument
513 #define ADDCIIFACEID(opt, neg, val1) \ argument
556 #define ACKCIVJ(opt, neg, val) \ argument
571 #define ACKCIIFACEID(opt, neg, val1) \ argument
632 #define NAKCIIFACEID(opt, neg, code) \ argument
644 #define NAKCIVJ(opt, neg, code) \ argument
764 #define REJCIIFACEID(opt, neg, val1) \ argument
778 #define REJCIVJ(opt, neg, val) \ argument
/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dstrto.c51 register bool neg; variable
195 register bool neg; local
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dxdr_float.c138 int neg = 0; in xdr_float() local
226 int neg = 0; in xdr_double() local
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dfrexp.c37 int neg, j; local
H A Datoi.c45 register int c, neg = 0; local
H A Datol.c45 register int c, neg = 0; local
H A Dstrtol.c41 int xx, neg = 0; local
/titanic_50/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s95 .neg: label
/titanic_50/usr/src/lib/libc/port/fp/
H A Ddivdi3.c52 int neg; in ___divdi3() local
H A Dmoddi3.c54 int neg; in ___moddi3() local
/titanic_50/usr/src/lib/libc/port/gen/
H A Datoi.c51 int c, neg = 0; in NAME() local
H A Datol.c51 int c, neg = 0; in NAME() local
H A Datoll.c54 int c, neg = 0; in NAME() local
H A Dpriv_str_xlate.c116 boolean_t neg = (*offset == '-' || *offset == '!'); in priv_str_to_set() local
180 char neg = separator == '!' ? '-' : '!'; in __priv_set_to_str() local
/titanic_50/usr/src/common/util/
H A Dstrtoul.c55 int neg = 0; in ddi_strtoul() local
H A Dstrtoull.c55 int neg = 0; in ddi_strtoull() local
H A Dstrtol.c59 int neg = 0; in ddi_strtol() local
H A Dstrtoll.c55 int neg = 0; in ddi_strtoll() local
/titanic_50/usr/src/lib/libresolv2/common/bsd/
H A Dstrtoul.c65 int neg, c, any, cutlim; in strtoul() local
/titanic_50/usr/src/lib/libc/port/i18n/
H A Dwcstoul.c63 int xx, neg = 0; in wcstoull() local
H A Dwcstol.c65 int xx, neg = 0; in wcstoll() local
/titanic_50/usr/src/head/
H A Dregexp.h85 int neg; in compile() local
344 register char neg; in advance() local
/titanic_50/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c546 int neg; in getnum() local
691 int neg, eneg; in lstrtod() local

1234