Searched refs:dummy (Results 501 - 525 of 581) sorted by relevance

<<21222324

/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c1878 void *dummy;
1888 SVN_ERR(svn_cache__get_partial(&dummy, cached, baton->fulltext_cache,
2297 void *dummy = NULL;
2301 return svn_cache__get_partial(&dummy, success,
1877 void *dummy; local
2296 void *dummy = NULL; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4156 char dummy;
4162 status = apr_file_getc(&dummy, file);
4345 To prevent this, write 1 dummy byte just after the OFFSET at which we
4431 char dummy;
4432 SVN_ERR(svn_io_file_getc(&dummy, file, pool));
4147 char dummy; local
4422 char dummy; local
/freebsd-13-stable/contrib/tnftp/src/
H A Dutil.c340 lostpeer(int dummy) argument
1269 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
/freebsd-13-stable/lib/libusb/
H A Dlibusb20.c96 LIBUSB20_DEVICE(LIBUSB20_DECLARE, dummy)
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile612 CLEANDIRS= dir dummy # posix1.mk
/freebsd-13-stable/contrib/bmake/
H A Dvar.c1321 ModifyWord_Head(const char *word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1336 ModifyWord_Tail(const char *word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1347 ModifyWord_Suffix(const char *word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1360 ModifyWord_Root(const char *word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
/freebsd-13-stable/
H A DMakefile221 -f /dev/null -V MAKEOBJDIRPREFIX dummy
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Den.h291 struct mlx4_srq dummy; member in struct:mlx4_en_tx_ring
/freebsd-13-stable/sys/net/
H A Dif_epair.c680 epair_init(void *dummy __unused)
/freebsd-13-stable/sys/kern/
H A Dkern_fork.c97 int dummy; member in struct:fork_args
H A Dsubr_csan.c89 kcsan_enable(void *dummy __unused)
H A Dsubr_epoch.c301 epoch_init_smp(void *dummy __unused)
H A Dvfs_cluster.c83 cluster_init(void *dummy) argument
/freebsd-13-stable/sys/riscv/riscv/
H A Dmachdep.c136 cpu_startup(void *dummy) argument
/freebsd-13-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c165 rpc_gss_hashinit(void *dummy) argument
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua720 "struct %s {\n\tregister_t dummy;\n};\n", argalias))
842 "struct %s {\n\tregister_t dummy;\n};\n", argalias))
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep.c184 cpu_startup(void *dummy) argument
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_xhci.c258 uint32_t dummy[2]; member in struct:tegra_xusb_fw_hdr
/freebsd-13-stable/sys/cddl/dev/fbt/
H A Dfbt.c1104 fbt_load(void *dummy) argument
/freebsd-13-stable/stand/i386/libi386/
H A Dbiosdisk.c551 uint8_t dummy[16]; member in struct:disk_params
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile616 CLEANDIRS= dir dummy # posix1.mk
/freebsd-13-stable/usr.bin/tftp/
H A Dmain.c703 intr(int dummy __unused)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c1536 const char *dummy;
1542 SVN_ERR(readline(content, &dummy, iterpool, iterpool));
1535 const char *dummy; local
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h1055 * defines have an equivalent and are set to a dummy value (-1). SSL_ST_CONNECT
1494 # define SSL_CTX_set_ecdh_auto(dummy, onoff) ((onoff) != 0)
1495 # define SSL_set_ecdh_auto(dummy, onoff) ((onoff) != 0)
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_buffer.c2339 r = evbuffer_prepend(buf, "dummy", 5);
2405 test_evbuffer_copyout(void *dummy) argument
2417 (void)dummy;

Completed in 379 milliseconds

<<21222324