Home
last modified time | relevance | path

Searched refs:addition (Results 1 – 25 of 102) sorted by relevance

12345

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DPROMO.mm11 addition to the major command-entry features of the BSD
14 In addition, "sh" scripts can be run on KSH-93 without modification.
80 In addition there is an arithmetic for command that works
107 be passed by reference. In addition, each variable
134 In addition, KSH-93 can be used as a library that can
139 README file. In addition, the "New KornShell Command and Programming
H A Dsh.memo37 In addition to changes in the language required
217 In addition, \f5ksh-93\fP attempts to
797 In addition,
809 In addition, for login shells, the
933 In addition to replacing each
1238 In addition,
1341 in addition to simple variables.
1472 In addition to creating sub-variables,
1510 In addition, the value of \f5"$foo"\fP is
2005 In addition, since \f5ksh\fP
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_expressions.c178 … struct expression *get_expression_from_base_and_str(struct expression *base, const char *addition) in get_expression_from_base_and_str() argument
184 if (addition[0] == '\0') in get_expression_from_base_and_str()
187 alloc = alloc_string_newline(addition); in get_expression_from_base_and_str()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs27 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3337 pci_regspec_t addition; local
3380 addition.pci_phys_hi = hi_type |
3386 addition.pci_phys_low = (uint32_t)(base & 0xffffffff);
3391 cardbus_dump_reg(dip, &addition, 1);
3441 dip, "ranges", (int *)addition,
3498 pci_regspec_t addition; local
3553 addition.pci_phys_hi = hiword;
3554 addition.pci_phys_mid = 0;
3555 addition.pci_phys_low = 0;
3556 addition.pci_size_hi = 0;
[all …]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3046 pci_regspec_t addition; in pcicfg_update_reg_prop() local
3098 addition.pci_phys_hi = hiword; in pcicfg_update_reg_prop()
3099 addition.pci_phys_mid = 0; in pcicfg_update_reg_prop()
3100 addition.pci_phys_low = 0; in pcicfg_update_reg_prop()
3101 addition.pci_size_hi = 0; in pcicfg_update_reg_prop()
3102 addition.pci_size_low = size; in pcicfg_update_reg_prop()
3127 pci_regspec_t addition; in pcicfg_update_assigned_prop_value() local
3183 addition.pci_phys_hi = hiword; in pcicfg_update_assigned_prop_value()
3185 addition.pci_phys_low = base; in pcicfg_update_assigned_prop_value()
3186 addition.pci_size_hi = 0; in pcicfg_update_assigned_prop_value()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A DREADME28 addition all the translators understand the -P option that lets you pass
/illumos-gate/usr/src/lib/libumem/common/
H A Dstand_mapfile41 # This is a supplemental mapfile, used in addition to the standard one
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3178 pci_regspec_t addition; in pcicfg_update_reg_prop() local
3228 addition.pci_phys_hi = hiword; in pcicfg_update_reg_prop()
3229 addition.pci_phys_mid = 0; in pcicfg_update_reg_prop()
3230 addition.pci_phys_low = 0; in pcicfg_update_reg_prop()
3231 addition.pci_size_hi = 0; in pcicfg_update_reg_prop()
3232 addition.pci_size_low = size; in pcicfg_update_reg_prop()
3304 pci_regspec_t addition; in pcicfg_update_assigned_prop_value() local
3361 addition.pci_phys_hi = hiword; in pcicfg_update_assigned_prop_value()
3363 addition.pci_phys_low = base; in pcicfg_update_assigned_prop_value()
3364 addition.pci_size_hi = 0; in pcicfg_update_assigned_prop_value()
[all …]
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS90 In addition to providing alternative large file aware Elf_Arhdr and
113 addition to the pre-existing versions.
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME25 translators, is the addition of the -r option that controls how carriage returns
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/
H A DTHIRDPARTYLICENSE53 addition of the Contribution causes such combination to be covered by the
177 addition, if Recipient institutes patent litigation against any entity
201 under which it was received. In addition, after a new version of the Agreement
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault17 # In addition, the definition of the standard layout setting (US keyboard)
161 # In addition, some keys have ScanCodes that have a Prefix Byte.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs93 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES12 (2) The #pragma interface is exploited to allow the addition of new
/illumos-gate/usr/src/contrib/mDNSResponder/
H A DREADME55 In addition the project introduces the following changes:
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtclsqlite.test16 # interface is pretty well tested. This file contains some addition
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c369 krb5_pa_data **addition, int num_addition) in grow_pa_list() argument
374 if (out_pa_list == NULL || addition == NULL) { in grow_pa_list()
384 pa_list[i] = addition[i]; in grow_pa_list()
400 pa_list[i++] = addition[j++]; in grow_pa_list()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst64 Integer addition.
101 Floating-point addition.
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast-ksh.pkg25 and ksh.1 symbolic links. In addition, ksh and ksh93 paths are
/illumos-gate/exception_lists/
H A Dinterface_check28 # that are compared to file names. In addition to the standard Perl
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN75 inspection. All fields are strings; in addition,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME68 * LEAP (note: only with WEP keys, i.e., not for WPA; in addition, LEAP
198 per-packet RC4 keys. In addition, it implements replay protection,
245 Authentication Server. In addition, it controls the roaming and IEEE
591 mode, dot11 and dot1x MIBs, etc. In addition, it can configuring some
717 most commonly used EAP methods. In addition, wpa_supplicant has an
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME30 properly (-S option). All the options are described in the man page. In addition
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME.illumos81 Other differences in files describe the addition and removal of various

12345