Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 25 of 34) sorted by relevance

12

/titanic_51/usr/src/cmd/sendmail/libsm/
H A Dvasprintf.c64 SM_FILE_T fake; variable
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 Dsnprintf.c61 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 Dvsnprintf.c26 ** Assigned 'str' to a "fake" file pointer. This allows common
51 SM_FILE_T fake; variable
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 Dsscanf.c81 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 Dvfprintf.c82 ** 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...]
/titanic_51/usr/src/lib/libexacct/common/
H A Dexacct_ops.c733 ea_file_impl_t fake; in ea_unpack_object() local
744 bzero(&fake, sizeof (ea_file_impl_t)); in ea_unpack_object()
745 if (stack_check(&fake) == -1) { in ea_unpack_object()
749 fake.ef_buf = buf; in ea_unpack_object()
750 fake.ef_bufsize = bufsize; in ea_unpack_object()
754 stack_free(&fake); in ea_unpack_object()
759 if ((first_obj_type = xget_object(&fake, obj, bufread_wrapper, in ea_unpack_object()
761 stack_free(&fake); in ea_unpack_object()
767 if (obj->eo_type == EO_GROUP && unpack_group(&fake, obj, flag) == -1) { in ea_unpack_object()
768 stack_free(&fake); in ea_unpack_object()
[all...]
/titanic_51/usr/src/boot/sys/x86/include/
H A Delf.h72 int fake; member
/titanic_51/usr/src/lib/libc/port/gen/
H A Dcrypt.c1021 unlocked_encrypt(char *block, int fake) in unlocked_encrypt() argument
1136 encrypt(char *block, int fake) in encrypt() argument
1138 if (fake != 0) { in encrypt()
1145 unlocked_encrypt(block, fake); in encrypt()
/titanic_51/usr/src/cmd/sendmail/cf/mailer/
H A Dsmtp.m450 # output fake domains as user%fake@relay
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c137 static struct frame fake; in valid_frame() local
140 if (pread(_mdb_self_fd, &fake, sizeof (fake), addr) != sizeof (fake)) { in valid_frame()
/titanic_51/usr/src/uts/i86pc/ml/
H A Dinterrupt.s163 / If we're here, we're being called from splx() to fake a soft
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dsubshell.c288 Namval_t fake; in sh_assignok() local
292 fake.nvname = name; in sh_assignok()
293 mpnext = dtnext(root,&fake); in sh_assignok()
H A Dnvtree.c149 Namval_t *nq=0,fake; in nv_diropen() local
184 fake.nvname = (char*)name; in nv_diropen()
185 if(dp->hp = (Namval_t*)dtprev(dp->root,&fake)) in nv_diropen()
H A Darray.c1302 Namval_t fake; in nv_associative() local
1303 fake.nvname = (char*)sp; in nv_associative()
1304 ap->pos = mp = (Namval_t*)dtprev(ap->header.table,&fake); in nv_associative()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c281 Namval_t fake; in sh_assignok() local
285 fake.nvname = name; in sh_assignok()
286 mpnext = dtnext(root,&fake); in sh_assignok()
H A Dinit.c1030 Namval_t *mp,fake; in get_math() local
1033 fake.nvname = ".sh.math."; in get_math()
1034 mp = (Namval_t*)dtprev(shp->fun_tree,&fake); in get_math()
1051 Namval_t *mp,fake; in setdisc_any() local
1054 fake.nvname = nv_name(np); in setdisc_any()
1059 mp = (Namval_t*)dtprev(shp->fun_tree,&fake); in setdisc_any()
1064 stakputs(fake.nvname); in setdisc_any()
H A Dnvtree.c150 Namval_t *nq=0,fake; in nv_diropen() local
186 fake.nvname = (char*)name; in nv_diropen()
187 if(dp->hp = (Namval_t*)dtprev(dp->root,&fake)) in nv_diropen()
H A Darray.c1786 Namval_t fake; in nv_associative() local
1787 fake.nvname = (char*)sp; in nv_associative()
1788 ap->pos = mp = (Namval_t*)dtprev(ap->header.table,&fake); in nv_associative()
/titanic_51/usr/src/lib/efcode/fcode_test/
H A Dmisc.fth132 " use-fake-handles" $find if execute else 2drop then
/titanic_51/usr/src/tools/cscope-fast/
H A Dcgrep.c1555 uchar_t fake[1]; in re_cwexec() local
1558 fake[0] = 0; in re_cwexec()
1587 sp = fake; in re_cwexec()
/titanic_51/exception_lists/
H A Dcopyright132 usr/src/lib/gss_mechs/mech_krb5/include/fake-addrinfo.h
284 usr/src/lib/gss_mechs/mech_krb5/support/fake-addrinfo.c
H A Dhdrchk109 usr/src/lib/gss_mechs/mech_krb5/include/fake-addrinfo.h
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile.com189 SUPPORT_OBJS= fake-addrinfo.o init-addrinfo.o threads.o errors.o plugins.o \
/titanic_51/usr/src/cmd/svc/startd/
H A Dgraph.c652 graph_edge_t fake; in graph_walk() local
665 fake.ge_vertex = v; in graph_walk()
666 (void) graph_walk_recurse(&fake, &gi); in graph_walk()
/titanic_51/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg639 # Names of fake sections generated from program header data

12