Searched refs:strip (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/autogen/
H A Dchain.py83 if line.startswith('#') or line.strip() == '':
91 if partition.strip() != '':
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenmod.sh.in60 @STRIP@ --strip-unneeded \
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dcompletion.c213 int addstar=0, rval=0, var=0, strip=1; local
278 strip = 0;
337 if (strip && !cmd_completion)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/x86/
H A Dsolaris.py115 nextline = rawline.strip()
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dlegacygrub.py951 if v is None or (len(v.strip()) > 0 and
952 v.strip()[0] != '#')])
1138 nextcmd_args[1].strip(),
1157 ostr = self._generate_entry_generic(inst, inst.kargs.strip())
1205 elif inst.kargs is not None and inst.kargs.strip() != '':
1215 cmd_args[1].strip(),
1293 cmd_args[1].strip(),
1309 argstring = argstring.strip()
H A Dmenulst.py322 stripped = nextline.strip()
H A Dgrub2.py336 section_split = (section_split[0].strip(),
446 list_of_strings = [x.strip() for x in list_of_strings]
2128 alldevs_minus_gfxterm = alldevs.replace('gfxterm', '').strip()
2918 lofidev = lofidev.strip()
3842 kargs = kargs.strip() + ' -B $zfs_bootfs'
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootloader.py283 stripped_port = split_val[BootLoader.PROP_SP_PORT].strip()
290 stripped_speed = split_val[BootLoader.PROP_SP_SPEED].strip()
297 stripped_datab = split_val[BootLoader.PROP_SP_DATAB].strip()
306 stripped_stopb = split_val[BootLoader.PROP_SP_STOPB].strip()
319 parityval = split_val[BootLoader.PROP_SP_PARITY].strip().upper()
327 flowcval = split_val[BootLoader.PROP_SP_FLOWC].strip().upper()
H A Dbootconfig.py1129 part.append(item.strip())
1185 kwargs['kargs'] = scrub_kargs(kwargs['kargs'], self).strip()
1386 title = etcrelease.readline().strip()
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py162 self.ws.repo.addchangegroup(bundle, 'strip',
280 dirstate = fp.readline().strip()
334 patchname=diff, strip=1, files=files)
336 fuzz = patch.patch(diff, self.ws.ui, strip=1,
362 source, dest = line.strip().split()
405 bakrenamed = [line.strip().split(' ') for line in fd]
H A DWorkSpace.py764 # Silence all the strip and update fun
777 # likely to be invalid during the strip. The
782 repair.strip(self.ui, self.repo, base.node(), backup=False)
806 # the strip.
/osnet-11/usr/src/grub/grub2/util/
H A Dimport_gcry.py221 ciphername = line [len ("gcry_cipher_spec_t"):].strip ()
231 mdname = line [len ("gcry_md_spec_t"):].strip ()
/osnet-11/usr/src/lib/pyzfs/common/
H A Dallow.py350 p = [e.strip() for e in args[expected_len-2].split(",")]
382 who = [w.strip() for w in args[0].split(",")]
/osnet-11/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.)
/osnet-11/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.)
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile1146 install-strip:
1226 install-strip
1237 install-ps-am install-strip installcheck installcheck-am \
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile1146 install-strip:
1226 install-strip
1237 install-ps-am install-strip installcheck installcheck-am \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm142 E.g. when converting to HTML, one might strip the leading number in
294 # strip leading/trailing whitespace
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile895 install-strip: install
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile895 install-strip: install
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure1721 # Installed binaries are usually stripped using `strip' when the user
1722 # run `make install-strip'. However `strip' might not be the right
1727 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1728 set dummy ${ac_tool_prefix}strip; ac_word=$2
1744 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
1765 # Extract the first word of "strip", so it can be a program name with args.
1766 set dummy strip; ac_word=$2
1782 ac_cv_prog_ac_ct_STRIP="strip"
6105 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leadin
[all...]
/osnet-11/usr/src/grub/grub2/
H A Dconfigure3081 # Installed binaries are usually stripped using `strip' when the user
3082 # run `make install-strip'. However `strip' might not be the right
3087 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3088 set dummy ${ac_tool_prefix}strip; ac_word=$2
3104 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3127 # Extract the first word of "strip", so it can be a program name with args.
3128 set dummy strip; ac_word=$2
3144 ac_cv_prog_ac_ct_STRIP="strip"
32367 # Extract the first word of "${ac_tool_prefix}strip", s
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6675 % aux file. We strip off the -title and look up \XRLABEL-lof, which
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex7690 % aux file. We strip off the -title and look up \XRLABEL-lof, which

Completed in 143 milliseconds