Searched refs:decode (Results 1 - 6 of 6) sorted by relevance
| /ast/src/lib/libast/misc/ |
| H A D | fastfind.c | 368 fp->decode.ignorecase = 1; 381 sfsprintf(fp->decode.path, sizeof(fp->decode.path), "%s/%s", path, findnames[k]); 382 if (fp->fp = sfopen(NiL, fp->decode.path, "r")) 384 path = fp->decode.path; 395 else if ((path = pathpath(path, "", PATH_REGULAR|PATH_READ, fp->decode.path, sizeof(fp->decode.path))) && (fp->fp = sfopen(NiL, path, "r"))) 413 b = (s = fp->decode.temp) + 1; 414 for (i = 0; i < elementsof(fp->decode.bigram1); i++) 418 if (!(*s++ = fp->decode [all...] |
| H A D | findlib.h | 52 #define FF_SET_TYPE(p,i) ((p)->decode.bigram1[((i)>>3)&((1<<CHAR_BIT)-1)]|=(1<<((i)&07))) 53 #define FF_OK_TYPE(p,i) (!(p)->types||((p)->decode.bigram1[((i)>>3)&((1<<CHAR_BIT)-1)]&(1<<((i)&07)))) 118 #define decode code.code_decode macro
|
| /ast/src/lib/libvcodex/Vcwindow/ |
| H A D | vcwdecode.c | 29 static Vcwmatch_t* decode(Vcwindow_t* vcw, Void_t* data, size_t size, Sfoff_t here) function 31 static Vcwmatch_t* decode(vcw, data, size, here) 66 { decode, 68 "decode"
|
| /ast/src/cmd/msgcc/ |
| H A D | msgcvt.c | 130 decode(Sfio_t* ip) function 257 c = decode(ip); 334 c = decode(ip); 368 c = decode(ip);
|
| /ast/src/lib/libcodex/ |
| H A D | codex.c | 25 * sfio decode/encode discipline wrapper 702 * to decode the SF_READ stream ip 769 Codexnum_t decode; local 812 decode = CODEX_ENCODE; 820 decode = CODEX_DECODE; 829 p->flags = decode; 857 f = decode; 930 (*disc->errorf)(NiL, disc, 2, "%s: %s: cannot %s", name, p->name, p->flags == CODEX_DECODE ? ERROR_translate(NiL, NiL, id, "decode") : ERROR_translate(NiL, NiL, id, "encode")); 932 (*disc->errorf)(NiL, disc, 2, "%s: cannot %s", p->name, p->flags == CODEX_DECODE ? ERROR_translate(NiL, NiL, id, "decode") : ERROR_translate(NiL, NiL, id, "encode")); 953 * input decode metho [all...] |
| /ast/src/lib/libuu/ |
| H A D | uulib.c | 273 * uu decode input to output 502 * quoted-printable decode input to output 922 * old binhex line decode 951 * old binhex compressed line decode 998 * binhex decode input to output 1009 int (*decode)(Uu_t*, Bx_t*, char*, size_t); 1015 decode = bx_o_decode; 1028 decode = bx_c_decode; 1031 if (decode == bx_c_decode || strncmp(s, "CHECKSUM:", 9)) 1037 if (decode [all...] |
Completed in 19 milliseconds