Home
last modified time | relevance | path

Searched refs:do_copy (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/flex/src/
H A Dmisc.c687 bool do_copy = true; in skelout() local
691 sko_peek(&do_copy); in skelout()
693 sko_push(do_copy=true); in skelout()
743 do_copy = reentrant && do_copy; in skelout()
747 do_copy = !reentrant && do_copy; in skelout()
751 do_copy = bison_bridge_lval && do_copy; in skelout()
755 do_copy = !bison_bridge_lval && do_copy; in skelout()
761 do_copy = do_copy && tablesext; in skelout()
774 do_copy = C_plus_plus; in skelout()
784 do_copy = true; in skelout()
[all …]
/freebsd-14.2/contrib/atf/atf-c++/detail/
H A Dauto_array_test.cpp52 do_copy(atf::auto_array< test_array >& ta) in do_copy() function in test_array
146 auto_array< test_array > t2 = test_array::do_copy(t1); in ATF_TEST_CASE_BODY()
259 t2 = test_array::do_copy(t1); in ATF_TEST_CASE_BODY()
/freebsd-14.2/sbin/mdmfs/
H A Dmdmfs.c89 static void do_copy(const char *, const char *);
373 do_copy(mtpoint, skel); in main()
635 do_copy(const char *mtpoint, const char *skel) in do_copy() function
/freebsd-14.2/sys/dev/sbni/
H A Dif_sbni.c535 goto do_copy; in download_data()
542 do_copy: in download_data()
/freebsd-14.2/crypto/openssl/apps/
H A Ds_server.c3737 int *do_copy) in get_session() argument
3740 *do_copy = 0; in get_session()