Home
last modified time | relevance | path

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

123

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh161 then err_exit "typeset -RZ2 leading 0 decimal not working [z=$z]"
165 then err_exit "typeset -RZ3 leading 0 decimal not working [z=$z]"
171 then err_exit "leading 0's in -Z not treated as decimal"
336 [[ $(($x)) == 10 && $((1$x)) == 1010 ]] || err_exit 'zero filled fields not preserving leading zeros'
338 [[ $(let y=$x;print $y) == 10 && $(let y=1$x;print $y) == 1010 ]] || err_exit 'zero filled fields not preserving leading zeros with let'
353 (( 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 zero
[all...]
/titanic_51/usr/src/lib/libshell/common/tests/
H A Darith.sh336 [[ $(($x)) == 10 && $((1$x)) == 1010 ]] || err_exit 'zero filled fields not preserving leading zero…
338 …t y=1$x;print $y) == 1010 ]] || err_exit 'zero filled fields not preserving leading zeros with let'
353 (( x == 8 )) || err_exit 'leading zeros not treated as octal arithmetic'
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'
/titanic_51/usr/src/lib/libm/i386/src/
H A Disnanl.s41 jz .got_nan / jump if leading bit is 0
H A Dnextafterl.s81 andl $0x80000000,%eax / look at explicit leading bit
129 andl $0x80000000,%eax / look at explicit leading bit
H A Dnexttowardl.s81 andl $0x80000000,%eax / look at explicit leading bit
129 andl $0x80000000,%eax / look at explicit leading bit
H A Dlocallibm.il331 jz 3f / jump if leading bit is 0
/titanic_51/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:
/titanic_51/usr/src/lib/c_synonyms/amd64/
H A Dsyn_isa29 # historically have had synonym names with a leading underscore, as in:
/titanic_51/usr/src/lib/c_synonyms/sparcv9/
H A Dsyn_isa30 # historically have had synonym names with a leading underscore, as in:
/titanic_51/usr/src/lib/c_synonyms/sparc/
H A Dsyn_isa30 # historically have had synonym names with a leading underscore, as in:
/titanic_51/usr/src/lib/c_synonyms/i386/
H A Dsyn_isa30 # historically have had synonym names with a leading underscore, as in:
/titanic_51/usr/src/boot/sys/boot/fdt/
H A Dhelp.fdt30 Path elements are separated by '/'; a leading '/' represents
/titanic_51/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
/titanic_51/usr/src/lib/libshell/common/
H A DCOMPATIBILITY116 26. As an undocumented feature of ksh-88, a leading 0 to an
122 a leading + to allow options to begin with a +.
H A DPROMO.mm97 offset and length, or by stripping off leading
/titanic_51/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
/titanic_51/usr/src/cmd/auditreduce/
H A Doption.c481 * A number may have a leading '+' or '-', but then must be
485 * .arg leading - TRUE if leading '+-' allowed.
490 a_isnum(char *str, int leading) in a_isnum() argument
494 if ((leading == TRUE) && (*str == '-' || *str == '+')) in a_isnum()
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h545 int leading; /* leading match on this char */ member
/titanic_51/usr/src/lib/libast/common/regex/
H A Dreglib.h545 int leading; /* leading match on this char */ member
/titanic_51/usr/src/boot/sys/boot/forth/
H A Dcheck-password.4th167 \ the user aborts/escapes the countdown sequence leading to boot).
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE119 08-07-16 sfio/sfvscanf.c: fix %% to skip leading space per posix
379 05-03-08 misc/optget.c: delete leading space in STYLE_nroff output
621 string/strtoi.h: fix bug leading 3 digits before thousands sep bug
899 sfio/sfcvt.c: fix %[aA] format to always have leading 0[xX]1.
950 01-06-06 misc/optget.c: add o option for old ps,ar,tar with optional leading -
956 01-05-31 glob: fix gl_fignore to ignore leading . by default
1181 tmfmt: - no pad _ space pad 0 leading 0 pad
1200 99-03-03 fts: uncle already: add FTS_SEEDOTDIR to retain leading ./
1610 fix optget()/optjoin() to handle leading +
/titanic_51/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg422 # Unwind section Call Frame Instructions. These all start with a leading
423 # "%*s%s", used to insert leading white space and the opcode name.
/titanic_51/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 +

123