/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | lcp.c | 878 #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 D | ipcp.c | 510 #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 D | ipv6cp.c | 481 #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 D | strto.c | 51 register bool neg; variable 195 register bool neg; local
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | xdr_float.c | 138 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 D | frexp.c | 37 int neg, j; local
|
H A D | atoi.c | 45 register int c, neg = 0; local
|
H A D | atol.c | 45 register int c, neg = 0; local
|
H A D | strtol.c | 41 int xx, neg = 0; local
|
/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | strncmp.s | 95 .neg: label
|
/titanic_50/usr/src/lib/libc/port/fp/ |
H A D | divdi3.c | 52 int neg; in ___divdi3() local
|
H A D | moddi3.c | 54 int neg; in ___moddi3() local
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | atoi.c | 51 int c, neg = 0; in NAME() local
|
H A D | atol.c | 51 int c, neg = 0; in NAME() local
|
H A D | atoll.c | 54 int c, neg = 0; in NAME() local
|
H A D | priv_str_xlate.c | 116 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 D | strtoul.c | 55 int neg = 0; in ddi_strtoul() local
|
H A D | strtoull.c | 55 int neg = 0; in ddi_strtoull() local
|
H A D | strtol.c | 59 int neg = 0; in ddi_strtol() local
|
H A D | strtoll.c | 55 int neg = 0; in ddi_strtoll() local
|
/titanic_50/usr/src/lib/libresolv2/common/bsd/ |
H A D | strtoul.c | 65 int neg, c, any, cutlim; in strtoul() local
|
/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | wcstoul.c | 63 int xx, neg = 0; in wcstoull() local
|
H A D | wcstol.c | 65 int xx, neg = 0; in wcstoll() local
|
/titanic_50/usr/src/head/ |
H A D | regexp.h | 85 int neg; in compile() local 344 register char neg; in advance() local
|
/titanic_50/usr/src/lib/libxcurses/src/libc/stdio/ |
H A D | vfscanf.c | 546 int neg; in getnum() local 691 int neg, eneg; in lstrtod() local
|