| /osnet-11/usr/src/cmd/sendmail/libsm/ |
| H A D | vasprintf.c | 64 SM_FILE_T fake; local 67 fake.sm_magic = SmFileMagic; 68 fake.f_timeout = SM_TIME_FOREVER; 69 fake.f_timeoutstate = SM_TIME_BLOCK; 70 fake.f_file = -1; 71 fake.f_flags = SMWR | SMSTR | SMALC; 72 fake.f_bf.smb_base = fake.f_p = (unsigned char *)sm_malloc(SM_VA_BUFSIZE); 73 if (fake.f_bf.smb_base == NULL) 75 fake [all...] |
| H A D | snprintf.c | 61 SM_FILE_T fake; local 69 fake.sm_magic = SmFileMagic; 70 fake.f_file = -1; 71 fake.f_flags = SMWR | SMSTR; 72 fake.f_cookie = &fake; 73 fake.f_bf.smb_base = fake.f_p = (unsigned char *)str; 74 fake.f_bf.smb_size = fake [all...] |
| H A D | sscanf.c | 81 SM_FILE_T fake; local 84 fake.sm_magic = SmFileMagic; 85 fake.f_flags = SMRD; 86 fake.f_bf.smb_base = fake.f_p = (unsigned char *) str; 87 fake.f_bf.smb_size = fake.f_r = strlen(str); 88 fake.f_file = -1; 89 fake.f_read = sm_eofread; 90 fake [all...] |
| H A D | vsnprintf.c | 26 ** Assigned 'str' to a "fake" file pointer. This allows common 51 SM_FILE_T fake; local 63 fake.sm_magic = SmFileMagic; 64 fake.f_timeout = SM_TIME_FOREVER; 65 fake.f_timeoutstate = SM_TIME_BLOCK; 66 fake.f_file = -1; 67 fake.f_flags = SMWR | SMSTR; 68 fake.f_bf.smb_base = fake.f_p = (unsigned char *)str; 69 fake [all...] |
| H A D | vfprintf.c | 82 ** temporary buffer (via a "fake" file pointer). 106 SM_FILE_T fake; local 111 fake.sm_magic = SmFileMagic; 112 fake.f_timeout = SM_TIME_FOREVER; 113 fake.f_timeoutstate = SM_TIME_BLOCK; 114 fake.f_flags = fp->f_flags & ~SMNBF; 115 fake.f_file = fp->f_file; 116 fake.f_cookie = fp->f_cookie; 117 fake.f_write = fp->f_write; 118 fake [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | avhv.t | 12 use vars qw(@fake %fake); 60 tie @fake, 'Tie::StdArray'; 61 $a = \@fake; 68 tie @fake, 'Tie::BasicArray'; 69 $a = \@fake; 77 tie %fake, 'Tie::StdHash'; 78 %fake = %$sch; 79 $a->[0] = \%fake;
|
| H A D | lex_assign.t | 126 my \$a = 'fake'; 205 $n . $a=='2fake' # concat with self 206 "3$a"=='3fake' # concat with self in stringify
|
| H A D | closure.t | 566 sub fake { subroutine 572 fake();
|
| /osnet-11/usr/src/lib/libexacct/common/ |
| H A D | exacct_ops.c | 733 ea_file_impl_t fake; local 744 bzero(&fake, sizeof (ea_file_impl_t)); 745 if (stack_check(&fake) == -1) { 749 fake.ef_buf = buf; 750 fake.ef_bufsize = bufsize; 754 stack_free(&fake); 759 if ((first_obj_type = xget_object(&fake, obj, bufread_wrapper, 761 stack_free(&fake); 767 if (obj->eo_type == EO_GROUP && unpack_group(&fake, obj, flag) == -1) { 768 stack_free(&fake); [all...] |
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
| H A D | Packlist.t | 152 fake => undef, 158 ok( !exists $pl->{data}{fake},
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | overload.t | 376 bless \$fake, 'OscalarI'; # update the hash 762 my $deref = bless { h => { foo => 5 , fake => 23 }, 771 test "@cont", '23 5 fake foo'; # 178 774 test "@cont", 'fake foo 23 5'; # 178 777 test "@keys", 'fake foo'; # 179 786 test "@keys", 'fake foo'; # 183
|
| /osnet-11/usr/src/lib/libc/port/gen/ |
| H A D | crypt.c | 1021 unlocked_encrypt(char *block, int fake) argument 1136 encrypt(char *block, int fake) argument 1138 if (fake != 0) { 1145 unlocked_encrypt(block, fake);
|
| /osnet-11/usr/src/lib/libshell/common/sh/ |
| H A D | nvtree.c | 153 Namval_t *nq=0,fake; local 189 fake.nvname = (char*)name; 190 if(dp->hp = (Namval_t*)dtprev(dp->root,&fake))
|
| H A D | subshell.c | 267 Namval_t fake; local 271 fake.nvname = name; 272 mpnext = dtnext(root,&fake);
|
| H A D | init.c | 945 Namval_t *mp,fake; local 948 fake.nvname = ".sh.math."; 949 mp = (Namval_t*)dtprev(shp->fun_tree,&fake); 966 Namval_t *mp,fake; local 969 fake.nvname = nv_name(np); 974 mp = (Namval_t*)dtprev(shp->fun_tree,&fake); 979 stakputs(fake.nvname);
|
| H A D | array.c | 1724 Namval_t fake; local 1725 fake.nvname = (char*)sp; 1726 ap->pos = mp = (Namval_t*)dtprev(ap->header.table,&fake);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
| H A D | upgrade.inc | 33 # a fake _swap, which reverses the params
|
| H A D | bigintpm.inc | 23 # a fake _swap, which reverses the params
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | pad.c | 313 If fake, it means we're cloning an existing entry 321 * create even if fake. Really need to integrate better the whole entry 326 Perl_pad_add_name(pTHX_ char *name, HV* typestash, HV* ourstash, bool fake) argument 336 (long)offset, name, (fake ? " FAKE" : "") 353 if (fake) 552 then a fake entry is added to the current pad. 626 Find a named lexical anywhere in a chain of nested pads. Add fake entries 629 run-time cloning: don't add fake entries, just find the lexical and add a 695 /* no real entry - but did we find a fake one? */ 740 1 /* fake */ [all...] |
| H A D | regcomp.c | 829 I32 deltanext, minnext, f = 0, fake; local 839 data_fake.last_closep = &fake; 1579 I32 deltanext, minnext, fake = 0; local 1590 data_fake.last_closep = &fake; 1884 I32 fake; local 1983 minlen = study_chunk(pRExC_state, &first, &fake, scan + RExC_size, /* Up to end */ 2100 I32 fake; local 2109 minlen = study_chunk(pRExC_state, &scan, &fake, scan + RExC_size, &data, SCF_DO_STCLASS_AND|SCF_WHILEM_VISITED_POS);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| H A D | Concise.pm | 573 my $fake = ''; 574 $fake .= 'a' if $padname->IVX & 1; # PAD_FAKELEX_ANON 575 $fake .= 'm' if $padname->IVX & 2; # PAD_FAKELEX_MULTI 576 $fake .= ':' . $padname->NVX if $curcv->CvFLAGS & CVf_ANON; 577 $h{targarglife} = "$h{targarg}:FAKE:$fake";
|
| H A D | CC.pm | 84 my $ppname; # name of current fake PP function 1892 Outputs the name of each fake PP function in the queue as it's about
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
| H A D | Cookie.pm | 369 more secure since a clock could be changed to fake an absolute time. In
|
| /osnet-11/usr/src/lib/gss_mechs/mech_krb5/ |
| H A D | Makefile.com | 196 SUPPORT_OBJS= fake-addrinfo.o init-addrinfo.o threads.o errors.o plugins.o \
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| H A D | dprofpp.PL | 185 Force the generation of fake exit timestamps if dprofpp reports that the
|