/illumos-gate/usr/src/cmd/initpkg/ |
H A D | nscd.conf | 41 negative-time-to-live audit_user 5 46 negative-time-to-live auth_attr 5 51 negative-time-to-live bootparams 5 56 negative-time-to-live ethers 5 61 negative-time-to-live exec_attr 300 66 negative-time-to-live group 5 71 negative-time-to-live hosts 5 76 negative-time-to-live ipnodes 5 81 negative-time-to-live netmasks 5 86 negative-time-to-live networks 5 [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | strtoi.h | 243 int negative; local 271 if ((negative = S2I_valid(s) && (*s == '-')) || S2I_valid(s) && *s == '+') 352 if (ADDOVER(n, c, negative)) 376 n = negative ? S2I_min : S2I_max; 410 if (ADDOVER(n, c, negative)) 424 if (ADDOVER(n, c, negative)) 525 if (ADDOVER(n, v, negative)) 603 if (negative) 612 negative = 0; 617 if (negative && (n - 1) > S2I_max) [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfstrtof.h | 208 int negative; local 238 if ((negative = (c == '-')) || c == '+') 308 return negative ? -v : v; 323 return negative ? -S2F_inf : S2F_inf; 365 return negative ? -S2F_inf : S2F_inf; 378 return negative ? -S2F_nan : S2F_nan; 498 return negative ? -v : v; 515 return negative ? -S2F_inf : S2F_inf; 523 return negative ? -S2F_inf : S2F_inf; 541 return negative ? -S2F_inf : S2F_inf; [all …]
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | _divdi3.S | 107 / int negative; 112 / negative = 1; 115 / negative = 0; 119 / negative ^= 1; 124 / return (negative ? (int64_t) - r : r); 137 xorl %ebp, %ebp / negative 151 testl %ebp, %ebp / negative 171 movl $1, %ebp /, negative 180 xorl $1, %ebp /, negative
|
H A D | _div64.S | 649 / int negative; 654 / negative = 1; 657 / negative = 0; 661 / negative ^= 1; 666 / return (negative ? (int64_t) - r : r); 679 xorl %ebp, %ebp / negative 693 testl %ebp, %ebp / negative 713 movl $1, %ebp /, negative 722 xorl $1, %ebp /, negative 841 / int negative; [all …]
|
H A D | lshiftl.S | 49 / We are doing a negative (right) shift
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.negorder.d.out | 1 Ordering of quantize() with some negative weights: 148 Ordering of lquantize() with some negative weights: 295 Ordering of sum() with some negative weights: 322 Ordering of max() with some negative weights: 349 Ordering of min() with some negative weights:
|
/illumos-gate/usr/src/common/util/i386/ |
H A D | muldiv.S | 695 / int negative; 700 / negative = 1; 703 / negative = 0; 707 / negative ^= 1; 712 / return (negative ? (int64_t) - r : r); 725 xorl %ebp, %ebp / negative 739 testl %ebp, %ebp / negative 759 movl $1, %ebp /, negative 768 xorl $1, %ebp /, negative 986 / int negative; [all …]
|
/illumos-gate/usr/src/lib/krb5/kadm5/ |
H A D | str_conv.c | 146 krb5_string_to_flags(string, positive, negative, flagsp) in krb5_string_to_flags() argument 149 const char * negative; 161 neg = (negative) ? negative : flags_default_neg;
|
H A D | admin_internal.h | 103 krb5_string_to_flags(char* string, const char* positive, const char* negative,
|
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/ |
H A D | nfneg.ok | 1 $AWK: cannot set NF to a negative value
|
/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/ |
H A D | negative-nf.ok | 1 $AWK: cannot set NF to a negative value
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.negorder.d.out | 1 Ordering of llquantize() with some negative weights:
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | remquol.S | 62 negl %eax / negative n
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | remquo.S | 63 negl %eax / negative n
|
H A D | remquof.S | 63 negl %eax / negative n
|
H A D | remquol.S | 63 negl %eax / negative n
|
H A D | lround.S | 90 / here, x is negative, so return x-0.5
|
H A D | round.S | 87 / here, x is negative, so return x-0.5
|
H A D | roundl.S | 87 / here, x is negative, so return x-0.5
|
H A D | lroundl.S | 90 / here, x is negative, so return x-0.5
|
H A D | rndintl.S | 122 / here, x is negative, so return x-0.5
|
/illumos-gate/usr/src/lib/libm/sparc/src/ |
H A D | nextafter.S | 80 ! x is negative
|
/illumos-gate/usr/src/pkg/transforms/ |
H A D | publish | 38 # then the negative lookahead assertion in the regex will fail, and we
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | net.c | 69 #error MAXWAIT must not be a negative number
|