Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 104) sorted by path

12345

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c1687 number(long long big) in number() argument
1747 if ((n > big) || (n < 0)) { in number()
/illumos-gate/usr/src/cmd/file/
H A Dmagic155 # big-endian entries for pure executables
169 # big-endian entries for impure executables
183 # big-endian entries for Sun demand paged executables
301 # snoop files are always big-endian
321 # big-endian entries
392 # .aiff files are always big-endian
405 # .mid files are always big-endian
411 # can't translate big-endian type and track information
415 # rasterfiles are big-endian
416 # big-endian rasterfile entries
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c91 static int32_t number(long big, char *param);
1228 number(long big, char *param) in number() argument
1258 n = n * number(big, param); in number()
1289 if ((n > big) || (n < 0)) { in number()
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.107 # block incoming connection requests to my internal network from the big bad
/illumos-gate/usr/src/cmd/look/
H A Dwords2475 big
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c39 #error needs porting for big-endian system
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/
H A DSuccinctStackTraceFormatter.java131 SuccinctStackTraceFormatter.printStackTrace(big()); in main()
134 public static final Throwable big() { in big() method in SuccinctStackTraceFormatter
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c205 int big = -1; local
217 big = atoi(optarg);
235 else if (big > 0)
236 r = shmbig(true, big);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4173 strstr(big, little) in strstr() argument
4174 char *big; in strstr()
4177 register char *p = big;
4181 return big;
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dlibelf.msg77 @ EIO_FBIG "I/O error: file too big for memory"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK257 Byte swapping is a big issue in cross linking, as the system running
274 The big exception to libelf transparently handling byte swapping is
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1677 14090 backout: turns over big rocks, discovers big bugs
/illumos-gate/usr/src/cmd/spell/
H A Dlist2474 big
/illumos-gate/usr/src/cmd/tbl/
H A Dts.c28 prefix(char *small, char *big) in prefix() argument
31 while ((c= *small++) == *big++) in prefix()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A DREADME117 Turned NBLIST up to 2048 so can handle really big
172 the "font too big for position n" error can no longer arise.
174 ensures that all font positions are at least that big.
175 this eliminates the "font X too big for position Y" message
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news172 27.*when tmp file becomes too big, line of garbage no longer added to
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c238 static unsigned big = 0xffffffff; local
298 master_version = &big;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE72 12-05-31 Fix 64 bit big-endian arithmentic bug that mishandled nan and inf.
120 12-04-25 Fixed a big memory leak problem in which unsetting compound variables
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgetgroups.c56 int big[NGROUPS_MAX];
68 len = getgroups(len > NGROUPS_MAX ? NGROUPS_MAX : len, big);
70 set[i] = big[i];
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dvmalloc27 /* allocate a big chunk */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab101 0 string <bigaf>\n aix ar library, big application/x-ar
274 +4 long &0x00ffffff=15 i860-big
679 0 belong 000000407 netbsd big-endian object x-system/obj
1066 +(@60H+4) short 0x0166 mips, big endian?
1188 +12 belong 0x00042253 , big-endian
1195 +0 belong 0x00053162 , big-endian
1202 +12 belong 0x00053162 , big-endian
1209 +8 long 4321 , big-endian
1215 +12 belong 0x00061561 , big-endian
1316 0 short 0x4d4d TIFF image, big-endian image/tiff
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtbuf.c37 static char* big; variable
54 if (!(big = newof(big, char, bigsiz, 0))) in fmtbuf()
61 return big; in fmtbuf()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dacosh.c95 double t,big=1.E20; /* big+1==big */ variable
102 if(x>big) {t=log1p(x)+ln2lo; return(t+ln2hi);}
H A Dasinh.c92 big =1.0E20, /* fl(1+big) == big */ variable
99 if(t<big) {
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY141 04/24/87 split pplex.c into smaller files -- too big for some compilers

12345