Searched refs:encoding (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/builtin/
H A Duudecode.c38 " The header for some encoding formats may contain file name and"
40 "[l:list?List the encoding method names on the standard output.]"
44 " on encoding.]"
45 "[x:method?Specifies the encoding \amethod\a. Some encoding methods self"
83 char* encoding; local
101 encoding = 0;
114 encoding = buf;
132 encoding = opt_info.arg;
133 if (streq(encoding, "
[all...]
H A Duuencode.c37 " The header for some encoding formats may contain file name and"
39 "[l:list?List the encoding method names on the standard output.]"
43 " on encoding.]"
44 "[x:method?Specifies the encoding \amethod\a:]:[method]{\fmethods\f}"
82 char* encoding; local
101 encoding = 0;
115 encoding = buf;
130 encoding = opt_info.arg;
131 if (streq(encoding, "?"))
154 if (!(meth = uumeth(encoding)))
[all...]
/ast/src/lib/libvcodex/Vcmisc/
H A Dvcrle.c22 /* Various run-length-encoding methods.
53 { { "0", "Run-length-encoding: 0-sequences only.", (Void_t*)rle0 },
54 { "1", "Run-length-encoding: 0&1-sequences only.", (Void_t*)rle1 },
55 { "2", "Run-length-encoding: Alphabet has only two letters.", (Void_t*)rle2 },
56 { 0 , "General run-length-encoding.", (Void_t*)rleg }
63 static ssize_t rle0(Rle_t* rle, int encoding) argument
65 static ssize_t rle0(rle, encoding)
67 int encoding;
77 if(encoding)
89 if(c >= RL_ZERO) /* literal encoding */
133 rle1(Rle_t* rle, int encoding) argument
228 rle2(Rle_t* rle, int encoding) argument
284 rleg(Rle_t* rle, int encoding) argument
[all...]
H A Dvcmtf.c52 static ssize_t mtfp(Vcchar_t* dt, Vcchar_t* enddt, Vcchar_t* output, int encoding) argument
54 static ssize_t mtfp(dt, enddt, output, encoding)
58 int encoding; /* !=0 if encoding */
81 if(encoding)
100 static ssize_t mtf0(Vcchar_t* dt, Vcchar_t* enddt, Vcchar_t* output, int encoding) argument
102 static ssize_t mtf0(dt, enddt, output, encoding)
106 int encoding; /* !=0 if encoding */
115 if(encoding)
[all...]
/ast/src/cmd/mailx/
H A Dimap.c152 char* encoding; /* MIME encoding */ member in struct:Imappart_s
154 char* options; /* encoding options */
963 pp->encoding = vmstrdup(imap->vm, strlower(ap->value.string));
1843 note(ERROR, "imap: message %d id=%s content=%s type=%s encoding=%s name=%s size=%d/%d", m, pp->id, imapname(imapcontent, elementsof(imapcontent), pp->content), pp->type, pp->encoding, pp->name, pp->lines, pp->size);
1969 sfprintf(sfstdout, "%12s content=%s type=%s encoding=%s name=%s size=%d/%d\n", pp->id, imapname(imapcontent, elementsof(imapcontent), pp->content), pp->type, pp->encoding, pp->name, pp->lines, pp->size);
2174 if (pp->encoding && mime(1) && mimeview(state.part.mime, "encoding", nam
[all...]

Completed in 41 milliseconds