Searched refs:base64decode (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/tests/ |
H A D | base64.c | 22 * base64encode()/base64decode() tester 59 t = base64decode(buf, l, NiL, tst, sizeof(tst), NiL); 82 t = base64decode(buf + l, r, NiL, tst, sizeof(tst), NiL); 95 t = base64decode(buf, l + r, NiL, tst, sizeof(tst), NiL); 114 t = base64decode(en, sizeof(en)-1, NiL, tst, r, NiL);
|
/ast/src/lib/libast/string/ |
H A D | base64.c | 162 base64decode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) function
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 258 extern ssize_t base64decode(const void*, size_t, void**, void*, size_t, void**);
|
/ast/src/lib/libdss/ |
H A D | cxopen.c | 335 if ((r = base64decode(buf, size, NiL, t, n, NiL)) > n)
|
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 1914 dot = base64decode(sp,dot, (void**)0, cp+oldsize, size-oldsize,(void**)0);
|
Completed in 22 milliseconds