/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | fastfind.c | 389 fp->decode.ignorecase = 1; in findopen() 402 sfsprintf(fp->decode.path, sizeof(fp->decode.path), "%s/%s", path, findnames[k]); in findopen() 403 if (fp->fp = sfopen(NiL, fp->decode.path, "r")) in findopen() 405 path = fp->decode.path; in findopen() 416 …else if ((path = pathpath(fp->decode.path, path, "", PATH_REGULAR|PATH_READ)) && (fp->fp = sfopen(… in findopen() 434 b = (s = fp->decode.temp) + 1; in findopen() 435 for (i = 0; i < elementsof(fp->decode.bigram1); i++) in findopen() 439 if (!(*s++ = fp->decode.bigram1[i] = j) && i) in findopen() 446 …if (!(*s++ = fp->decode.bigram2[i] = j) && (i || fp->decode.bigram1[0] >= '0' && fp->decode.bigram… in findopen() 453 type = (const char*)typefix(fp->decode.bigram2, sizeof(fp->decode.bigram2), type); in findopen() [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
|
/titanic_50/usr/src/uts/sun4u/sunfire/io/ |
H A D | ac_del.c | 213 uint64_t decode; in ac_del_bank_add_span() local 235 decode = (pkt->bank == Bank0) ? in ac_del_bank_add_span() 237 base_pa = GRP_REALBASE(decode); in ac_del_bank_add_span() 238 bank_size = GRP_UK2SPAN(decode); in ac_del_bank_add_span() 283 uint64_t decode; in ac_del_bank_add_cage() local 294 decode = (bank == Bank0) ? *asp->ac_memdecode0 : *asp->ac_memdecode1; in ac_del_bank_add_cage() 295 base_pa = GRP_REALBASE(decode); in ac_del_bank_add_cage() 296 bank_size = GRP_UK2SPAN(decode); in ac_del_bank_add_cage() 375 uint64_t decode; in ac_bank_write_pattern() local 388 decode = (bank == Bank0) ? *asp->ac_memdecode0 : *asp->ac_memdecode1; in ac_bank_write_pattern() [all …]
|
H A D | ac_add.c | 104 uint64_t decode; in ac_add_bank() local 126 decode = (pkt->bank == Bank0) ? in ac_add_bank() 128 base_pa = GRP_REALBASE(decode); in ac_add_bank() 129 bank_size = GRP_UK2SPAN(decode); in ac_add_bank()
|
H A D | ac_stat.c | 66 uint64_t decode; in ac_mem_stat() local 125 decode = (pkt->bank == Bank0) ? in ac_mem_stat() 127 base_pa = GRP_REALBASE(decode); in ac_mem_stat() 128 bank_size = GRP_UK2SPAN(decode); in ac_mem_stat()
|
H A D | ac_test.c | 101 uint64_t decode; in ac_mem_test_start() local 199 decode = (pkt->bank == Bank0) ? in ac_mem_test_start() 201 test->info.afar_base = GRP_REALBASE(decode); in ac_mem_test_start() 202 test->info.bank_size = GRP_UK2SPAN(decode); in ac_mem_test_start()
|
/titanic_50/usr/src/cmd/logger/ |
H A D | logger.c | 107 static int decode(char *, struct code *); 320 fac = decode(p, FacNames); 326 lev = decode(s, PriNames); 335 decode(name, codetab) in decode() function
|
/titanic_50/usr/src/cmd/spell/ |
H A D | hashcheck.c | 39 int decode(long, long *); 63 i = decode((y >> 1) & in fetch()
|
H A D | huff.c | 112 decode(long y, long *pk) in decode() function
|
/titanic_50/usr/src/cmd/ast/msgcc/ |
H A D | msgcvt.c | 130 decode(Sfio_t* ip) in decode() function 257 c = decode(ip); in html2msg() 334 c = decode(ip); in html2msg() 368 c = decode(ip); in html2msg()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uudecode.c | 95 static void decode(FILE *, FILE *, int); 273 decode(in, out, base64flag); in main() 288 decode(FILE *in, FILE *out, int base64) in decode() function
|
/titanic_50/usr/src/cmd/cmd-crypto/tpmadm/ |
H A D | admin_cmds.c | 259 decode(decode_map_t *table, UINT32 code) in decode() function 295 (void) printf(gettext("Key Usage: %s\n"), decode(key_usage, attrib)); in print_key_info() 304 decode(key_algorithm, attrib)); in print_key_info() 322 decode(key_sigscheme, attrib)); in print_key_info() 331 decode(key_encscheme, attrib)); in print_key_info()
|
/titanic_50/usr/src/cmd/sendmail/lib/ |
H A D | aliases | 57 # trap decode to catch security attacks 58 decode: root
|
/titanic_50/usr/src/lib/libtnfctl/ |
H A D | comb.c | 103 static tnfctl_errcode_t decode(tnfctl_handle_t *hndl, uintptr_t addr, 170 prexstat = decode(hndl, addr, func_names, func_addrs); in _tnfctl_comb_decode() 188 decode(tnfctl_handle_t *hndl, uintptr_t addr, char ***func_names, in decode() function 243 prexstat = decode(hndl, next, &nextnames, &nextaddrs); in decode()
|
/titanic_50/usr/src/lib/libkmf/ber_der/ |
H A D | Makefile.com | 30 decode.o \
|
/titanic_50/usr/src/cmd/unpack/ |
H A D | unpack.c | 82 static int decode(); 164 return (decode()); in getdict() 170 decode() in decode() function
|
/titanic_50/usr/src/lib/efcode/fcode_test/ |
H A D | misc.fth | 150 decode-string " abcd" $= nip nip .passed? 155 decode-int 1 = nip nip .passed? 160 decode-phys 2 = swap 1 = and nip nip .passed?
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | auth.c | 333 int *outlen, int decode) in radix_encode() argument 339 if (decode) { in radix_encode()
|
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | external.c | 161 oparams->decode = NULL; in external_server_mech_step() 380 oparams->decode = NULL; in external_client_mech_step()
|
/titanic_50/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 1255 char decode[PATH_MAX]; in print_auxv() local 1270 sizeof (decode), decode); in print_auxv() 1273 decode[0] = '\0'; in print_auxv() 1277 (dmodel == PR_MODEL_LP64)? 16 : 8, v, decode); in print_auxv()
|
/titanic_50/usr/src/lib/sasl_plugins/login/ |
H A D | login.c | 237 oparams->decode = NULL; in login_server_mech_step() 489 oparams->decode = NULL; in login_client_mech_step()
|
/titanic_50/usr/src/lib/sasl_plugins/plain/ |
H A D | plain.c | 227 oparams->decode = NULL; in plain_server_mech_step() 451 oparams->decode = NULL; in plain_client_mech_step()
|
/titanic_50/usr/src/psm/stand/bootblks/common/ |
H A D | util.fth | 123 get-property decode-string ( prop$' val$ ) 128 get-property decode-int ( prop$' n )
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3079 } decode; /* if CODES, current state */ member 3219 inflate_codes_free(s->sub.decode.codes, z); 3220 inflate_trees_free(s->sub.decode.td, z); 3221 inflate_trees_free(s->sub.decode.tl, z); 3298 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z); 3299 if (s->sub.decode.codes == Z_NULL) 3304 s->sub.decode.tl = Z_NULL; /* don't try to free these */ 3305 s->sub.decode.td = Z_NULL; 3472 s->sub.decode.codes = c; 3473 s->sub.decode.tl = tl; [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 177 void decode(struct person *pers); 300 decode(p); in doall() 443 decode(p); in donames() 690 decode(struct person *pers) in decode() function
|