Searched refs:prepend (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c229 * buf_append -- Append str to buf (if it's non-NULL). Place prepend
236 char *prepend, char *append)
249 if (prepend == NULL && append == NULL)
252 *sz += snprintf(buf, left, "%s%s", prepend, str);
253 else if (prepend == NULL)
256 *sz += snprintf(buf, left, "%s%s%s", prepend, str, append);
235 topo_fmristr_build(ssize_t *sz, char *buf, size_t buflen, char *str, char *prepend, char *append) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A DInputObjects.t90 $p_is->prepend( $pre_txt );
92 'raw_text() after prepend()' );
/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Drefer5.c194 fpar(int nf, char *flds[], char *out, int c, int seq, int prepend) argument
229 if (c == 'A' && prepend)
/opensolaris-onvv-gate/usr/src/cmd/newform/
H A Dnewform.c45 * prepend 16 Prepend chars to line.
129 static void prepend(int);
749 prepend(lp->param);
773 prepend(int n) /* Prepend characters to line. */ function
774 /* Number of characters to prepend. */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm549 =head2 $pod_seq-E<gt>B<prepend()>
551 $pod_seq->prepend($text);
552 $pod_seq1->prepend($pod_seq2);
559 sub prepend { subroutine
561 $self->{'-ptree'}->prepend(@_);
817 =head2 $ptree-E<gt>B<prepend()>
829 sub prepend { subroutine
H A DFunctions.pm364 unshift ARRAY prepend more elements to the beginning of a list
H A DMan.pm1266 centered footer will be a modification date and will prepend something like
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dproperties.c735 print_property(fcode_env_t *env, prop_t *p, char *prepend) argument
740 if (prepend) {
741 sprintf(buf, "%s %s", prepend, name);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c401 * Prepends each path component with 'defauldir' if 'prepend' is set.
418 boolean_t prepend)
454 if (!prepend) {
456 * Do not prepend default directory.
528 char *prependdir, /* prepend this directory to new */
408 update_config( nfsl_config_t *config, char *tag, char *defaultdir, char *bufferpath, char *rpclogpath, char *fhpath, char *logpath, int logformat, boolean_t complete, boolean_t prepend) argument
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c4197 * a new string which looks like "prepend" + "/" + "current".
4201 fn_path_realloc(char **curses, char *prepend) argument
4209 * space for prepend and return that.
4211 len = strlen(prepend) + 1;
4213 (void) strncpy(news, prepend, len);
4221 len = curlen + strlen(prepend) + 1 + 1;
4223 (void) strncpy(news, prepend, len);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm819 prepend a C<use ByteLoader VERSION;> line to the produced bytecode.
H A DDeparse.pm4528 want to eval the result, you should prepend "sub subname ", or "sub "
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL229 centered footer will be a modification date and will prepend something like
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm1179 For now, you need to use the extended usage form, and prepend the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl7565 my $prepend = $prefix ? "via $prefix: " : '';
7580 print $DB::OUT "$prepend$name\n";
7590 $prepend = $prefix ? $prefix . " -> $name" : $name;
7592 methods_via($name, $prepend, 1);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2373 * This symbol, if defined, indicates that we need to prepend an
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/
H A Dconfigure837 --program-prefix=PREFIX prepend PREFIX to installed program names
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex4039 % Also set \chaplevelprefix, which we prepend to @float sequence numbers
6099 % just a \def (we prepend XR to the control sequence name to avoid

Completed in 417 milliseconds