Searched refs:bit (Results 1 – 11 of 11) sorted by relevance
/coreutils/ |
D | README-install | 25 in 64-bit mode (i.e., +DD64) on HP-UX 11.0, 11.11, and 11.23. This 27 system header file which breaks things in 64-bit mode. The default 28 compilation mode is 32-bit and the software compiles fine using the 29 default mode. To build this software in 64-bit mode you will need 31 correcting that file the software also compiles fine in 64-bit mode. 54 32 bit time_t build failures 57 Although 32-bit builds fail if that forces time_t to be 32 bits, this 58 can be fixed by using 64-bit builds. For example, on AIX where GCC
|
D | init.cfg | 239 # On some linux/sparc64 systems, strace works fine on 32-bit executables, 240 # but prints only one line of output for every 64-bit executable. 680 # the setgid bit set. 690 *) skip_ 'this directory has the setgid bit set';;
|
D | TODO | 51 Write an autoconf test to work around build failure in HPUX's 64-bit mode.
|
D | NEWS | 84 pinky, uptime, users, and who no longer misbehave on 32-bit GNU/Linux 148 On GNU/Linux platforms where utmp-format files have 32-bit timestamps, 188 on obsolete configurations with 32-bit signed time_t, because the 594 for 8-bit non-ASCII alphabetic characters. TeX indexes should 940 cut supports line lengths up to the max file size on 32 bit systems. 1489 for example with files larger than 4GiB on 32 bit systems with a '\n' 1799 od -wN with N larger than 64K on a system with 32-bit size_t would 1948 factor no longer loops infinitely on 32 bit powerpc or sparc systems. 2015 factor now builds on x86_64 with x32 ABI, 32 bit MIPS, and all HPPA systems, 2245 throughput by about 10% when reading cached files on 64 bit GNU/Linux. [all …]
|
/coreutils/doc/ |
D | perm.texi | 74 @item The @dfn{set-user-ID bit} (@dfn{setuid bit}). 80 the set-user-ID bit of newly-created subdirectories. 82 @item The @dfn{set-group-ID bit} (@dfn{setgid bit}). 88 creates them is in, and set the set-group-ID bit of newly-created 91 @item The @dfn{restricted deletion flag} or @dfn{sticky bit}. 321 To change the file mode bits to set the restricted deletion flag or sticky bit, 325 For example, to set the set-user-ID mode bit of a program, 339 To set the restricted deletion flag or sticky bit, you can use 358 does set the restricted deletion flag or sticky bit, but it also 499 bits: one bit for read, one for write, and one for execute/search permission. [all …]
|
D | coreutils.texi | 1711 @samp{^} notation and precede characters that have the high bit set with 2085 named character, ignoring high-order bit 2103 seven bits of each byte is used; the high-order bit is ignored. 2372 (@samp{0} and @samp{1}) with the @emph{least} significant bit of every byte 2378 (@samp{0} and @samp{1}) with the @emph{most} significant bit of every byte 3949 @cindex 16-bit checksum 3950 @cindex checksum, 16-bit 3952 @command{sum} computes a 16-bit checksum for each given @var{file}, or 4000 @cindex 32-bit checksum 4001 @cindex checksum, 32-bit [all …]
|
/coreutils/tests/rm/ |
D | rm-readdir-fail.sh | 101 if test -f 32bit; then
|
/coreutils/src/ |
D | dircolors.hin | 78 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable 100 # executable bit actually set.
|
D | basenc.c | 973 bool bit = (*in == '1'); in base2lsbf_decode_ctx() local 974 ctx->ctx.base2.octet |= bit << ctx->i; in base2lsbf_decode_ctx() 1017 bool bit = (*in == '1'); in base2msbf_decode_ctx() local 1021 ctx->ctx.base2.octet |= bit << ctx->i; in base2msbf_decode_ctx()
|
/coreutils/m4/ |
D | jm-macros.m4 | 139 # This is needed on 32 bit FreeBSD to give accurate conversion of: 148 # error not required on 64 bit
|
/coreutils/man/ |
D | chmod.x | 76 clears the set-group-ID bit of a
|