Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh353 (( x == 10 )) || err_exit 'leading zeros in x treated as octal arithmetic with $((x))'
354 (( $x == 8 )) || err_exit 'leading zeros not treated as octal arithmetic with $x'
357 (( x == 10 )) || err_exit 'leading zeros not ignored for arithmetic'
358 (( $x == 10 )) || err_exit 'leading zeros not ignored for arithmetic with $x'
360 (( i == 10 )) || err_exit 'leading zeros not ignored for arithmetic assignment'
361 (( ${x:0:1} == 0 )) || err_exit 'leading zero should not be stripped for x:a:b'
363 (( c$x == 3 )) || err_exit 'leading zero with variable should not be stripped'
730 (($r == 16)) || err_exit 'leading 0 not treated as octal inside ((...))'
732 (( x == 16 )) || err_exit 'leading 0 not treated as octal inside $((...))'
734 ((x == 20 )) || err_exit 'leading 0 should not be treated as octal outside ((...))'
[all …]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanl.S41 jz .got_nan / jump if leading bit is 0
H A Dnextafterl.S129 andl $0x80000000,%eax / look at explicit leading bit
H A Dnexttowardl.S129 andl $0x80000000,%eax / look at explicit leading bit
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn2_common30 # had synonym names with two leading underscores, as in:
H A Dsyn_common30 # had synonym names with a leading underscore, as in:
/illumos-gate/usr/src/lib/c_synonyms/amd64/
H A Dsyn_isa29 # historically have had synonym names with a leading underscore, as in:
/illumos-gate/usr/src/lib/c_synonyms/sparcv9/
H A Dsyn_isa30 # historically have had synonym names with a leading underscore, as in:
/illumos-gate/usr/src/lib/c_synonyms/sparc/
H A Dsyn_isa30 # historically have had synonym names with a leading underscore, as in:
/illumos-gate/usr/src/lib/c_synonyms/i386/
H A Dsyn_isa30 # historically have had synonym names with a leading underscore, as in:
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX37 that it is difficult to write sed scripts that have leading blanks
40 and ignored, and leading whitespace is obtainable by entering a
163 18. The b t and : commands are documented in POSIX to ignore leading
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DCOMPATIBILITY118 26. As an undocumented feature of ksh-88, a leading 0 to an
124 a leading + to allow options to begin with a +.
H A DPROMO.mm97 offset and length, or by stripping off leading
H A DRELEASE88143 the rule that requires that a leading . be matched explicitly.
363 the option string contains a leading colon; otherwise
H A DRELEASE248 12-02-07 A bug in which numbers with leading zeros could be treated as
515 leading zeros no longer cause the value to be treated as an
994 09-09-09 +A leading ; with commands in a brace group or parenthesis group
1737 06-08-16 +As a new feature, a leading ~(N) on a pattern has no effect
2045 03-11-04 A bug in which leading zeros were stripped from variable
2053 03-09-22 A bug in which a script without a leading #! could get executed
2140 altered slightly to preserve the leading 0's when the
2321 could cause this script to have an invalid pointer leading
2476 middle of a quoted string, the leading quote is ignored when
2750 98-04-30 A bug introduced in ksh93e in which leading 0's in -Z
[all …]
H A DRELEASE93319 with a leading 10# when declared with typeset -i
331 c. A bug introduced in 'e' in which leading 0's in -Z
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c490 a_isnum(char *str, int leading) in a_isnum() argument
494 if ((leading == TRUE) && (*str == '-' || *str == '+')) in a_isnum()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h545 int leading; /* leading match on this char */ member
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt37 Typically, a conditional will consist of a basic block leading up to the branch, a basic block for …
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th166 \ the user aborts/escapes the countdown sequence leading to boot).
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg436 # Unwind section Call Frame Instructions. These all start with a leading
437 # "%*s%s", used to insert leading white space and the opcode name.
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE307 08-07-16 sfio/sfvscanf.c: fix %% to skip leading space per posix
567 05-03-08 misc/optget.c: delete leading space in STYLE_nroff output
809 string/strtoi.h: fix bug leading 3 digits before thousands sep bug
1087 sfio/sfcvt.c: fix %[aA] format to always have leading 0[xX]1.
1138 01-06-06 misc/optget.c: add o option for old ps,ar,tar with optional leading -
1144 01-05-31 glob: fix gl_fignore to ignore leading . by default
1369 tmfmt: - no pad _ space pad 0 leading 0 pad
1388 99-03-03 fts: uncle already: add FTS_SEEDOTDIR to retain leading ./
1798 fix optget()/optjoin() to handle leading +
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-FM-MIB.mib318 the telemetry leading to the diagnosis."
/illumos-gate/usr/src/grub/grub-0.97/
H A Daclocal.m489 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
571 # with a leading dot. For instance MS-DOS doesn't.
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE447 89-12-01 ignore leading = in pragma map for old pragma compatibility

12