Home
last modified time | relevance | path

Searched refs:sign (Results 1 – 25 of 291) sorted by path

12345678910>>...12

/illumos-gate/exception_lists/
H A Dcstyle805 usr/src/uts/common/gssapi/mechs/krb5/mech/sign.c
/illumos-gate/usr/src/
H A DMakefile.master429 CERRWARN += -_gcc=-Wno-sign-compare
447 CCERRWARN += -_gcc=-Wno-sign-compare
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h739 UINT32 sign : 1; member
1496 TPMT_ECC_SCHEME sign; member
/illumos-gate/usr/src/boot/libsa/
H A Dpkgfs.c524 int digit, sign, base; in pkg_atol8() local
533 sign = -1; in pkg_atol8()
536 sign = 1; in pkg_atol8()
548 return (sign < 0) ? -l : l; in pkg_atol8()
H A Dprintf.c261 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; in kvprintf() local
289 sign = 0; dot = 0; dwidth = 0; upper = 0; in kvprintf()
299 sign = 1; in kvprintf()
380 sign = 1; in kvprintf()
421 sign = 0; in kvprintf()
429 if (sign) in kvprintf()
490 sign = 1; in kvprintf()
496 sign = 0; in kvprintf()
532 if (sign && (intmax_t)num < 0) { in kvprintf()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y798 int sign; in yylex() local
806 sign = c == '-' ? -1 : 1; in yylex()
812 sign = 0; in yylex()
821 if (sign < 0) in yylex()
823 return sign ? tSNUMBER : tUNUMBER; in yylex()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5932 char *sign; local
5939 sign ? sign : "NULL"));
6360 char *sign; local
6383 sign ? sign : "NULL"));
6562 char *sign; local
6585 free(sign);
6596 free(sign);
6600 free(sign);
7341 sign ? sign : "<NULL>"));
7882 free(sign);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE421 school, if any, to sign a "copyright disclaimer" for the program, if
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c148 int decpt, sign; in _print() local
441 &sign); in _print()
445 if (sign) { in _print()
522 &sign); in _print()
526 if (sign && decpt > -prec && in _print()
596 &sign); in _print()
H A Dsh.set.c353 int sign; in getn() local
358 sign = 0; in getn()
362 sign++; in getn()
372 return (sign ? -n : n); in getn()
/illumos-gate/usr/src/cmd/date/
H A Ddate.c369 int sign; in get_adj() local
375 sign = -1; in get_adj()
378 sign = 1; in get_adj()
400 tp->tv_sec *= sign; in get_adj()
401 tp->tv_usec *= sign; in get_adj()
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c99 int sign; in commnds() local
343 sign = 0; in commnds()
350 sign = 1; in commnds()
373 if (sign == 1) in commnds()
377 if (n == 1 && sign == 0) { in commnds()
394 if (sign == 1) in commnds()
1343 int sign, offset, carry; in mult() local
1346 offset = sign = 0; in mult()
1353 sign = ~sign; in mult()
1362 sign = ~sign; in mult()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java211 long sign; in getLogDistribution() local
227 sign = ((i < 0) ? -1L : 1L); in getLogDistribution()
228 power = (sign * i); in getLogDistribution()
231 lowerBound = sign * ((long) Math.pow(2L, power)); in getLogDistribution()
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y842 int sign; in yylex() local
851 sign = c == '-' ? -1 : 1; in yylex()
857 sign = 0; in yylex()
861 if (sign < 0) in yylex()
863 return sign ? tSNUMBER : tUNUMBER; in yylex()
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Destonia27 # Note, on the console, Estonian characters and euro sign are not
H A Dromania27 # Note, on the console, Romanian characters and euro sign are not
H A Dslovenia28 # Note, on the console, Slovenian characters and euro sign are not
/illumos-gate/usr/src/cmd/look/
H A Dwords20619 sign
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c1416 sign = cp[1]; in roff_expand()
1417 if (sign == '+' || sign == '-') in roff_expand()
1605 roff_getregn(r, stnam, naml, sign)); in roff_expand()
3042 int val, char sign, int step) in roff_setregn() argument
3064 if ('+' == sign) in roff_setregn()
3066 else if ('-' == sign) in roff_setregn()
3125 switch (sign) { in roff_getregn()
3182 char sign; in roff_nr() local
3192 sign = *val; in roff_nr()
3193 if (sign == '+' || sign == '-') in roff_nr()
[all …]
H A Droff_term.c224 int len, sign; in roff_term_pre_ti() local
232 sign = 1; in roff_term_pre_ti()
235 sign = -1; in roff_term_pre_ti()
238 sign = 0; in roff_term_pre_ti()
244 switch (sign) { in roff_term_pre_ti()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c114 const char *sign = (delta < 0) ? "-" : "+"; in mdb_nicetime() local
137 sign, delta, f_units[idx]); in mdb_nicetime()
164 sign, daybuf, hours, mins, secs, fracbuf); in mdb_nicetime()
H A Dmdb_print.c2593 boolean_t sign) in printf_signed() argument
2632 if (sign) in printf_signed()
2633 sign = e.cte_format & CTF_INT_SIGNED; in printf_signed()
2703 if (sign) { in printf_signed()
2719 mdb_printf(fmt, (uint64_t)(sign ? u.i1 : u.ui1)); in printf_signed()
2722 mdb_printf(fmt, (uint64_t)(sign ? u.i2 : u.ui2)); in printf_signed()
2725 mdb_printf(fmt, (uint64_t)(sign ? u.i4 : u.ui4)); in printf_signed()
2728 mdb_printf(fmt, (uint64_t)(sign ? u.i8 : u.ui8)); in printf_signed()
H A Dmdb_stdlib.c41 fptos(const char *p, char *buf, size_t buflen, int decpt, int sign, char expchr) in fptos() argument
45 *q++ = sign ? '-' : '+'; in fptos()
89 int decpt, sign; in doubletos() local
92 p = econvert(d, precision + 1, &decpt, &sign, digits); in doubletos()
93 return (fptos(p, buf, sizeof (buf), decpt, sign, expchr)); in doubletos()
104 int decpt, sign; in longdoubletos() local
107 p = qeconvert(ldp, precision + 1, &decpt, &sign, digits); in longdoubletos()
108 return (fptos(p, buf, sizeof (buf), decpt, sign, expchr)); in longdoubletos()
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c579 if (sign == 0) in command()
580 sign = 1; in command()
624 if (sign == 0) in command()
642 sign = 1; in command()
666 sign = 1; in command()
702 sign = 1; in command()
714 sign = 1; in command()
725 sign = 1; in command()
830 sign = 0; in number()
835 sign = 1; in number()
[all …]
/illumos-gate/usr/src/cmd/powertop/common/
H A DCOPYING327 school, if any, to sign a "copyright disclaimer" for the program, if

12345678910>>...12