Searched refs:strip (Results 76 - 100 of 109) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/tools/onbld/Scm/
H A DBackup.py156 self.ws.repo.addchangegroup(bundle, 'strip',
274 dirstate = fp.readline().strip()
320 fuzz = patch.patch(diff, self.ws.ui, strip=1,
341 source, dest = line.strip().split()
384 bakrenamed = [line.strip().split(' ') for line in fd]
/opensolaris-onvv-gate/usr/src/tools/pmodes/
H A DREADME.pmodes54 -w Do not strip owner write permissions from non-root owned
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
H A Dprototype_i38669 l none $SGSDIR/usr/bin/amd64/strip=./mcs
70 s none $SGSDIR/usr/ccs/bin/amd64/strip=../../../bin/amd64/strip
H A Dprototype_sparc69 l none $SGSDIR/usr/bin/sparcv9/strip=./mcs
70 s none $SGSDIR/usr/ccs/bin/sparcv9/strip=../../../bin/sparcv9/strip
H A Dprototype_com87 l none $SGSDIR/usr/bin/strip=./mcs
88 s none $SGSDIR/usr/ccs/bin/strip=../../bin/strip
/opensolaris-onvv-gate/usr/src/cmd/boot/installboot/
H A Dinstallboot.c61 static boolean_t strip = B_FALSE; variable
728 if (strip)
880 strip = B_TRUE;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dinstallperl107 -s Run strip on installed binaries.
181 # strip trailing component first
184 # strip optional "/lib";
187 # strip any leading /
368 strip("$installbin/$perl_verbase$ver$exe_ext");
448 strip("-S", "$installarchlib/CORE/$file") if $^O =~ /^(rhapsody|darwin)$/;
547 strip("$installbin/$base$exe_ext");
920 strip("-S", "$installlib/$name") if $^O =~ /^(rhapsody|darwin)$/;
923 strip("-S", "$installlib/$name")
979 sub strip
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c339 flbuf.command = strdup(strip(p));
342 flbuf.type = s_to_filtertype(strip(p));
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A DMakefile168 strip:
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/
H A DMakefile117 strip:
/opensolaris-onvv-gate/usr/src/cmd/refer/
H A DMakefile139 strip:
/opensolaris-onvv-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c70 static boolean_t strip = B_FALSE; variable
161 strip = B_TRUE;
239 if (strip || verbose_dump) {
241 strip = B_FALSE;
414 if (strip)
/opensolaris-onvv-gate/usr/src/cmd/ssh/sftp/
H A Dsftp.c294 path_strip(char *path, char *strip) argument
298 if (strip == NULL)
301 len = strlen(strip);
302 if (strncmp(path, strip, len) == 0) {
303 if (strip[len - 1] != '/' && path[len] == '/')
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm168 Given a list of file names, strip out those that refer to a parent
169 directory. (Does not strip symlinks, only '.', '..', and equivalents.)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm143 Given a list of file names, strip out those that refer to a parent
144 directory. (Does not strip symlinks, only '.', '..', and equivalents.)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c70 #define strip(x) ((x)&0x7f) macro
2015 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++;
2057 if (tcc && strip(*tbp) == escape) {
2074 if (tcc > 0 && strip(*tbp) == echoc) {
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A DMakefile221 strip :
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.h90 * subsitution. TRIM is a mask to strip off the QUOTE bit.
502 extern tchar *strip(tchar *);
H A Dsh.misc.c351 strip(tchar *cp) function
H A Dsh.glob.c673 cp = strip(cp);
H A Dsh.set.c623 (void) strip(name);
/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c357 if (0 == cmd_opt.strip) {
404 if (0 == cmd_opt.strip) {
946 if (1 == cmd_opt.strip) {
1024 if (0 != cmd_opt.strip) {
H A Ditmcomp.c298 cmd_opt.strip = 1; /* stripped by default */
366 cmd_opt.strip = 0;
986 itm_error("strip = %s\n",
987 cmd_opt.strip ? "true" : "false");
/opensolaris-onvv-gate/usr/src/cmd/lp/include/
H A Dlp.h567 char * strip ( char * );
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dport.mk.usg52 STRIP = strip
342 strip: ALL

Completed in 511 milliseconds

12345