Home
last modified time | relevance | path

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

12

/dragonfly/lib/libc/stdio/
H A Dxprintf.c582 FILE fake; in __v3printf() local
586 fake.pub._flags = fp->pub._flags & ~__SNBF; in __v3printf()
587 fake.pub._fileno = fp->pub._fileno; in __v3printf()
588 fake._cookie = fp->_cookie; in __v3printf()
589 fake._write = fp->_write; in __v3printf()
593 fake._bf._base = fake.pub._p = buf; in __v3printf()
594 fake._bf._size = fake.pub._w = sizeof(buf); in __v3printf()
595 fake.pub._lbfsize = 0; /* not actually used, but Just In Case */ in __v3printf()
598 ret = __v2printf(&fake, fmt, pct, ap); in __v3printf()
599 if (ret >= 0 && __fflush(&fake)) in __v3printf()
[all …]
H A Dvfprintf.c176 FILE fake = FAKE_FILE; in __sbprintf() local
184 fake.pub._flags = fp->pub._flags & ~__SNBF; in __sbprintf()
185 fake.pub._fileno = fp->pub._fileno; in __sbprintf()
186 fake._cookie = fp->_cookie; in __sbprintf()
187 fake._write = fp->_write; in __sbprintf()
190 fake._bf._base = fake.pub._p = buf; in __sbprintf()
191 fake._bf._size = fake.pub._w = sizeof(buf); in __sbprintf()
192 fake.pub._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
195 ret = __vfprintf(&fake, locale, fmt, ap); in __sbprintf()
196 if (ret >= 0 && __fflush(&fake)) in __sbprintf()
[all …]
H A Dvfwprintf.c212 FILE fake; in __sbprintf() local
220 fake.pub._flags = fp->pub._flags & ~__SNBF; in __sbprintf()
221 fake.pub._fileno = fp->pub._fileno; in __sbprintf()
222 fake._cookie = fp->_cookie; in __sbprintf()
223 fake._write = fp->_write; in __sbprintf()
226 fake._bf._base = fake.pub._p = buf; in __sbprintf()
227 fake._bf._size = fake.pub._w = sizeof(buf); in __sbprintf()
228 fake.pub._lbfsize = 0; /* not actually used, but Just In Case */ in __sbprintf()
231 ret = __vfwprintf(&fake, locale, fmt, ap); in __sbprintf()
232 if (ret >= 0 && __fflush(&fake)) in __sbprintf()
[all …]
/dragonfly/crypto/openssh/
H A Dauth.c613 static struct passwd fake; in fakepw() local
619 return (&fake); in fakepw()
621 memset(&fake, 0, sizeof(fake)); in fakepw()
622 fake.pw_name = "NOUSER"; in fakepw()
623 fake.pw_passwd = xstrdup("$2a$10$" in fakepw()
625 for (cp = fake.pw_passwd + 7; *cp != '\0'; cp++) in fakepw()
628 fake.pw_gecos = "NOUSER"; in fakepw()
633 fake.pw_class = ""; in fakepw()
635 fake.pw_dir = "/nonexist"; in fakepw()
636 fake.pw_shell = "/nonexist"; in fakepw()
[all …]
H A Dauth-pam.c973 char *fake; in sshpam_respond() local
998 fake = fake_password(*resp); in sshpam_respond()
999 if ((r = sshbuf_put_cstring(buffer, fake)) != 0) in sshpam_respond()
1001 free(fake); in sshpam_respond()
1341 char *fake = NULL; in sshpam_auth_passwd() local
1357 sshpam_password = fake = fake_password(password); in sshpam_auth_passwd()
1367 free(fake); in sshpam_auth_passwd()
/dragonfly/sys/kern/
H A Dkern_memio.c81 static int memuksmap(vm_map_backing_t ba, int op, cdev_t dev, vm_page_t fake);
410 memuksmap(vm_map_backing_t ba, int op, cdev_t dev, vm_page_t fake) in memuksmap() argument
452 fake->phys_addr = ptoa(fake->pindex); in memuksmap()
458 fake->phys_addr = vtophys(ptoa(fake->pindex)); in memuksmap()
471 ptoa(fake->pindex), in memuksmap()
473 fake->phys_addr = result; in memuksmap()
/dragonfly/contrib/ldns/
H A DREADME.DELETED15 compat/fake-rfc2553.c
16 compat/fake-rfc2553.h
/dragonfly/sbin/adjkerntz/
H A Dadjkerntz.c61 static void fake(int);
65 fake(int unused __unused) in fake() function
131 signal(SIGTERM, fake); in main()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c156 static va_list fake; in NCURSES_SP_NAME() local
157 free(_nc_varargs("?", fake)); in NCURSES_SP_NAME()
/dragonfly/etc/
H A Dgettytab24 # fake parity. login will use even parity (cs7 parenb -parodd).
26 # getty will fake odd parity as well.
29 # np: 1. don't fake parity in getty. The fake parity garbles
32 # try to fake parity. It could just use cbreak mode so as
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcov.c86 unsigned int fake : 1; member
1103 arc->fake = !!(flags & GCOV_ARC_FAKE); in read_graph_file()
1114 if (arc->fake) in read_graph_file()
1144 if (!arc->fake && !arc->fall_through) in read_graph_file()
1393 if (!arc->fake) in solve_flow_graph()
1413 if (!arc->fake) in solve_flow_graph()
1610 if (!arc->fake && !arc->is_throw && arc->dst->exceptional) in find_exception_blocks()
2280 if (arc->fake) in output_lines()
/dragonfly/usr.bin/getconf/
H A DMakefile17 LC_ALL=C awk -f ${.CURDIR}/fake-gperf.awk ${.IMPSRC} >${.TARGET}
/dragonfly/contrib/nvi2/vi/
H A Dv_search.c61 static EXCMDLIST fake = { L("search") }; in v_exaddr() local
195 ex_badaddr(sp, &fake, in v_exaddr()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcov.c95 unsigned int fake : 1; member
1637 arc->fake = !!(flags & GCOV_ARC_FAKE); in read_graph_file()
1648 if (arc->fake) in read_graph_file()
1678 if (!arc->fake && !arc->fall_through) in read_graph_file()
1909 if (!arc->fake) in solve_flow_graph()
1929 if (!arc->fake) in solve_flow_graph()
2126 if (!arc->fake && !arc->is_throw && arc->dst->exceptional) in find_exception_blocks()
2897 if (arc->fake) in output_function_details()
/dragonfly/usr.sbin/ypserv/
H A Dypinit.sh117 # If we can't list the maps on the master, then we fake it with a
/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c937 int fake; /* whether this is faked .file */ member
1426 static void add_file (const char *file_name, int indx, int fake);
2189 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) in add_file() argument
2262 if (! fake) in add_file()
2263 cur_file_ptr->fake = 0; in add_file()
2281 fil_ptr->fake = fake; in add_file()
4682 if (! end_warning && ! cur_file_ptr->fake) in ecoff_build_debug()
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c937 int fake; /* whether this is faked .file */ member
1426 static void add_file (const char *file_name, int indx, int fake);
2185 add_file (const char *file_name, int indx ATTRIBUTE_UNUSED, int fake) in add_file() argument
2258 if (! fake) in add_file()
2259 cur_file_ptr->fake = 0; in add_file()
2277 fil_ptr->fake = fake; in add_file()
4677 if (! end_warning && ! cur_file_ptr->fake) in ecoff_build_debug()
/dragonfly/sys/sys/
H A Ddevice.h255 struct cdev *dev, struct vm_page *fake);
/dragonfly/sys/vm/
H A Dvm_map.h193 vm_page_t fake);
/dragonfly/contrib/bmake/mk/
H A Dinstall-mk149 *) # could be fake?
/dragonfly/sys/net/netmap/
H A Dnetmap_vale.c1847 netmap_bwrap_attach(struct ifnet *fake, struct ifnet *real) in netmap_bwrap_attach() argument
1861 na->ifp = fake; in netmap_bwrap_attach()
1898 D("%s<->%s txr %d txd %d rxr %d rxd %d", fake->if_xname, real->if_xname, in netmap_bwrap_attach()
/dragonfly/libexec/bootpd/
H A DREADME111 bootptest.c BOOTP test program (fake client)
/dragonfly/stand/boot/pc32/boot0/
H A Dboot0.S94 # in the fake partition
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dfiles.c452 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file() argument
478 for (; !fake ;) in _cpp_find_file()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dfiles.c509 bool fake, int angle_brackets, bool implicit_preinclude, in _cpp_find_file() argument
540 for (; !fake ;) in _cpp_find_file()

12