Home
last modified time | relevance | path

Searched refs:large (Results 1 – 25 of 249) sorted by relevance

12345678910

/mirbsd/src/gnu/usr.bin/perl/ext/Fcntl/t/
Dsyslfs.t1 # NOTE: this file tests how large files (>2GB) work with raw system IO.
42 # If the lfs (large file support: large meaning larger than two
44 # process (or process group) is not allowed to write large files
46 # you are running the tests on doesn't let your user/group have large
47 # files (quota) or the filesystem simply doesn't support large files.
51 # Perl may still be able to support large files, once you have
71 print "1..0 # Skip: no sparse files in $^0, unable to test large files\n";
150 if ($! =~/too large/i) {
165 explain("kernel/fs not configured to use large files?");
264 # unlink may fail if applied directly to a large file
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dlfs.t1 # NOTE: this file tests how large files (>2GB) work with perlio (stdio/sfio).
39 # If the lfs (large file support: large meaning larger than two
41 # process (or process group) is not allowed to write large files
43 # you are running the tests on doesn't let your user/group have large
44 # files (quota) or the filesystem simply doesn't support large files.
48 # Perl may still be able to support large files, once you have
70 print "1..0 # Skip: no sparse files in $^O, unable to test large files\n";
153 if ($! =~/too large/i) {
168 explain("kernel/fs not configured to use large files?");
271 # unlink may fail if applied directly to a large file
/mirbsd/src/sys/dev/pci/
Dahc_pci.c640 int pcheck, int fast, int large);
1100 int fast, int large) in ahc_scbram_config() argument
1113 if (large) in ahc_scbram_config()
1124 if (large) in ahc_scbram_config()
1138 if (large) in ahc_scbram_config()
1164 int large; in ahc_probe_ext_scbram() local
1169 large = FALSE; in ahc_probe_ext_scbram()
1178 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1196 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram()
1207 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram()
[all …]
/mirbsd/src/usr.bin/file/magdir/
Dxenix10 # "small model", "large model", "huge model" stuff lifted from XXX
38 >0x1f byte =0x048 large model
Dintel30 0 leshort =0522 iAPX 286 executable large model (COFF)
/mirbsd/src/lib/libssl/src/crypto/dh/
Dgenerate24 a large pile of simultaneous equations and then solves them);
39 Subject: random large primes
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-i860.texi129 @item Load large immediate into general register:
147 @item Signed large immediate with add/subtract:
157 @item Unsigned large immediate with logical operations:
/mirbsd/src/sys/isofs/cd9660/
DTODO.hibler13 buy much (or may even hurt when vfs_cluster comes up with a large sync
/mirbsd/src/usr.sbin/cron/
Dcron.c31 enum timejump { negative, small, medium, large }; enumerator
191 wakeupKind = large; in main()
/mirbsd/src/gnu/usr.bin/perl/
DREADME.ce25 Don't be confused by large size of downloaded distribution or constructed
26 binaries: entire distribution could be large for WinCE ideology, but
DREADME.solaris55 that was the default for Solaris 8, or if you have a large number of
359 applications to manipulate large files (files whose size is > 2GByte).
371 to access large files. See the lf64(5) manual page for a
381 Second is the "large file compilation environment", described in
385 to access large files maps to a xxx64() call in the
391 the xxx() source interfaces to access both large and small
393 xxx64() interface calls to access large files.
399 The large file compilation environment is obtained with
405 By default, perl uses the large file compilation environment and
DREADME.freebsd19 reading large directories. A patch for FreeBSD libc is available
/mirbsd/src/usr.bin/vi/catalog/
Denglish.base40 041 "Screen columns too large, greater than %d"
42 043 "Screen lines too large, greater than %d"
175 182 "Resulting number too large"
207 214 "Windows option value is too large, max is %u"
Denglish41 Screen columns too large, greater than %dX
43 Screen lines too large, greater than %dX
214 Windows option value is too large, max is %uX
/mirbsd/src/scripts/
Droff2htm252 font-size:xx-large;
257 font-size:x-large;
262 font-size:large;
/mirbsd/src/lib/libssl/src/doc/crypto/
DRSA_private_encrypt.pod47 B<rsa>. B<to> must point to a memory section large enough to hold the
DOpenSSL_add_all_algorithms.pod52 statically linked executable can be quite large. If this is important it is possible
DEVP_BytesToKey.pod32 harder for an attacker to peform a brute force attack using a large number
DRSA_public_encrypt.pod57 to a memory section large enough to hold the decrypted data (which is
DEVP_SealInit.pod65 on large amounts of data, this is because public key encryption is slow
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
DTUNING59 situation except if a special disk subsystem with large (NV)RAM
124 name. However, these lookups can take a while for large address
143 recipients. For mailing lists or large aliases the overall delivery
/mirbsd/src/lib/libssl/src/doc/ssl/
Dd2i_SSL_SESSION.pod46 large enough to hold the binary representation of the session. There is no
/mirbsd/src/kern/c/sparc/
Ddivrem.m472 * Current estimate for non-large dividend is
74 * A large dividend is one greater than 2^(31-TOPBITS) and takes a
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlnumber.pod21 over arbitrarily large integers, floating points numbers with arbitrary
59 I<storage> of these numbers. The fact that you can store such "large" numbers
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig.ce561 glibpth='/usr/shlib /lib/pa1.1 /usr/lib/large /lib /usr/lib /usr/lib/386 /lib/386 /lib/large /usr/…
691 large=''

12345678910