/titanic_44/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 zeros' 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'
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_seed.c | 28 static const unsigned char zeros[16] = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0}; variable 49 code = kg_encrypt(context, tmpkey, KG_USAGE_SEAL, NULL, zeros, seed, 16);
|
/titanic_44/usr/src/lib/libc/port/fp/ |
H A D | double_decim.c | 432 int zeros, i; in __shorten() local 435 for (zeros = 0; zeros < length && p->bsignificand[zeros] == 0; zeros++) in __shorten() 437 if (zeros) { in __shorten() 438 length -= zeros; in __shorten() 439 p->bexponent += zeros << 4; in __shorten() 441 p->bsignificand[i] = p->bsignificand[i + zeros]; in __shorten()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 74 char zeros; /* strip leading zeros when set */ member 1039 mp->zeros = 0; in varsub() 1350 mp->zeros = 1; in varsub() 1480 int zeros = mp->zeros; in varsub() local 1497 mp->arith = mp->zeros = 0; in varsub() 1509 mp->zeros = zeros; in varsub() 2114 if(mp->zeros) in mac_copy() 2119 mp->zeros = 0; in mac_copy()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | dstream.c | 774 char zeros[BLK_SIZE]; in BIO_ds_dump_header() local 776 (void) memset(zeros, 0, BLK_SIZE); in BIO_ds_dump_header()
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | ctx.c | 163 static const char zeros[NTLM_HASH_SZ] = {0}; in dump_iod_ssn() local 175 if (bcmp(zeros, &is->iod_nthash, NTLM_HASH_SZ)) in dump_iod_ssn() 181 if (bcmp(zeros, &is->iod_lmhash, NTLM_HASH_SZ)) in dump_iod_ssn()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 1727 char zeros[BUFSIZ]; in krb5_fcc_destroy() local 1760 memset(zeros, 0, BUFSIZ); in krb5_fcc_destroy() 1763 i = write(data->file, zeros, wlen); in krb5_fcc_destroy() 1808 memset(zeros, 0, BUFSIZ); in krb5_fcc_destroy() 1810 if (write(data->file, zeros, BUFSIZ) < 0) { in krb5_fcc_destroy() 1820 if (write(data->file, zeros, wlen) < 0) { in krb5_fcc_destroy()
|
/titanic_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_fflp_hw.h | 1338 uint32_t zeros:22; /* 0 */ member 1370 uint32_t zeros:22; /* 0 */
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 3858 int zeros = 0; in masktocidr() local 3871 zeros += 8; in masktocidr() 3876 zeros += (ffs((int)mask->s6_addr[byte]) - 1); in masktocidr() 3884 cidr = 32 - zeros; in masktocidr() 3886 cidr = 128 - zeros; in masktocidr()
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_asm.s | 1719 ! need to put zeros in the cache line before displacing it 1723 stxa %g0, [%o0 + %o2]ASI_MEM ! put zeros in the ecache line
|
/titanic_44/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.s | 1028 pslldq $0xf,%xmm3 # shift the current buffer left (shift in zeros) 1034 pslldq $0xf,%xmm0 # shift the current buffer left (shift in zeros)
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | RELEASE | 1139 03-11-04 A bug in which leading zeros were stripped from variable 1150 03-09-12 To improve conformance with ksh88, leading zeros will be ignored
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1516 zeros especially), and leads to inconsistent output from ACPICA across 1864 all hosts/clib implementations (on some, leading zeros are not supported, 4994 descriptors that are mostly or all zeros, with the expectation that they
|