Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.sep2 17379 mel has 2 fields
3 16693 bwk me has 2 fields
4 16116 ken him someone else has 4 fields
5 15713 srb has 3 fields
6 11895 lem has 3 fields
7 10409 scj has 2 fields
8 10252 rhm has 2 fields
9 9190 pjw has 2 fields
10 8912 nls has 2 fields
11 8491 cda has 2 fields
[all …]
H A Dt.index1 16116 ken him someone else has duplicate letters
2 9748 a68 has duplicate letters
3 7360 ava has duplicate letters
4 7063 greg has duplicate letters
5 5007 valerie has duplicate letters
6 1989 bsb has duplicate letters
7 375 jj has duplicate letters
8 327 stars has duplicate letters
9 201 bill has duplicate letters
10 176 sys has duplicate letters
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE3 that read from stdin has been fixed.
4 12-08-01 A bug that interpreted "cd .foo" as "cd foo" has been fixed.
6 12-07-23 A scoping error with namrefs to compound associative arrays has
8 12-07-20 A bug where builtin -d /path/foo deleted foo has been fixed.
10 some systems has been fixed.
13 has been fixed.
16 has been fixed.
18 closed has been fixed.
20 remain in /etc. This has been fixed.
22 library added by builtin -f lib has been fixed.
[all …]
H A DRELEASE9310 b. The getopts command has a -a name option that specifies a
26 a. The pipefail option has been added. With pipefail
35 a. The PATH search algorithm has been modified to look
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.
75 when the pattern began with a [ or +( has been fixed.
78 has been fixed.
80 from working has been fixed.
[all …]
H A DRELEASE8860 d. The name space for variables has been extended. The character '.'
68 has been extended to allow assignments of the form
102 following pipeline, has been added.
122 k. A typeset -n option has been added which causes the value of a
127 alias, nameref='typeset -n' has been added to aid mnemonics.
135 l. The KEYBD trap has been added which is triggered when a key
145 that has been entered when processing a KEYBD trap. If the value
179 p. More work on internationalization has been added:
193 a. The output format of many commands has changed as follows:
196 2. The exit status has changed in many cases:
[all …]
H A DCOMPATIBILITY23 4. A built-in command named command has been added which is
28 5. The output format for some built-ins has changed. In particular
31 for trap without arguments has a format that can be used as input.
50 exit status for many shell failures has been changed.
70 13. The ERRNO variable has been dropped.
85 18. The ^T directive of emacs mode has been changed to work the
/illumos-gate/usr/src/man/man1has/
H A DMakefile19 MANSECT= 1has
22 csh.1has \
23 ctags.1has \
24 edit.1has \
25 ex.1has \
26 sh.1has \
27 vi.1has
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME167 This version has the following fixes:
174 This fix has to be reverted later once we have a proper fix for
183 This fix has to be revisited to improvise the statistics in
191 This fix has to be reverted later once we have a proper fix for
196 This version has the following fixes:
234 The new code base also has support for additional new chipsets. The code
238 The new codebase also has lot of cleanups in terms of various #ifdefs
257 This version has the following fix:
267 This version has the following fixes:
274 This version has the following fix:
[all …]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME167 This version has the following fixes:
174 This fix has to be reverted later once we have a proper fix for
183 This fix has to be revisited to improvise the statistics in
191 This fix has to be reverted later once we have a proper fix for
196 This version has the following fixes:
234 The new code base also has support for additional new chipsets. The code
238 The new codebase also has lot of cleanups in terms of various #ifdefs
257 This version has the following fix:
267 This version has the following fixes:
274 This version has the following fix:
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c42 #define has(word) (strncmp(buf, word, strlen(word)) == 0) macro
125 if (!has("%%")) in ps_include()
127 else if (has("%%Page: ")) { in ps_include()
135 } else if (has("%%EndPage: ")) { in ps_include()
143 } else if (has("%%BoundingBox:")) in ps_include()
146 else if (has("%%EndProlog") || has("%%EndSetup") || in ps_include()
147 has("%%EndDocumentSetup")) in ps_include()
149 else if (has("%%Trailer")) in ps_include()
151 else if (has("%%BeginGlobal")) { in ps_include()
159 } else if (has("%%EndGlobal")) in ps_include()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news25 *** NOTE: All pre-1980 commentary has been removed from this file. ***
47 2. It is now possible to recover encrypted files. The file header has
70 3. The structure of /usr/preserve has been changed to improve security.
74 owned by the user, and has read-write-execute permissions for the
75 user only. The recovered file in the subdirectory has read-write
82 so the user has a complete list. Files are listed under the
109 when no editing has been done.
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.
214 vi uses the visible bell in your terminal (if it has one).
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt8 …he definition of struct expression, which represents a C expression. That has a lot more content,…
10 That appears as another struct statement which has a statement_list member.
18 As with the various other structures, it has some common data and a union of sub-structures for the…
20 Among other things, it has a struct statement for the body of a function (if any), a list of symbol…
26 The sparse static analysis backend has a few steps: it generates linearized bytecode, does some eva…
28 The linearized bytecode itself has a set of nested structures.
30 At the top level, it has struct entrypoint.
32 An entrypoint has a list of basic blocks.
42 Each basic block has a series of instructions, "struct instruction".
45 So you have an entrypoint, which has a graph of basic blocks, each of which has a list of instructi…
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A DChangeLog13 - - 'clilib' has been changed for 'readline' version 4.2 (thanks to
15 - - 'The bug in clilib has been fixed
21 - - The bug in "Port Role Transitions state machine" has been
24 - been moved; order of the initialization has been changed
30 - The file ChangeLog has been 'synchrinyzed'
37 - the structure CMD_DSCR_T has been redisgned
56 - - The function rolesel.c has been drastically fixed, IMHO
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dar.msg74 @ MSG_ELF_GETDATA_FILE "ar: %s has bad elf format: %s\n"
75 @ MSG_ELF_GETDATA_AR "ar: %s(%s) has bad elf format: %s\n"
76 @ MSG_ELF_GETSCN_FILE "ar: %s has no section header or bad elf format: %s\n"
77 @ MSG_ELF_GETSCN_AR "ar: %s(%s) has no section header or bad elf \
79 @ MSG_ELF_GETSHSTRNDX_FILE "ar: %s has no string table index: %s\n"
80 @ MSG_ELF_GETSHSTRNDX_AR "ar: %s(%s) has no string table index: %s\n"
84 @ MSG_W_ELF_NODATA_FILE "ar: %s has no data in section header table\n"
85 @ MSG_W_ELF_NODATA_AR "ar: %s(%s) has no data in section header table\n"
91 @ MSG_SYMTAB_NOSTR_FILE "ar: %s has no string table for symbol names\n"
92 @ MSG_SYMTAB_NOSTR_AR "ar: %s(%s) has no string table for symbol names\n"
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_memcpy_overflow.c95 static int is_likely_multiple(int has, int needed, struct expression *limit) in is_likely_multiple() argument
104 if (has * mult.value == needed) in is_likely_multiple()
108 if (has * mult.value == needed) in is_likely_multiple()
243 int has; in match_limited() local
249 has = get_array_size_bytes_max(dest); in match_limited()
250 if (!has) in match_limited()
252 if (has >= needed.value) in match_limited()
261 if (is_likely_multiple(has, needed.value, limit)) in match_limited()
274 sm_error("%s() '%s' too small (%d vs %s)", fn, dest_name, has, sval_to_str(needed)); in match_limited()
/illumos-gate/usr/src/cmd/fm/dicts/
H A DNIC.po26 …ransceiver module has been disabled, and the network data link associated with it (%<fault-list[0]…
43 …ransceiver module has been disabled, and the network data link associated with it (%<fault-list[0]…
58 …> (SFP/SFP+/QSFP+ etc.) in %<fault-list[0].resource.hc-specific.link-name> has overheated.\n\n NI…
60 …ransceiver module has been disabled, and the network data link associated with it (%<fault-list[0]…
64 …ck for adequate ventilation\nand cooling. Re-inserting the module after it has cooled will restore…
75 …> (SFP/SFP+/QSFP+ etc.) in %<fault-list[0].resource.hc-specific.link-name> has experienced a hardw…
77 …ransceiver module has been disabled, and the network data link associated with it (%<fault-list[0]…
94 …eiver module slot has been disabled, and the network data link associated with it (%<fault-list[0]…
H A DAMD.po35 msgstr "The number of errors associated with this memory page has exceeded acceptable levels. Refe…
39 msgstr "\n\nRemoving a single page from service (where supported) has a negligible impact on perfor…
51 msgstr "The number of correctable errors associated with this memory module has exceeded acceptable…
53 …h this memory module may have been removed from service, up to a limit which has now been reached."
55 msgstr "Total system memory capacity has been reduced (where supported)."
67 msgstr "The number of correctable errors associated with this memory module has exceeded acceptable…
69 …h this memory module may have been removed from service, up to a limit which has now been reached."
71 msgstr "Total system memory capacity has been reduced (where supported)."
83 msgstr "A memory module has produced an uncorrectable error. Refer to %s for more information."
99 msgstr "The number of errors associated with this CPU has exceeded acceptable levels. Refer to %s …
[all …]
H A DSENSOR.po41 … the fan to see if the fan has lost power or there is a\nphysical obstruction. Replace the fan if…
57 …ower cord is connected properly. Replace the power supply if the internal mechanism has failed.\n"
73 …k the fan to see if the fan has lost power or there is a physical obstruction. Replace the fan if…
89 …ower cord is connected properly. Replace the power supply if the internal mechanism has failed.\n"
99 msgstr "A preditive failure sensor indicates that this fan has either failed or that a failure is i…
105 …k the fan to see if the fan has lost power or there is a physical obstruction. Replace the fan if…
115 msgstr "A preditive failure sensor indicates that this power supply has either failed or that a fai…
121 …ower cord is connected properly. Replace the power supply if the internal mechanism has failed.\n"
131 msgstr "A sensor indicates that this power supply has failed. Refer to %s for more information."
H A DZFS.po42 …an import all available pools by specifying the\n'-a' option. Once a pool has been imported, the …
58has\nexperienced a failure:\n\n\n# zpool status -x\n pool: test\n state: DEGRADED\nstatus: One or…
74has been temporarily detached from the system, attach the\ndevice to the system and run 'zpool sta…
90has been temporarily detached from the system, attach the\ndevice to the system and run 'zpool sta…
122 …ntil the unknown missing device is\nattached to the system. If the device has been made available…
154has experienced an error and no valid replicas\n are available. Some filesystem data is co…
164 msgstr "A device has experienced uncorrectable errors in a\n replicated configuration. Refer t…
166 msgstr "ZFS has attempted to repair the affected data."
170has experienced\nerrors:\n\n\n# zpool status\n pool: test\n state: ONLINE\nstatus: One or more de…
234 msgstr "\n\nThe pool has been written to from another host, and was not cleanly exported\nfrom the …
[all …]
/illumos-gate/usr/src/man/man1/
H A DMakefile604 csh.1 := LINKSRC = ../../../has/man/man1has/csh.1has
606 ctags.1 := LINKSRC = ../../../has/man/man1has/ctags.1has
727 edit.1 := LINKSRC = ../../../has/man/man1has/edit.1has
729 vedit.1 := LINKSRC = ../../../has/man/man1has/vi.1has
/illumos-gate/usr/src/cmd/acpi/
H A DReadme25 We maintain an ACPI repository that has the tools to sync up the ACPI
26 data in illumos. The repository README has more information on the
27 repository. It has the following information:
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c240 #error SGS_REJ_NUM has changed
268 #error SGS_REJ_NUM has changed
296 #error SGS_REJ_NUM has changed
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man1has.inc16 file path=usr/has/man/man1has/csh.1has
H A Ddeveloper-linker.p5m45 link path=usr/bin/ctags target=../has/bin/ctags mediator=ctags \
69 file path=usr/has/bin/ctags mode=0555
70 file path=usr/has/man/man1has/ctags.1has
108 target=../../../has/man/man1has/ctags.1has mediator=ctags \
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design49 The 'struct __FILE_TAG' structure has a long history that dates back to
62 terms of the implementation. Various 3rd-party software that has
86 This represents all of the data that has been added to stdio that is
92 To add a member to the structure, one has to add data to the structures
109 member is consulted. If the flag has been set to zero, then the STREAM
158 underlying I/O will occur, unless buffering has been disabled.
168 writing entry points has reimplemented the path of writing to the buffer
180 1. A write has filled up the buffer.
182 3. fflush(3C) or a similar function has been called.
183 4. A read occurs on a buffer that has unflushed writes.
[all …]

12345678910>>...38