/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | lcp.c | 870 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0) argument 871 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0) argument 872 #define LENCICHAR(neg) ((neg) ? CILEN_CHAR : 0) argument 873 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0) argument 874 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0) argument 875 #define LENCILQR(neg) ((neg) ? CILEN_LQR: 0) argument 876 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0) argument 914 #define ADDCIVOID(opt, neg) \ argument 919 #define ADDCISHORT(opt, neg, val) \ argument 925 #define ADDCICHAP(opt, neg, val, digest) \ argument [all …]
|
H A D | ipcp.c | 503 #define LENCIADDRS(neg) (neg ? CILEN_ADDRS : 0) argument 504 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) argument 505 #define LENCIADDR(neg) (neg ? (CILEN_ADDR) : 0) argument 545 #define ADDCIADDRS(opt, neg, val1, val2) \ argument 557 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument 573 #define ADDCIADDR(opt, neg, val) \ argument 634 #define ACKCIADDRS(opt, neg, val1, val2) \ argument 645 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument 662 #define ACKCIADDR(opt, neg, val) \ argument 726 #define NAKCIADDRS(opt, neg, code) \ argument [all …]
|
H A D | ipv6cp.c | 477 #define LENCIVJ(neg) (neg ? CILEN_COMPRESS : 0) argument 478 #define LENCIIFACEID(neg) (neg ? CILEN_IFACEID : 0) argument 497 #define ADDCIVJ(opt, neg, val) \ argument 509 #define ADDCIIFACEID(opt, neg, val1) \ argument 552 #define ACKCIVJ(opt, neg, val) \ argument 567 #define ACKCIIFACEID(opt, neg, val1) \ argument 628 #define NAKCIIFACEID(opt, neg, code) \ argument 640 #define NAKCIVJ(opt, neg, code) \ argument 760 #define REJCIIFACEID(opt, neg, val1) \ argument 774 #define REJCIVJ(opt, neg, val) \ argument
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | strto.c | 49 register bool neg; variable 193 register bool neg; local
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strncmp.S | 95 .neg: label
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | divdi3.c | 50 int neg; in ___divdi3() local
|
H A D | moddi3.c | 52 int neg; in ___moddi3() local
|
H A D | muldi3.c | 191 int neg; in __lmulq() local
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | atoi.c | 49 int c, neg = 0; in NAME() local
|
H A D | atol.c | 49 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
|
H A D | atoll.c | 52 int c, neg = 0; in NAME() local
|
/illumos-gate/usr/src/common/util/ |
H A D | strtoul.c | 65 int neg = 0; in ddi_strtoul() local
|
H A D | strtol.c | 69 int neg = 0; in ddi_strtol() local
|
H A D | strtoull.c | 67 int neg = 0; in ddi_strtoull() local
|
H A D | strtoll.c | 67 int neg = 0; in ddi_strtoll() local
|
/illumos-gate/usr/src/lib/libresolv2/common/bsd/ |
H A D | strtoul.c | 60 int neg, c, any, cutlim; in strtoul() local
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | qdivrem.c | 307 int neg; in __divdi3() local 331 int neg; in __moddi3() local
|
/illumos-gate/usr/src/head/ |
H A D | regexp.h | 85 int neg; in compile() local 346 register char neg; in advance() local
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | wcstoul.c | 61 int xx, neg = 0; in wcstoull() local
|
H A D | wcstol.c | 63 int xx, neg = 0; in wcstoll() local
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/ |
H A D | vfscanf.c | 544 int neg; in getnum() local 689 int neg, eneg; in lstrtod() local
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | reg_step.c | 234 int neg; in _advance() local 604 cclass(char *ep, char **rp, int neg) in cclass()
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n4.c | 570 int neg, abs, field; local 821 int i, neg; local
|