Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 153) sorted by relevance

1234567

/onnv-gate/usr/src/lib/libshell/common/
H A DRELEASE2 10-03-05 A varibale unset memory leak has been fixed and tests/leaks.sh
7 associative array subscripts for unset array elements has been fixed.
9 that executed multiple commands has been fixed.
11 encoding were fixed.
13 subscript was evaluated twice for $((foo[x++]++)) has been fixed.
16 10-01-18 A bug in type handling of typeset -H has been fixed.
19 parsed correctly was fixed.
21 with radix char , and thousands separator . has been fixed.
23 while blocked waiting for process to complete has been fixed.
27 < SIGCHLD when a trap for a signal > SIGCHLD was set has been fixed.
[all …]
H A DRELEASE9351 7. Bugs fixed in 12/28/93a for default OPTIONS
54 to be lost has been fixed.
57 has been fixed.
59 the LANG variable was assigned to has been fixed.
62 was called from the arithmetic evaluator has been fixed.
64 was executed in a subshell was fixed.
69 h. A bug was fixed which caused ksh to loop when execution trace
73 terminated was fixed.
75 when the pattern began with a [ or +( has been fixed.
78 has been fixed.
[all …]
/onnv-gate/usr/src/lib/libast/common/tm/
H A Dtmzone.c55 static Tm_zone_t fixed; in tmzone() local
59 …if ((*name == '+' || *name == '-') && (fixed.west = tmgoff(name, &e, TM_LOCALZONE)) != TM_LOCALZON… in tmzone()
61 fixed.standard = fixed.daylight = strncpy(off, name, sizeof(off) - 1); in tmzone()
66 return &fixed; in tmzone()
/onnv-gate/usr/src/cmd/vi/port/
H A Dex.news133 margin). Similar problem also fixed for ":R" for replacements
139 12.*code fixed to allow hardtabs set to 0. Now, if hardtabs set
167 25.*abbreviations fixed so they do not loop recursively
194 has been fixed. This also fixes a bug causing a hang until the
205 temp file and encrypted text on your screen has been fixed.
259 A bug causing <escape> <del> to core dump vi has been fixed.
262 to write encrypted text has been fixed.
265 1,$s/xxx/yyy/g with lots of changes, has been fixed.
268 set nomesg after starting up the editor has been fixed. Note
272 The eat newline glitch has been fixed so that vt100's and tab132's
[all …]
/onnv-gate/usr/src/cmd/format/
H A Dctlr_scsi.c705 struct mode_err_recov *fixed; local
720 fixed = &u_fixed.page1;
767 MODE_SENSE_PC_CHANGEABLE, (caddr_t)fixed,
769 if (status || MODESENSE_PAGE_LEN(fixed) < MIN_PAGE1_LEN) {
782 fixed->read_retry_count != 0) {
789 fixed->write_retry_count != 0) {
809 (uchar_t *)page1, (uchar_t *)fixed,
869 struct mode_disco_reco *fixed; local
882 fixed = &u_fixed.page2;
929 MODE_SENSE_PC_CHANGEABLE, (caddr_t)fixed,
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/t/
H A Dsuccess.t7 ok(ok('fixed', 'fixed'));
/onnv-gate/usr/src/lib/librstp/common/
H A DChangeLog15 - - 'The bug in clilib has been fixed
22 - fixed (hop to the DESIGNATED_LISTEN)
56 - - The function rolesel.c has been drastically fixed, IMHO
H A DREADME.news15 - The function rolesel.c has been drastically fixed, IMHO
/onnv-gate/usr/src/grub/grub-0.97/
H A DAUTHORS19 Gordon Matzigkeit adopted GRUB into the GNU Project. He fixed several
58 KB Sriram added a better detection of FAT filesystem and fixed a
61 Eric Kvaalen fixed a lot of problems in the GRUB manual.
/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c174 char *fixed; in svc_create_node() local
191 if ((fixed = topo_mod_zalloc(mod, len + 1)) == NULL) { in svc_create_node()
199 fixed[i] = '/'; in svc_create_node()
201 fixed[i] = fmristr[j++]; in svc_create_node()
202 fixed[i] = '\0'; in svc_create_node()
204 if (topo_mod_str2nvl(mod, fixed, &fmri) < 0) { in svc_create_node()
207 topo_mod_free(mod, fixed, len + 1); in svc_create_node()
210 topo_mod_free(mod, fixed, len + 1); in svc_create_node()
/onnv-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c164 int i, fd, fixed = 0; in profile_open() local
220 fixed = 1; in profile_open()
228 if (fixed == 0) { in profile_open()
239 if (fixed == 0) { in profile_open()
263 if (fixed == 0) { in profile_open()
/onnv-gate/usr/src/common/zfs/
H A Dzprop_common.c371 zprop_width(int prop, boolean_t *fixed, zfs_type_t type) in zprop_width() argument
384 *fixed = B_TRUE; in zprop_width()
408 *fixed = B_FALSE; in zprop_width()
419 *fixed = B_FALSE; in zprop_width()
/onnv-gate/usr/src/cmd/csh/
H A Dprintf.c331 goto fixed; in _print()
337 goto fixed; in _print()
343 fixed: in _print()
/onnv-gate/usr/src/stand/lib/fakeboot/
H A Dllib-lfakeboot34 * While that mess certainly needs to be fixed, it's going to take a long
41 * As parts of psm are cleaned up and fixed to properly build lint libraries,
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DEVP_OpenInit.pod43 key length. If the cipher is a fixed length cipher then the recovered
44 key length must match the fixed cipher length.
/onnv-gate/usr/src/lib/libfru/include/
H A Dlibfru.h120 unsigned fixed : 1; member
136 unsigned fixed : 1; member
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToNroff.pm19 sub fixed { shift->_perldoc_elem('fixed' , @_) } subroutine
H A DToMan.pm25 sub fixed { shift->_perldoc_elem('fixed' , @_) } subroutine
/onnv-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1311 uint32_t freq, mul, near66, delta66, near50, delta50, fixed, delta, i; in mach_fixcpufreq() local
1331 fixed = near66; in mach_fixcpufreq()
1334 fixed = near50; in mach_fixcpufreq()
1338 if (fixed > INT_MAX) in mach_fixcpufreq()
1356 fixed = x86_cpu_freq[i]; in mach_fixcpufreq()
1366 fixed = x86_cpu_freq[i]; in mach_fixcpufreq()
1385 cpu_freq = (int)fixed; in mach_fixcpufreq()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A DswitchPx.aux22 # If this test suddenly starts printing blank lines that bug is fixed.
/onnv-gate/usr/src/cmd/hal/fdi/
H A DMakefile50 preprobe/10osvendor/20-ignore-fixed-storage.fdi \
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperl584delta.pod12 Many minor bugs have been fixed. Scripts which happen to rely on previously
201 More utf8 bugs fixed, notably in how C<chomp>, C<chop>, C<send>, and
217 attached to a terminal, and perl is running as root. Now fixed.
226 Some bugs have been fixed in the hash internals. Restricted hashes and
H A Dperldelta.pod12 Many minor bugs have been fixed. Scripts which happen to rely on previously
201 More utf8 bugs fixed, notably in how C<chomp>, C<chop>, C<send>, and
217 attached to a terminal, and perl is running as root. Now fixed.
226 Some bugs have been fixed in the hash internals. Restricted hashes and
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h141 int fixed; /* fixed or non-fixed segment */ member
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h144 int fixed; /* fixed or non-fixed segment */ member

1234567