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

12

/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dvasprintf.c62 SM_FILE_T fake; local
65 fake.sm_magic = SmFileMagic;
66 fake.f_timeout = SM_TIME_FOREVER;
67 fake.f_timeoutstate = SM_TIME_BLOCK;
68 fake.f_file = -1;
69 fake.f_flags = SMWR | SMSTR | SMALC;
70 fake.f_bf.smb_base = fake.f_p = (unsigned char *)sm_malloc(SM_VA_BUFSIZE);
71 if (fake.f_bf.smb_base == NULL)
73 fake
[all...]
H A Dsnprintf.c59 SM_FILE_T fake; local
67 fake.sm_magic = SmFileMagic;
68 fake.f_file = -1;
69 fake.f_flags = SMWR | SMSTR;
70 fake.f_cookie = &fake;
71 fake.f_bf.smb_base = fake.f_p = (unsigned char *)str;
72 fake.f_bf.smb_size = fake
[all...]
H A Dsscanf.c79 SM_FILE_T fake; local
82 fake.sm_magic = SmFileMagic;
83 fake.f_flags = SMRD;
84 fake.f_bf.smb_base = fake.f_p = (unsigned char *) str;
85 fake.f_bf.smb_size = fake.f_r = strlen(str);
86 fake.f_file = -1;
87 fake.f_read = sm_eofread;
88 fake
[all...]
H A Dvsnprintf.c24 ** Assigned 'str' to a "fake" file pointer. This allows common
49 SM_FILE_T fake; local
61 fake.sm_magic = SmFileMagic;
62 fake.f_timeout = SM_TIME_FOREVER;
63 fake.f_timeoutstate = SM_TIME_BLOCK;
64 fake.f_file = -1;
65 fake.f_flags = SMWR | SMSTR;
66 fake.f_bf.smb_base = fake.f_p = (unsigned char *)str;
67 fake
[all...]
H A Dvfprintf.c80 ** temporary buffer (via a "fake" file pointer).
104 SM_FILE_T fake; local
109 fake.sm_magic = SmFileMagic;
110 fake.f_timeout = SM_TIME_FOREVER;
111 fake.f_timeoutstate = SM_TIME_BLOCK;
112 fake.f_flags = fp->f_flags & ~SMNBF;
113 fake.f_file = fp->f_file;
114 fake.f_cookie = fp->f_cookie;
115 fake.f_write = fp->f_write;
116 fake
[all...]
/freebsd-9.3-release/crypto/openssh/regress/
H A Dlogin-timeout.sh13 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
26 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
/freebsd-9.3-release/tools/regression/sbin/dhclient/
H A DMakefile6 fake.c \
/freebsd-9.3-release/lib/libc/stdio/
H A Dxprintf.c579 FILE fake = FAKE_FILE; local
583 fake._flags = fp->_flags & ~__SNBF;
584 fake._file = fp->_file;
585 fake._cookie = fp->_cookie;
586 fake._write = fp->_write;
587 fake._orientation = fp->_orientation;
588 fake._mbstate = fp->_mbstate;
591 fake._bf._base = fake._p = buf;
592 fake
[all...]
H A Dvfprintf.c178 FILE fake = FAKE_FILE; local
186 fake._flags = fp->_flags & ~__SNBF;
187 fake._file = fp->_file;
188 fake._cookie = fp->_cookie;
189 fake._write = fp->_write;
190 fake._orientation = fp->_orientation;
191 fake._mbstate = fp->_mbstate;
194 fake._bf._base = fake._p = buf;
195 fake
[all...]
H A Dvfwprintf.c217 FILE fake; local
225 fake._flags = fp->_flags & ~__SNBF;
226 fake._file = fp->_file;
227 fake._cookie = fp->_cookie;
228 fake._write = fp->_write;
229 fake._orientation = fp->_orientation;
230 fake._mbstate = fp->_mbstate;
233 fake._bf._base = fake._p = buf;
234 fake
[all...]
/freebsd-9.3-release/crypto/heimdal/admin/
H A Dktutil.c121 char *fake[] = { NULL, "--help", NULL }; local
122 fake[0] = argv[0];
123 (*c->func)(2, fake);
/freebsd-9.3-release/sys/i386/include/
H A Delf.h70 int fake; member in struct:__anon9367
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c133 static va_list fake; local
134 free(_nc_varargs("?", fake));
/freebsd-9.3-release/crypto/openssh/
H A Dauth.c742 static struct passwd fake; local
744 memset(&fake, 0, sizeof(fake));
745 fake.pw_name = "NOUSER";
746 fake.pw_passwd =
749 fake.pw_gecos = "NOUSER";
751 fake.pw_uid = privsep_pw == NULL ? (uid_t)-1 : privsep_pw->pw_uid;
752 fake.pw_gid = privsep_pw == NULL ? (gid_t)-1 : privsep_pw->pw_gid;
754 fake.pw_class = "";
756 fake
[all...]
/freebsd-9.3-release/usr.bin/getconf/
H A DMakefile17 LC_ALL=C awk -f ${.CURDIR}/fake-gperf.awk ${.IMPSRC} >${.TARGET}
/freebsd-9.3-release/share/mk/
H A Dbsd.pkg.mk46 compress-man run-ldconfig fake-pkg
/freebsd-9.3-release/sbin/adjkerntz/
H A Dadjkerntz.c67 static void fake(int);
71 fake(int unused __unused) function
142 (void) signal(SIGTERM, fake);
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dsl.c378 char *fake[] = { NULL, "--help", NULL }; local
379 fake[0] = argv[0];
380 (*c->func)(2, fake);
/freebsd-9.3-release/sys/kern/
H A Dkern_clocksource.c73 static int handleevents(struct bintime *now, int fake);
181 handleevents(struct bintime *now, int fake) argument
194 if (fake) {
214 if (runs && fake < 2) {
223 if (runs && fake < 2) {
233 if (runs && !fake) {
241 if (fake == 0 && cyclic_clock_func != NULL &&
250 if (fake == 2) {
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Diprop-log.c429 char *fake[] = { NULL, "--help", NULL }; local
430 fake[0] = argv[0];
431 (*c->func)(2, fake);
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_search.c72 static EXCMDLIST fake = { "search" }; local
121 * Build a fake ex command structure.
184 * up the fake ex command.
203 ex_badaddr(sp, &fake,
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c89 unsigned int fake : 1; member in struct:arc_info
816 arc->fake = !!(flags & GCOV_ARC_FAKE);
827 if (arc->fake)
1111 if (!arc->fake)
1128 /* If there is only one non-fake exit, it is an
1131 if (!arc->fake)
1831 if (arc->fake)
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dypinit.sh117 # If we can't list the maps on the master, then we fake it with a
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dboot0.5.s97 # For debug with floppy, fake the parameter.
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-spu.c1979 Elf_Internal_Sym *fake = bfd_zmalloc (sizeof (*fake)); local
1980 if (fake == NULL)
1982 fake->st_value = val;
1983 fake->st_shndx
1985 sym = fake;
2044 Elf_Internal_Sym *fake; local
2047 fake = bfd_zmalloc (sizeof (*fake));
2048 if (fake
[all...]

Completed in 162 milliseconds

12