Lines Matching refs:strip
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)
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 */
230 { strip,
233 "strip", "Strip head and tail data.",
234 "[-version?strip (AT&T Research) 2009-03-12]" USAGE_LICENSE,