/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | arith.sh | 336 [[ $(($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_41/usr/src/lib/libm/i386/src/ |
H A D | isnanl.s | 41 jz .got_nan / jump if leading bit is 0
|
H A D | nextafterl.s | 129 andl $0x80000000,%eax / look at explicit leading bit
|
H A D | nexttowardl.s | 129 andl $0x80000000,%eax / look at explicit leading bit
|
H A D | locallibm.il | 331 jz 3f / jump if leading bit is 0
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn2_common | 30 # had synonym names with two leading underscores, as in:
|
H A D | syn_common | 30 # had synonym names with a leading underscore, as in:
|
/titanic_41/usr/src/lib/c_synonyms/sparcv9/ |
H A D | syn_isa | 30 # historically have had synonym names with a leading underscore, as in:
|
/titanic_41/usr/src/lib/c_synonyms/amd64/ |
H A D | syn_isa | 29 # historically have had synonym names with a leading underscore, as in:
|
/titanic_41/usr/src/lib/c_synonyms/sparc/ |
H A D | syn_isa | 30 # historically have had synonym names with a leading underscore, as in:
|
/titanic_41/usr/src/lib/c_synonyms/i386/ |
H A D | syn_isa | 30 # historically have had synonym names with a leading underscore, as in:
|
/titanic_41/usr/src/cmd/sed/ |
H A D | POSIX | 37 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_41/usr/src/lib/libshell/common/ |
H A D | COMPATIBILITY | 116 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 D | PROMO.mm | 97 offset and length, or by stripping off leading
|
H A D | RELEASE88 | 143 the rule that requires that a leading . be matched explicitly. 363 the option string contains a leading colon; otherwise
|
H A D | RELEASE | 88 09-09-09 A leading ; with commands in a brace group or parenthesis group 831 06-08-16 As a new feature, a leading ~(N) on a pattern has no effect 1139 03-11-04 A bug in which leading zeros were stripped from variable 1147 03-09-22 A bug in which a script without a leading #! could get executed 1150 03-09-12 To improve conformance with ksh88, leading zeros will be ignored 1234 altered slightly to preserve the leading 0's when the 1278 03-02-07 The trap and kill builtin commands now accept a leading SIG prefix 1415 could cause this script to have an invalid pointer leading 1570 middle of a quoted string, the leading quote is ignored when 1844 98-04-30 A bug introduced in ksh93e in which leading 0's in -Z [all …]
|
H A D | RELEASE93 | 319 with a leading 10# when declared with typeset -i 331 c. A bug introduced in 'e' in which leading 0's in -Z
|
/titanic_41/usr/src/cmd/auditreduce/ |
H A D | option.c | 490 a_isnum(char *str, int leading) in a_isnum() argument 494 if ((leading == TRUE) && (*str == '-' || *str == '+')) in a_isnum()
|
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | reglib.h | 545 int leading; /* leading match on this char */ member
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 119 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_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 422 # 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_41/usr/src/lib/fm/libfmd_snmp/mibs/ |
H A D | SUN-FM-MIB.mib | 318 the telemetry leading to the diagnosis."
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | CACHE_SPEC.txt | 34 but named without the leading underscore.
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | aclocal.m4 | 89 # iff we strip the leading $srcdir from $ac_aux_dir. That would be: 571 # with a leading dot. For instance MS-DOS doesn't.
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | australasia | 998 # the minority. The case for leading "A" is weaker, but since it 1000 # the leading newspaper websites and in many government departments, 1001 # it has a stronger case than omitting the leading "A". The current
|