Searched refs:replace (Results 26 - 50 of 79) sorted by relevance

1234

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dregex.c73 ** replace() - REPLACE TEMPLATE WITH EXPANDED REGULAR EXPRESSION MATCH
78 replace ( function
85 replace (pp, result, value)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_005_neg.ksh42 # 3. Verify replace fails
58 log_mustnot zpool replace $TESTPOOL $sdev $tdev
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh53 attach detach replace scrub \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_006_pos.ksh60 log_must zpool replace $TESTPOOL $sdev $tdev
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c188 int replace, start, matched; local
191 replace = start = matched = -1;
192 (void) sscanf(pat, bd->bd_pat, &replace, &start, &matched);
197 (void) strlcpy(dimmname+replace, bd->bd_subst,
199 replace += strlen(bd->bd_subst);
215 if (dimmlen > sizeof (dimmname) - replace)
218 (void) strlcpy(dimmname + replace, c, dimmlen + 1);
/illumos-gate/usr/src/cmd/saf/
H A Dextern.h56 extern void replace();
H A Dadmutil.c144 * replace - replace one file with another, only returns on success
152 replace(fname, tname) function
324 /* note - replace only returns if successful */
325 replace(basename, tname);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove_003_pos.ksh42 # 2. Try to replace the inactive hotspare device to active device in the pool
68 log_must zpool replace $TESTPOOL $spare_devs2 $spare_devs3
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_export/
H A Dzpool_export_004_pos.ksh87 log_must zpool replace $TESTPOOL1 $vdev0 $vdev4
92 log_must zpool replace $TESTPOOL1 $vdev0 $vdev4
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh36 # Executing 'zpool replace' command with bad options fails.
39 # 1. Create an array of badly formed 'zpool replace' options.
68 log_assert "Executing 'zpool replace' with bad options fails"
78 log_mustnot zpool replace ${args[$i]}
83 log_pass "'zpool replace' command with bad options failed as expected."
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.x151 % void replace( entryp ep ) {location = ep;}
H A Ddb_mindex_c.x334 % * Update table entry per the (entry_object *). If 'replace' is set,
337 % int updateTableEntry(entry_object *e, int replace, char *tableName,
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.h63 datum *key, datum *value, bool_t replace);
/illumos-gate/usr/src/cmd/exstr/
H A Dexstr.c52 static void replace();
63 static int rflg; /* replace strings by function calls */
108 replace(argv[optind]);
240 replace(name) function
371 (void) fprintf(stderr, "exstr: ERROR: cannot replace "
394 "replace string '%s' in line (%d) of file "
/illumos-gate/usr/src/tools/onbld/Checks/
H A DHdrChk.py203 guardname = guardname.replace('.', '_').replace('-','_')
204 guardname = guardname.replace('+', "_PLUS")
/illumos-gate/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_001_pos.ksh110 log_must zpool replace $opt $TESTPOOL1 $disk1 $disk2
/illumos-gate/usr/src/cmd/sh/
H A Dfault.c415 replace(&trapcom[sig], a1);
424 replace(&trapcom[sig], a1);
H A Dname.c197 replace(unsigned char **a, unsigned char *v) function
239 replace(&n->namval, v);
445 replace(p, &numbuf[j]);
H A Dmain.c228 replace(&cmdadr, dolv[0]); /* cmdadr is $0 */
/illumos-gate/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE31 * decision by deleting the provisions above and replace them with the notice
69 * decision by deleting the provisions above and replace them with the notice
106 * decision by deleting the provisions above and replace them with the notice
143 * decision by deleting the provisions above and replace them with the notice
181 * decision by deleting the provisions above and replace them with the notice
217 * decision by deleting the provisions above and replace them with the notice
256 * decision by deleting the provisions above and replace them with the notice
292 * decision by deleting the provisions above and replace them with the notice
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c93 int bigkey, bigdata, dupadjust, replace, ret; local
101 dupadjust = replace = 0;
302 replace = 1;
324 } else if (replace)
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c751 ulwp_t *replace = NULL; local
798 if ((replace = udp->ulwp_replace_free) == NULL)
799 replace = lmalloc(REPLACEMENT_SIZE);
800 else if ((udp->ulwp_replace_free = replace->ul_next) == NULL)
819 if (replace != NULL) {
821 (void) memcpy(replace, self, REPLACEMENT_SIZE);
822 replace->ul_self = replace;
823 replace->ul_next = NULL; /* clone not on stack list */
824 replace
990 int replace; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c747 conn_get_ixa_impl(conn_t *connp, boolean_t replace, int kmflag) argument
771 if (replace) {
797 * If 'replace' is set then we replace conn_ixa with the new ip_xmit_attr_t.
801 conn_get_ixa(conn_t *connp, boolean_t replace) argument
803 return (conn_get_ixa_impl(connp, replace, KM_NOSLEEP));
811 conn_get_ixa_tryhard(conn_t *connp, boolean_t replace) argument
813 return (conn_get_ixa_impl(connp, replace, KM_SLEEP));
964 * Used to replace the ixa_label field.
985 * Due to kernel RPC's use of db_credp we also need to replace ira_cre
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c756 object_restore(CK_BYTE *data, OBJECT **new_obj, CK_BBOOL replace) { argument
791 if (replace == FALSE) {
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpRepository.java253 String quotelessWord = word.replace('\"', ' ');

Completed in 155 milliseconds

1234