| /onnv-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/ |
| H A D | sysevent_conf_mod.c | 1062 str_t *replacement; in find_macro_definition() local 1086 if ((replacement = initstr(128)) == NULL) { in find_macro_definition() 1091 if (strcopys(replacement, hdr->vendor)) { in find_macro_definition() 1092 freestr(replacement); in find_macro_definition() 1095 return (replacement); in find_macro_definition() 1099 if (strcopys(replacement, hdr->publisher)) { in find_macro_definition() 1100 freestr(replacement); in find_macro_definition() 1103 return (replacement); in find_macro_definition() 1107 if (strcopys(replacement, hdr->class)) { in find_macro_definition() 1108 freestr(replacement); in find_macro_definition() [all …]
|
| /onnv-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
| H A D | zfs_retire.c | 221 nvlist_t *config, *nvroot, *replacement; in replace_with_spare() local 238 replacement = fmd_nvl_alloc(hdl, FMD_SLEEP); in replace_with_spare() 240 (void) nvlist_add_string(replacement, ZPOOL_CONFIG_TYPE, in replace_with_spare() 256 (void) nvlist_add_nvlist_array(replacement, in replace_with_spare() 260 replacement, B_TRUE) == 0) in replace_with_spare() 265 nvlist_free(replacement); in replace_with_spare()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | AutoSplit.t | 113 my ($filespec, $replacement); 116 $replacement = VMS::Filespec::unixify($filespec); 117 $replacement =~ s/\/$//; 118 $output =~ s/\Q$filespec\E/$replacement/;
|
| /onnv-gate/usr/src/cmd/ast/msgcc/ |
| H A D | PROMO.mm | 11 replacement that generates machine independent binary message
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/pod/ |
| H A D | perlgcc.pod | 50 configuration files are not modified, instead a replacement set of files are 64 This is modified to point to the location of the replacement perl configuration
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/utils/ |
| H A D | README | 14 the version we ship. The port/lib directory contains replacement MakeMaker
|
| /onnv-gate/usr/src/lib/libshell/common/ |
| H A D | OBSOLETE | 125 There is no replacement. 130 and executing one command. The is no replacement (although ending
|
| H A D | RELEASE93 | 74 j. A bug in the macro expansion global replacement operator //, 140 o. Backreferencing sub-expressions in patterns and replacement 210 a. The \ character was not handled correctly in replacement
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlreref.pod | 43 s/pattern/replacement/igmsoxe substitutes matches of 44 'pattern' with 'replacement'. Modifiers as for m// 47 e Evaluate replacement as an expression 49 'e' may be specified multiple times. 'replacement' is interpreted
|
| H A D | perlrequick.pod | 419 Search and replace is performed using C<s/regex/replacement/modifiers>. 420 The C<replacement> is a Perl double quoted string that replaces in the 434 are immediately available for use in the replacement expression. With 444 replacement string and the evaluated result is substituted for the 457 C<s'''>, then the regex and replacement are treated as single quoted
|
| H A D | perldoc.pod | 14 [B<-n>I<nroff-replacement>] 156 Specify replacement for nroff
|
| H A D | perlfaq1.pod | 183 For many people, Perl serves as a great replacement for shell scripting. 184 For others, it serves as a convenient, high-level replacement for most of
|
| H A D | perlop.pod | 1243 with the replacement text and returns the number of substitutions 1274 replacement string (the C</e> modifier overrides this, however). Unlike 1275 Perl 4, Perl 5 treats backticks as normal delimiters; the replacement 1280 replacement portion to be treated as a full-fledged Perl expression 1282 compile-time. A second C<e> modifier will cause the replacement portion 1352 with the corresponding character in the replacement list. It returns 1359 does the same replacement as C<tr/ACEGIBDFHJ/0246813579/>. 1690 the replacement text of C<s///> to correct the incorrigible
|
| /onnv-gate/usr/src/grub/grub-0.97/ |
| H A D | Makefile.solaris.defs | 61 # We want to get rid of the "-Y I," part but make's pattern replacement
|
| /onnv-gate/usr/src/cmd/fm/dicts/ |
| H A D | SCA1000.po | 43 …iagnosis and the specific Field Replaceable\nUnit (FRU) identified for replacement.\n\nThe event-i…
|
| H A D | SCA500.po | 43 …iagnosis and the specific Field Replaceable\nUnit (FRU) identified for replacement.\n\nThe event-i…
|
| /onnv-gate/usr/src/common/openssl/crypto/des/ |
| H A D | README | 31 The des program is a replacement for the sun des command. I believe it
|
| H A D | FILES0 | 18 /* My SunOS des(1) replacement */
|
| /onnv-gate/usr/src/lib/libpp/common/ |
| H A D | NOTES | 70 __VA_ARGS__ in replacement list only, expands to var args
|
| /onnv-gate/usr/src/uts/common/vm/ |
| H A D | vm_page.c | 4759 page_t **replacement, in do_page_relocate() argument 4805 if ((repl = *replacement) != NULL && repl->p_szc >= szc) { in do_page_relocate() 4870 *replacement = repl; in do_page_relocate() 4871 if (hat_page_relocate(target, replacement, nrelocp) != 0) { in do_page_relocate() 4876 *replacement = NULL; in do_page_relocate() 4919 *replacement = NULL; in do_page_relocate() 4966 if (*replacement == NULL) { in do_page_relocate() 4968 *replacement = repl; in do_page_relocate() 4980 page_t **replacement, in page_relocate() argument 4989 ret = do_page_relocate(target, replacement, grouplock, nrelocp, lgrp); in page_relocate() [all …]
|
| H A D | seg_vn.c | 3079 segvn_relocate_pages(page_t **targ, page_t *replacement) in segvn_relocate_pages() argument 3084 uint_t repl_szc = replacement->p_szc; in segvn_relocate_pages() 3085 page_t *first_repl = replacement; in segvn_relocate_pages() 3098 ASSERT(replacement != NULL); in segvn_relocate_pages() 3106 repl = replacement; in segvn_relocate_pages() 3107 page_sub(&replacement, repl); in segvn_relocate_pages() 3115 repl_savepp = replacement; in segvn_relocate_pages() 3117 repl = replacement; in segvn_relocate_pages() 3118 page_sub(&replacement, repl); in segvn_relocate_pages() 3138 ASSERT(replacement == NULL); in segvn_relocate_pages()
|
| /onnv-gate/usr/src/cmd/lp/lib/oam/ |
| H A D | msg.source | 350 …all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement… 352 "Missing replacement in option template." 353 …all\noption templates include a keyword,\npattern, and replacement:\nkeyword pattern = replacement…
|
| /onnv-gate/usr/src/cmd/sgs/crle/common/ |
| H A D | crle.msg | 65 \tto crle() result in the replacement of any existing \
|
| /onnv-gate/usr/src/cmd/tcpd/ |
| H A D | CHANGES | 143 - Got rid of out the environment replacement routines, at least for 231 environment replacement routines now check for this. File: environ.c.
|
| /onnv-gate/usr/src/cmd/ssh/doc/ |
| H A D | ChangeLog | 637 - (djm) Fix strerror replacement for old SunOS. Based on patch from 717 - strerror replacement 835 terminate output string and attempt to use replacement. 1498 - Added replacement setenv() function from OpenBSD libc. Suggested by 1545 - Don't free argument to putenv() after use (in setenv() replacement). 1885 altogether (libcrypto includes its own crypt(1) replacement) 2187 - Added [v]snprintf() replacement for systems that lack it 2263 - Added a setenv replacement for systems which lack it
|