Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 42) sorted by relevance

12

/titanic_50/usr/src/lib/libast/common/misc/
H A Dfastfind.c224 sfsprintf(fp->encode.file, sizeof(fp->encode.file), "%s/%s", path, findnames[k]); in findopen()
225 if (!eaccess(fp->encode.file, R_OK|W_OK)) in findopen()
227 path = fp->encode.file; in findopen()
230 if (strchr(findnames[k], '/') && (b = strrchr(fp->encode.file, '/'))) in findopen()
233 if (!stat(fp->encode.file, &st) && st.st_uid == uid && (st.st_mode & S_IWUSR)) in findopen()
236 path = fp->encode.file; in findopen()
246 sfsprintf(fp->encode.file, sizeof(fp->encode.file), "%s", path); in findopen()
247 path = fp->encode.file; in findopen()
253 sfsprintf(fp->encode.file, sizeof(fp->encode.file), "%s", path); in findopen()
254 if (b = strrchr(fp->encode.file, '/')) in findopen()
[all …]
H A Dfindlib.h119 #define encode code.code_encode macro
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c466 unsigned encode; in wrt() local
481 encode = (update_cmd == ELF_C_WRIMAGE) ? _elf_sys_encoding() : in wrt()
540 if (elf_xlatetof(&dst, &src, encode) == 0) in wrt()
565 if (elf_xlatetof(&dst, &src, encode) == 0) { in wrt()
655 if (elf_xlatetof(&dst, &d->db_data, encode) == 0) { in wrt()
684 if (elf_xlatetof(&dst, &src, encode) == 0) { in wrt()
817 unsigned encode; in _elfxx_update() local
819 ELFACCESSDATA(encode, _elf_encode) in _elfxx_update()
820 if (encode == ELFDATANONE) { in _elfxx_update()
826 eh->e_ident[EI_DATA] = (Byte)encode; in _elfxx_update()
[all …]
H A Dbegin.c136 unsigned encode; in _elf_config() local
162 ELFACCESSDATA(encode, _elf_encode) in _elf_config()
164 (elf->ed_encode != encode)) { in _elf_config()
H A Dgelf.c430 gelf_xlatetof(Elf *elf, Elf_Data *dst, const Elf_Data *src, unsigned encode) in gelf_xlatetof() argument
439 return (elf32_xlatetof(dst, src, encode)); in gelf_xlatetof()
441 return (elf64_xlatetof(dst, src, encode)); in gelf_xlatetof()
449 gelf_xlatetom(Elf *elf, Elf_Data *dst, const Elf_Data *src, unsigned encode) in gelf_xlatetom() argument
458 return (elf32_xlatetom(dst, src, encode)); in gelf_xlatetom()
460 return (elf64_xlatetom(dst, src, encode)); in gelf_xlatetom()
H A Dxlate64.m4609 * x64 [dst_version - 1] [src_version - 1] [encode - 1] [type]
848 xlate(Elf_Data *dst, const Elf_Data *src, unsigned encode, int tof)
859 if (--encode >= (ELFDATANUM - 1)) {
876 f = x64[dver][sver][encode][type].x_tof;
880 f = x64[dver][sver][encode][type].x_tom;
889 if ((_encode == (encode + 1)) && (dsz == ssz)) {
913 elf64_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned encode)
915 return (xlate(dst, src, encode, 1));
920 elf64_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned encode)
922 return (xlate(dst, src, encode, 0));
H A Dxlate.m4551 /* x32 [dst_version - 1] [src_version - 1] [encode - 1] [type]
857 xlate(Elf_Data *dst, const Elf_Data *src, unsigned encode, int tof)
868 if (--encode >= (ELFDATANUM - 1)) {
885 f = x32[dver][sver][encode][type].x_tof;
889 f = x32[dver][sver][encode][type].x_tom;
898 if ((_encode == (encode + 1)) && (dsz == ssz)) {
922 elf32_xlatetof(Elf_Data *dst, const Elf_Data *src, unsigned encode)
924 return (xlate(dst, src, encode, 1));
929 elf32_xlatetom(Elf_Data *dst, const Elf_Data *src, unsigned encode)
931 return (xlate(dst, src, encode, 0));
/titanic_50/usr/src/psm/stand/bootblks/common/
H A Drd.fth34 " SUNW,ramdisk" encode-string " compatible" property
43 ramdisk-size encode-int " size" property
44 ramdisk-base-va encode-int " address" property
45 alloc-size encode-int " alloc-size" property
H A Dboot.fth531 fs-type$ encode-string " fstype" property
532 fs-ih encode-int " bootfs" property
535 fs-type$ encode-string " archive-fstype" property
536 fs-ih encode-int " archfs" property
540 "ramdisk" encode-string " bootarchive" property
542 loader-base encode-int " elfheader-address" property
543 file-sz encode-int " elfheader-length" property
544 plat-name$ encode-string " impl-arch-name" property
545 targ-file$ encode-string " whoami" property
546 fs-pkg$ encode-string " fs-package" property
/titanic_50/usr/src/lib/efcode/fcode_test/
H A Dmisc.fth135 1 encode-int " int-prop" property
136 1 2 encode-phys " phys-prop" property
139 1 encode-int 2 encode-int encode+ " 2int-prop" property
140 " abcd" encode-string " string-prop" property
141 " wxyz" encode-bytes " bytes-prop" property
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c81 static int encode = 0; variable
244 encode = 1; in init_ldap()
250 encode = 1; in init_ldap()
344 if (encode) in ldap_match()
429 if (encode) in ldap_match()
665 if (encode) in mastermap_callback_ldap()
681 if (encode) in mastermap_callback_ldap()
804 if (encode) in directmap_callback()
930 if (encode) in readdir_callback()
/titanic_50/usr/src/cmd/bnu/
H A Duuencode.c66 static void encode(FILE *, FILE *, int);
156 encode(in, stdout, base64flag); in main()
180 encode(FILE *in, FILE *out, int base64) in encode() function
/titanic_50/usr/src/cmd/ast/msgcc/
H A Dmsgcvt.c411 encode(Sfio_t* op, register int c) in encode() function
455 encode(op, c); in msg2html()
532 encode(op, c); in msg2html()
575 encode(op, c); in msg2html()
608 encode(op, c); in msg2html()
/titanic_50/usr/src/cmd/mandoc/
H A Dterm.c37 static void encode(struct termp *, const char *, size_t);
427 encode(p, nbrsp, 1); in term_word()
434 encode(p, word, ssz); in term_word()
458 encode(p, cp, ssz); in term_word()
500 encode(p, "\b", 1); in term_word()
513 encode(p, cp, strlen(cp)); in term_word()
581 encode(struct termp *p, const char *word, size_t sz) in encode() function
/titanic_50/usr/src/cmd/spell/
H A Dspellin.c40 int encode(long, long *);
127 i = encode(x, &w1); in main()
H A Dhuff.c136 encode(long k, long *py) in encode() function
/titanic_50/usr/src/lib/libkmf/ber_der/
H A DMakefile.com29 encode.o \
/titanic_50/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]; in nlist()
338 if (elf32_xlatetom(ddst, dsrc, encode) != ddst) { in elf_read()
/titanic_50/usr/src/cmd/localedef/
H A Dmkwidths.py31 u8str = unichr(val).encode('utf-8')
/titanic_50/usr/src/lib/libsqlite/
H A DMakefile.com21 encode.o \
71 $(SRCDIR)/encode.c \
H A Dmain.mk77 $(TOP)/src/encode.c \
288 encode.o: $(TOP)/src/encode.c
289 $(TCCX) -c $(TOP)/src/encode.c
/titanic_50/usr/src/lib/libsasl/lib/
H A Dexternal.c159 oparams->encode = NULL; in external_server_mech_step()
378 oparams->encode = NULL; in external_client_mech_step()
/titanic_50/usr/src/ucbcmd/stty/
H A Dsttyparse.c43 static int gct(), eq(), encode();
270 if(!encode(cb, term)) {
417 static int encode(cb, term) in encode() function
/titanic_50/usr/src/lib/sasl_plugins/login/
H A Dlogin.c235 oparams->encode = NULL; in login_server_mech_step()
487 oparams->encode = NULL; in login_client_mech_step()
/titanic_50/usr/src/lib/sasl_plugins/plain/
H A Dplain.c225 oparams->encode = NULL; in plain_server_mech_step()
449 oparams->encode = NULL; in plain_client_mech_step()

12