| /onnv/onnv-gate/usr/src/lib/librpcsvc/common/ |
| rstat_simple.c | 46 int32_t have; local 50 xdr_int, (char *) &have, (char *) NULL) != 0) 53 return (have);
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
| Makefile.PL | 49 You appear to have a perl configured to use 64 bit integers in its scalar 50 variables. If you have existing data written with an earlier version of
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/ |
| README.osf | 25 have a /usr/include/regexp.h. Changed the *.c files in the appropriate
|
| /onnv/onnv-gate/usr/src/cmd/mvdir/ |
| mvdir.sh | 85 echo arguments have common path >&2
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/ |
| ToRtf.pm | 51 You have to have Pod::Simple::RTF installed (from the Pod::Simple dist),
|
| ToXml.pm | 39 You have to have installed Pod::Simple::XMLOutStream (from the Pod::Simple
|
| ToTk.pm | 117 You have to have installed Tk::Pod first, or this class won't load.
|
| /onnv/onnv-gate/usr/src/lib/libelfsign/ |
| README | 29 Note that this library does not have a spec file.
|
| /onnv/onnv-gate/usr/src/uts/common/zmod/ |
| inflate.c | 107 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, 415 have = strm->avail_in; \ 426 strm->avail_in = have; \ 442 if (have == 0) goto inf_leave; \ 443 have--; \ 522 would all have to actually be part of the saved state in case NEEDBITS() 568 unsigned have, left; /* available input and output */ local 591 in = have; 694 if (copy > have) copy = have; [all...] |
| inflate.h | 112 unsigned have; /* number of code lengths in lens[] */ member in struct:inflate_state
|
| /onnv/onnv-gate/usr/src/cmd/initpkg/init.d/ |
| README.rc2 | 34 After all its dependencies have been satisfied, the start method of the 37 scripts in the directory /etc/rcS.d/ will have been run as part of the 52 Temporary directories have been cleaned as appropriate.
|
| README.rcS | 34 After all its dependencies have been satisfied, the start method of the 52 All system-supplied device file names have been established. 57 The base system mounts have been performed, and the file
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| CheckTree.pm | 40 The default is C<|| warn>. The file test may optionally have a "!' prepended 190 'z' => "does not have zero size.", 191 's' => "does not have non-zero size.", 199 'u' => "does not have the setuid bit set.", 200 'g' => "does not have the setgid bit set.", 201 'k' => "does not have the sticky bit set.",
|
| /onnv/onnv-gate/usr/src/lib/libmail/common/ |
| s_string.c | 354 size_t have; local 362 have = to->end - to->ptr; 363 if (have < 4096UL) 367 have = to->end - to->ptr; 368 got = fread(to->ptr, (size_t)1, have, fp);
|
| /onnv/onnv-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
| capacity.notes.txt | 54 somewhere? I *have* searched the specs and Hale's HIW docs and 58 Even assertions in the specs seem to be ignored; I have a drive for 71 with what the BIOS and the drive have figured out unless it 88 >somewhere? I *have* searched the specs and Hale's HIW docs and 92 >Even assertions in the specs seem to be ignored; I have a drive for 97 "broken". Warning: some older drives have words 57:58 in big endian 104 If you have no need to use CHS mode, then just ignore words 1, 3, 6 and 145 You don't have much choice but to assume that [1]*[3]*[6] is the 163 have a CHS translation that matches the CHS translation that was used in 165 have to say bad things about the documents published by some of my friend [all...] |
| /onnv/onnv-gate/usr/src/cmd/terminfo/ |
| README | 33 require the user to have libcurses. Although we know of no instance 34 when a user would have one and not the other, we have provided the 96 Lots of terminals have a half duplex forms editing mode, but no UNIX 102 should have, rather than coming up with something that only works 122 Some terminals support only 2 or 4 or 8 or 16 colors, others have a 125 Curses can have another 16 bits added, or some routine set to decide 126 which 9 attribute bits have meaning in any given program. An 143 are a hard issue. You have to somehow deal with typeahead and with 149 to decode these sequences, but I have no experience with them [all...] |
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| memmove.s | 47 bgu ovbc ! if size is bigger, have do overlapped copy 70 stb %i4, [%i0] ! have to do bytes,
|
| memcpy.s | 77 stb %o4, [%o0] ! have to do bytes,
|
| strcmp.s | 58 ! In this case, we have multiple routines depending upon the
|
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| memmove.s | 47 bgu %xcc, ovbc ! if size is bigger, have to do overlapped copy 70 stb %i4, [%i0] ! have to do bytes,
|
| /onnv/onnv-gate/usr/src/uts/sun4/ml/ |
| proc_init.s | 123 ! It is very important to have a thread pointer and a cpu struct 130 ! we don't have the cache on yet for this CPU.
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
| volcopy.c | 906 int rv, cur_buf, left, have, tpcnt; local 924 have = (left < Out.f_bsize) ? left : Out.f_bsize; 930 have = (tpcnt < have) ? tpcnt : have; 933 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) < 963 int rv, left, have, tpcnt, cur_buf; local 986 have = (xfer_cnt < In.f_bsize) ? xfer_cnt : In.f_bsize; 997 have = (tpcnt < have) ? tpcnt : have 1049 int rv, left, have, tpcnt = 1, xfer_cnt = Fs * BLKSIZ; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/ |
| null.pm | 37 terminated. This is useful when you have a perl script that needs
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/ |
| READ_ME | 33 before proceeding with your installation. If you have read these 58 Solaris. Contact Sun technical support if you have problems.
|
| /onnv/onnv-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
| README | 32 target is built in the libdiagcode source area. These files have 45 and then have a colon-separated list of arguments. The first argument
|