Searched defs:strip (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libvcodex/Vcmisc/
H A Dvcstrip.c28 #define ST_HEAD 02 /* specifying header to strip */
29 #define ST_TAIL 04 /* specifying tail to strip */
33 ssize_t head; /* amount to strip from head */
34 ssize_t tail; /* amount to strip from tail */
39 { "head", "Header to strip is 'head=amount'", (Void_t*)ST_HEAD },
40 { "tail", "Tail to strip is 'tail=amount'", (Void_t*)ST_TAIL },
45 static ssize_t strip(Vcodex_t* vc, const Void_t* data, size_t size, Void_t** out) function
47 static ssize_t strip(vc, data, size, out)
74 /* find an appropriate head amount to strip */
93 /* find an appropriate tail amount to strip */
[all...]
/ast/src/cmd/ksh93/edit/
H A Dcompletion.c213 int addstar=0, rval=0, var=0, strip=1; local
283 strip = 0;
344 if (strip && !cmd_completion)
/ast/src/cmd/ie/
H A Dedit.c717 int strip; local
760 strip = 1;
768 strip = 0;
783 strip = 0;
817 if (strip)
/ast/lib/package/
H A Dpackage.mk64 * strip=0
65 * don't strip non-lcl binary package members
102 strip = 0 macro
385 if strip && "$(T:N=*.exe)"
386 install.$(style) := $(install.$(style):V)$("\n\t")strip $@ 2>/dev/null
389 if strip && "$(X:T=Y)" == "*/?(x-)(dll|exe)"
562 strip = 1 macro
1302 $(MAKE) --noexec $(-) --variants=$(variants:Q) $(=) package.strip=$(strip) recurse list.package.$(type) package.license.class=$(license:Q) cc-
1495 $(MAKE) --noexec $(-) --variants=$(variants:Q) $(=) package.strip
[all...]
/ast/src/cmd/INIT/
H A Dpackage.mk64 * strip=0
65 * don't strip non-lcl binary package members
102 strip = 0 macro
385 if strip && "$(T:N=*.exe)"
386 install.$(style) := $(install.$(style):V)$("\n\t")strip $@ 2>/dev/null
389 if strip && "$(X:T=Y)" == "*/?(x-)(dll|exe)"
562 strip = 1 macro
1302 $(MAKE) --noexec $(-) --variants=$(variants:Q) $(=) package.strip=$(strip) recurse list.package.$(type) package.license.class=$(license:Q) cc-
1495 $(MAKE) --noexec $(-) --variants=$(variants:Q) $(=) package.strip
[all...]
/ast/src/cmd/nmake/
H A DMakerules.mk64 set option=';strip-symbols;b;-;Strip link-time static symbols from executables.'
2847 .PACKAGE.strip =
3246 .PACKAGE.strip = $(CC.LD.STRIP)
3258 .PACKAGE.strip = $(CC.LD.STRIP)
4423 if "$(-strip-symbols)" || "$(PACKAGE_OPTIONS:N=optimize-space)"
4424 .PACKAGE.strip = $(CC.LD.STRIP)
4426 CCLDFLAGS += $$(.PACKAGE.strip)
4942 if package.strip
4961 if package.strip
5156 print -um setv CCLDFLAGS $(CCLDFLAGS:VP:N!=$\(*\)) ${-strip
[all...]

Completed in 42 milliseconds