/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | vasprintf.c | 64 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.f_close = NULL; 76 fake.f_open = NULL; [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.f_w = n ? n - 1 : 0; 75 fake.f_timeout = SM_TIME_FOREVER; 76 fake.f_timeoutstate = SM_TIME_BLOCK; 77 fake.f_close = NULL; [all …]
|
H A D | vsnprintf.c | 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.f_bf.smb_size = fake.f_w = n - 1; 70 fake.f_close = NULL; 71 fake.f_open = NULL; [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.f_write = NULL; 91 fake.f_close = NULL; 92 fake.f_open = NULL; [all …]
|
H A D | vfprintf.c | 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.f_close = NULL; 119 fake.f_open = NULL; [all …]
|
/titanic_41/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 733 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_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | llib-lopenbsd-compat | 46 #include <fake-gai-errnos.h> 47 #include <fake-getaddrinfo.h> 48 #include <fake-getnameinfo.h> 49 #include <fake-socket.h>
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | llib-lssh | 62 #include <fake-gai-errnos.h> 63 #include <fake-getaddrinfo.h> 64 #include <fake-getnameinfo.h> 65 #include <fake-socket.h>
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/ |
H A D | Makefile.com | 39 fake-getaddrinfo.o \ 40 fake-getnameinfo.o \
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | crypt.c | 1021 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_41/usr/src/cmd/sendmail/cf/mailer/ |
H A D | smtp.m4 | 50 # output fake domains as user%fake@relay
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_main.c | 137 static struct frame fake; in valid_frame() local 140 if (pread(_mdb_self_fd, &fake, sizeof (fake), addr) != sizeof (fake)) { in valid_frame()
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | interrupt.s | 163 / If we're here, we're being called from splx() to fake a soft
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 288 Namval_t fake; in sh_assignok() local 292 fake.nvname = name; in sh_assignok() 293 mpnext = dtnext(root,&fake); in sh_assignok()
|
H A D | nvtree.c | 149 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 D | array.c | 1302 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_41/usr/src/lib/efcode/fcode_test/ |
H A D | misc.fth | 132 " use-fake-handles" $find if execute else 2drop then
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | README.Ylonen | 38 fake authorization data with the real data (never telling the 337 an X11 display number, and stores the (fake) Xauthority data for this 341 authentication data for the fake data (if the fake data matched), and
|
H A D | ChangeLog | 169 move fake-auth from auth1.c to individual auth methods, disables s/key in 300 - (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c. 355 - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage. 1027 - Cleanup of auth.c, login.c and fake-* 1149 - Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a 1419 - Avoid some compiler warnings in fake-get*.c
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 1555 uchar_t fake[1]; in re_cwexec() local 1558 fake[0] = 0; in re_cwexec() 1587 sp = fake; in re_cwexec()
|
/titanic_41/exception_lists/ |
H A D | copyright | 121 usr/src/lib/gss_mechs/mech_krb5/include/fake-addrinfo.h 273 usr/src/lib/gss_mechs/mech_krb5/support/fake-addrinfo.c
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | cachefs_fs.h | 1156 void cachefs_inum_register(fscache_t *fscp, ino64_t real, ino64_t fake);
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_ioctl.c | 2420 cachefs_inum_register(fscache_t *fscp, ino64_t real, ino64_t fake) in cachefs_inum_register() argument 2519 tbl->cit_fake = fake; in cachefs_inum_register()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | Makefile.com | 189 SUPPORT_OBJS= fake-addrinfo.o init-addrinfo.o threads.o errors.o plugins.o \
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | graph.c | 651 graph_edge_t fake; in graph_walk() local 664 fake.ge_vertex = v; in graph_walk() 665 (void) graph_walk_recurse(&fake, &gi); in graph_walk()
|