Home
last modified time | relevance | path

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

123

/mirbsd/src/usr.sbin/pppd/
Dlcp.c487 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0) argument
488 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0) argument
489 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0) argument
490 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0) argument
491 #define LENCILQR(neg) ((neg) ? CILEN_LQR: 0) argument
492 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0) argument
521 #define ADDCIVOID(opt, neg) \ argument
526 #define ADDCISHORT(opt, neg, val) \ argument
532 #define ADDCICHAP(opt, neg, val, digest) \ argument
539 #define ADDCILONG(opt, neg, val) \ argument
[all …]
Dipxcp.c496 #define ACKCIVOID(opt, neg) \ argument
507 #define ACKCICOMPLETE(opt,neg) ACKCIVOID(opt, neg) argument
509 #define ACKCICHARS(opt, neg, val, cnt) \ argument
529 #define ACKCINODE(opt,neg,val) ACKCICHARS(opt,neg,val,sizeof(val)) argument
530 #define ACKCINAME(opt,neg,val) ACKCICHARS(opt,neg,val,strlen(val)) argument
532 #define ACKCINETWORK(opt, neg, val) \ argument
546 #define ACKCIPROTO(opt, neg, val) \ argument
723 #define REJCINETWORK(opt, neg, val) \ argument
739 #define REJCICHARS(opt, neg, val, cnt) \ argument
761 #define REJCINODE(opt,neg,val) REJCICHARS(opt,neg,val,sizeof(val)) argument
[all …]
Dipcp.c331 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) argument
332 #define LENCIADDR(neg, old) (neg ? (old? CILEN_ADDRS : CILEN_ADDR) : 0) argument
375 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
391 #define ADDCIADDR(opt, neg, old, val1, val2) \ argument
443 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
466 #define ACKCIADDR(opt, neg, old, val1, val2) \ argument
538 #define NAKCIADDR(opt, neg, old, code) \ argument
557 #define NAKCIVJ(opt, neg, code) \ argument
706 #define REJCIADDR(opt, neg, old, val1, val2) \ argument
729 #define REJCIVJ(opt, neg, val, old, maxslot, cflag) \ argument
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_negotiation.c506 static void parse_negotiate_header(request_rec *r, negotiation_state *neg) in parse_negotiate_header()
598 static void maybe_add_default_accepts(negotiation_state *neg, in maybe_add_default_accepts()
773 static int read_type_map(negotiation_state *neg, request_rec *rr) in read_type_map()
887 static int read_types_multi(negotiation_state *neg) in read_types_multi()
1280 static void set_default_lang_quality(negotiation_state *neg) in set_default_lang_quality()
1330 static void set_language_quality(negotiation_state *neg, var_rec *variant) in set_language_quality()
1515 static float find_content_length(negotiation_state *neg, var_rec *variant) in find_content_length()
1538 static void set_accept_quality(negotiation_state *neg, var_rec *variant) in set_accept_quality()
1618 static void set_charset_quality(negotiation_state *neg, var_rec *variant) in set_charset_quality()
1711 static void set_encoding_quality(negotiation_state *neg, var_rec *variant) in set_encoding_quality()
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
Dstrto.c49 register bool neg; variable
193 register bool neg; local
/mirbsd/src/kern/c/
Dfloatdisf.c45 int neg; in __floatdisf() local
Dfloatdidf.c45 int neg; in __floatdidf() local
Ddivdi3.c45 int neg = 0; in __divdi3() local
Dmoddi3.c46 int neg = 0; in __moddi3() local
/mirbsd/src/lib/libssl/src/crypto/asn1/
Da_int.c70 int neg, ret; in ASN1_INTEGER_cmp() local
117 int pad=0,ret,i,neg; in i2c_ASN1_INTEGER() local
376 int neg=0,i; in ASN1_INTEGER_get() local
Da_enum.c109 int neg=0,i; in ASN1_ENUMERATED_get() local
Dx_long.c141 int neg, i; in long_c2i() local
/mirbsd/src/sys/lib/libsa/
Dstrtol.c47 int neg, any, cutlim; in strtol() local
Dstrtoll.c47 int neg, any, cutlim; in strtoll() local
/mirbsd/src/libexec/ld.so/
Dstrtol.c47 int neg, any, cutlim; in _dl_strtol() local
/mirbsd/src/lib/libc/stdlib/
Dstrtoul.c48 int neg, any, cutlim; in strtoul() local
Dstrtol.c49 int neg, any, cutlim; in strtol() local
Dstrtoll.c52 int neg, any, cutlim; in strtoll() local
Dstrtoull.c53 int neg, any, cutlim; in strtoull() local
/mirbsd/src/lib/libc/locale/
D_wcstol.h55 int neg, any, cutlim; in FUNCNAME() local
D_wcstoul.h54 int neg, any, cutlim; in FUNCNAME() local
/mirbsd/src/lib/libssl/src/crypto/bn/
Dbn_mul.c81 unsigned int neg,zero; in bn_mul_recursive() local
227 int c1,c2,neg,zero; in bn_mul_part_recursive() local
430 int neg,oneg,zero; in bn_mul_high() local
Dbn_mpi.c94 int neg=0; in BN_mpi2bn() local
Dbn_print.c162 int neg=0,h,m,i,j,k,c; in BN_hex2bn() local
228 int neg=0,i,j; in BN_dec2bn() local
/mirbsd/src/usr.bin/oldroff/nroff/
Dn4.c392 int neg, abs, field; in atoi1() local
563 register i, neg; local

123