Home
last modified time | relevance | path

Searched refs:strip (Results 76 – 100 of 141) sorted by relevance

123456

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex2.h170 sop *strip; /* malloced area for strip */ member
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c78 static boolean_t strip = B_FALSE; variable
172 strip = B_TRUE; in main()
250 if (strip || verbose_dump) { in check_options()
252 strip = B_FALSE; in check_options()
425 if (strip) in handle_getinfo()
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c62 static boolean_t strip = B_FALSE; variable
731 if (strip) in handle_getinfo()
883 strip = B_TRUE; in main()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.h108 int strip; member
H A Ditmcomp.c294 cmd_opt.strip = 1; /* stripped by default */ in parse_opts()
362 cmd_opt.strip = 0; in parse_opts()
974 cmd_opt.strip ? "true" : "false"); in trace_option()
H A Dassemble.c355 if (0 == cmd_opt.strip) { in relocation_I()
402 if (0 == cmd_opt.strip) { in relocation_I()
944 if (1 == cmd_opt.strip) { in output()
1022 if (0 != cmd_opt.strip) { in output()
/illumos-gate/usr/src/tools/onbld/Checks/
H A DComments_test.py99 return [ line.strip() for line in str.splitlines() ]
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4251 # strip message body to 7 bits on input?
756 R$* : $* <@> $: $2 strip colon if marked
758 R$* ; $1 strip trailing semi
767 R$+ < $* > < $2 > strip excess on left
768 R< $* > $+ < $1 > strip excess on right
1140 R< $+ . > $* $: < $1 > $2 strip trailing dot
1246 R< $* > $+ <> $: < > $2 found; strip $L')
1328 R< > $* $@ $1 strip off null relay
1352 # strip local host from routed addresses
2282 R$* . $1 strip trailing dots
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c337 flbuf.command = strdup(strip(p));
340 flbuf.type = s_to_filtertype(strip(p));
/illumos-gate/usr/src/cmd/allocate/
H A DMakefile191 strip : target
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A DMakefile.in339 install-strip:
408 install-info-am install-man install-strip installcheck \
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A DMakefile.in354 install-strip:
423 install-strip installcheck installcheck-am installdirs \
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/
H A Dlocal.m452 R$+ < @ $* > $: $1 strip host part
/illumos-gate/usr/src/cmd/bnu/
H A DMakefile171 strip: target
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A DMakefile.in368 install-strip:
437 install-info-am install-man install-sbinPROGRAMS install-strip \
/illumos-gate/usr/src/grub/grub-0.97/util/
H A DMakefile.in399 install-strip:
470 install-strip installcheck installcheck-am installdirs \
/illumos-gate/usr/src/grub/grub-0.97/
H A Daclocal.m489 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
934 # specify the program used to strip binaries. This is especially
935 # annoying in cross-compiling environments, where the build's strip
938 # always use install-sh in `make install-strip', and initialize
942 # Installed binaries are usually stripped using `strip' when the user
943 # run `make install-strip'. However `strip' might not be the right
948 AC_CHECK_TOOL([STRIP], [strip], :)
H A DMakefile.in522 install-strip:
596 install-info-am install-man install-strip installcheck \
/illumos-gate/usr/src/cmd/refer/
H A DMakefile146 strip: target
/illumos-gate/usr/src/test/smbsrv-tests/cmd/
H A Drun_smbtorture.py34 yield line.strip()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c115 static bool strip = false; variable
943 if (strip) in print_einfo_cb()
2422 strip = true; in main()
2507 if (strip || verbose_dump) { in check_options()
2509 strip = false; in check_options()
2514 if ((strip || verbose_dump) && !do_getinfo) in check_options()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c68 #define strip(x) ((x)&0x7f) macro
2013 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++; in telsnd()
2055 if (tcc && strip(*tbp) == escape) { in telsnd()
2072 if (tcc > 0 && strip(*tbp) == echoc) { in telsnd()
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/
H A Dcdoc.py230 l = l[0].capitalize() + l[1:].strip('.')
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h569 char *strip(char *);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h479 extern tchar *strip(tchar *);

123456