Searched refs:alter (Results 1 - 21 of 21) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c415 char *alter; local
423 alter = (char *)(strtbl + obj->co_alter);
424 (void) strcpy(_objdir, alter);
425 alter = strrchr(_objdir, '/');
426 *alter = '\0';
868 char *alter = NULL, altdir[PATH_MAX]; local
876 alter = (char *)(strtbl +
878 (void) strcpy(altdir, alter);
879 alter = strrchr(altdir, '/');
880 *alter
[all...]
H A Dinspect.c71 * For multiple pathnames that resolve to the same real file, multiple alter-
80 char alter[PATH_MAX]; local
102 (void) snprintf(alter, PATH_MAX, MSG_ORIG(MSG_FMT_PATH),
104 if (strcmp(alter, obj->o_path) == 0) {
111 (void) snprintf(alter, PATH_MAX, MSG_ORIG(MSG_FMT_PATH),
120 crle->c_strsize -= strlen(alter) + 1;
128 altsz = strlen(alter) + 1;
131 (void) strcpy(obj->o_alter, alter);
136 (void) printf(fmt, alter, obj->o_path);
/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dlibs.c55 Dbg_libs_found(Lm_list *lml, const char *path, int alter) argument
60 dbg_print(lml, MSG_INTL(MSG_LIB_TRYING), path, alter ?
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A DREADME41 Note that since filters use threads, it may be necessary to alter per
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm7 re - Perl pragma to alter regular expression behaviour
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm65 added. delete() and exists() will still work, but will not alter
/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt100 Of course Read/Set Max do alter the drive's apparent capacity but assuming
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dquit.c363 alter(mailname);
H A Daux.c395 alter(char name[]) function
401 fprintf(stderr, gettext("Cannot utime %s in aux:alter\n"),
/opensolaris-onvv-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h431 extern void alter(char name[]);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMksymlists.pm247 C<Mksymlists> will alter the names written to the linker option
H A DMakeMaker.pm1886 library. A libscan() method can be used to alter the behaviour.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm369 # temporarily alter apad
809 the C<new> method, but cannot be used to alter the state of the object
882 stringify it. This method can alter the contents of the object (if, for
/opensolaris-onvv-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_startup.s617 jmp %g6 ! is not to alter %g4
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm160 alter binary nature of the stream are also disabled. If you want UNIX
H A Dperl5db.pl1691 some commands earlier in the loop will actually alter the C<$cmd> variable
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm342 substr String get or alter a portion of a stirng
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL50 # Flags to alter dl_load_file behaviour. Assigned bits:
737 The application should not examine or alter $libref in any way.)
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c844 int alter, const char *nfound)
889 if (alter)
843 trace_so(Rt_map *clmp, Rej_desc *rej, const char *name, const char *path, int alter, const char *nfound) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm1180 When doing so, you can alter Concise output by providing new output
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm795 selection by message-id does B<not> alter the "current article pointer".

Completed in 742 milliseconds