Searched refs:strip (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libvcodex/Vcmisc/ |
H A D | vcstrip.c | 28 #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/ie/ |
H A D | edit.c | 717 int strip; local 760 strip = 1; 768 strip = 0; 783 strip = 0; 817 if (strip)
|
/ast/src/cmd/ksh93/edit/ |
H A D | completion.c | 213 int addstar=0, rval=0, var=0, strip=1; local 283 strip = 0; 344 if (strip && !cmd_completion)
|
/ast/lib/package/ |
H A D | package.mk | 64 * 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 D | package.mk | 64 * 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...] |
H A D | mamake.c | 83 "[S:strip-symbols?Strip link-time static symbols from executables.]" 2148 search(state.vars, "-strip-symbols", "1"); 2174 if (!strncmp(s, "debug-symbols", t - s) && append(state.opt, " -G") || !strncmp(s, "strip-symbols", t - s) && append(state.opt, " -S")) 2234 search(state.vars, "-strip-symbols", "1");
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 64 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 46 milliseconds