Searched defs:encode (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c136 unsigned encode; local
162 ELFACCESSDATA(encode, _elf_encode)
164 (elf->ed_encode != encode)) {
H A Dupdate.c466 unsigned encode; local
471 * If this is an ELF_C_WRIMAGE write, then we encode into the
481 encode = (update_cmd == ELF_C_WRIMAGE) ? _elf_sys_encoding() :
540 if (elf_xlatetof(&dst, &src, encode) == 0)
565 if (elf_xlatetof(&dst, &src, encode) == 0) {
655 if (elf_xlatetof(&dst, &d->db_data, encode) == 0) {
684 if (elf_xlatetof(&dst, &src, encode) == 0) {
817 unsigned encode; local
819 ELFACCESSDATA(encode, _elf_encode)
820 if (encode
865 unsigned encode; local
[all...]
H A Dgelf.c430 gelf_xlatetof(Elf *elf, Elf_Data *dst, const Elf_Data *src, unsigned encode) argument
439 return (elf32_xlatetof(dst, src, encode));
441 return (elf64_xlatetof(dst, src, encode));
449 gelf_xlatetom(Elf *elf, Elf_Data *dst, const Elf_Data *src, unsigned encode) argument
458 return (elf32_xlatetom(dst, src, encode));
460 return (elf64_xlatetom(dst, src, encode));
/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c43 static int gct(), eq(), encode();
270 if(!encode(cb, term)) {
417 static int encode(cb, term) function
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcvt.c411 encode(Sfio_t* op, register int c) function
455 encode(op, c);
532 encode(op, c);
575 encode(op, c);
608 encode(op, c);
/illumos-gate/usr/src/cmd/bnu/
H A Duuencode.c66 static void encode(FILE *, FILE *, int);
156 encode(in, stdout, base64flag);
180 encode(FILE *in, FILE *out, int base64) function
/illumos-gate/usr/src/cmd/spell/
H A Dhuff.c129 * encode message k and put result (right justified) into
136 encode(long k, long *py) function
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c77 static unsigned encode; /* data encoding if an ELF file */ variable
128 encode = (unsigned)magic_buf[EI_DATA];
338 if (elf32_xlatetom(ddst, dsrc, encode) != ddst) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h119 #define encode code.code_encode macro
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c37 static void encode(struct termp *, const char *, size_t);
429 encode(p, nbrsp, 1);
436 encode(p, word, ssz);
459 encode(p, cp, ssz);
521 encode(p, cp, strlen(cp));
555 * See encode().
596 encode(struct termp *p, const char *word, size_t sz) function
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c81 static int encode = 0; variable
243 trace_prt(1, "init_ldap: encode = TRUE\n");
244 encode = 1;
248 trace_prt(1, "init_ldap: encode = TRUE\n");
250 encode = 1;
344 if (encode)
429 if (encode)
665 if (encode)
681 if (encode)
804 if (encode)
[all...]
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h122 /* Access to base64 encode/decode routines */
200 int (*encode)(void *context, const struct iovec *invec, unsigned numiov, member in struct:sasl_out_params
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c331 void encode(xlate_tbl_t *tablep, int val, uchar_t *rcode);
1154 encode(sector_size, fjp->fj_chars->fdc_sec_size,
1268 encode(sector_size, fjp->fj_chars->fdc_sec_size,
1575 encode(xlate_tbl_t *tablep, int val, uchar_t *rcode) function
1584 cmn_err(CE_WARN, "fdc encode failed, table %p val %x code %x",
1795 encode(drate_mfm, xferrate, &fcp->c_config);
1815 encode(step_rate, steprate, &fcp->c_hutsrt);
1817 hlt = (hlt >= 256) ? 0 : (hlt >> 1); /* encode head load time */
1939 encode(motor_onbits, unit, &motorbit);

Completed in 85 milliseconds