Searched refs:local (Results 176 - 200 of 308) sorted by relevance

1234567891011>>

/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dimport_sec_context.c48 krb5_address local, remote; local
100 if (krb5_ret_address (sp, localp = &local) != 0)
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dgzwrite.c14 local int gz_init OF((gz_statep));
15 local int gz_comp OF((gz_statep, int));
16 local int gz_zero OF((gz_statep, z_off64_t));
17 local z_size_t gz_write OF((gz_statep, voidpc, z_size_t));
22 local int gz_init(state)
78 local int gz_comp(state, flush)
150 local int gz_zero(state, len)
183 local z_size_t gz_write(state, buf, len)
H A Dgzlib.c22 local void gz_reset OF((gz_statep));
23 local gzFile gz_open OF((const void *, int, const char *));
78 local void gz_reset(state)
94 local gzFile gz_open(path, fd, mode)
/freebsd-current/contrib/bmake/unit-tests/
H A Dmeta-cmd-cmp.mk45 # local variable
H A Dvarmod-loop-delete.mk32 # There is no variable named 'VAR' in the local scope, so nothing
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S19 @ Extracted from local git a5b438d861
21 @ Import endianness fix from local git ea786f1b
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldo.c35 intptr_t local; local
36 local = (intptr_t)&local - (intptr_t)current->stack;
37 return local;
42 intptr_t local; local
43 local = (intptr_t)&local - (intptr_t)curthread->td_kstack;
44 return local;
/freebsd-current/share/mk/
H A Dlocal.sys.env.mk59 .include <local.sys.machine.mk>
H A Dlocal.sys.dirdeps.env.mk53 PYTHON ?= /usr/local/bin/python
H A Dsys.dirdeps.mk19 # So, much of this was done in *meta.sys.mk and local*mk
22 # Include from [local.]sys.mk - if doing DIRDEPS_BUILD
32 .-include <local.sys.dirdeps.env.mk>
190 .-include <local.sys.dirdeps.mk>
H A Dgendirdeps.mk67 # GENDIRDEPS_FILTER_VARS via local.meta.sys.mk rather than
68 # local.gendirdeps.mk and then:
122 .-include <local.gendirdeps.mk>
350 # in local.gendirdeps.mk
380 # local depends
396 echo '# local dependencies - needed for -jN in clean tree'; \
/freebsd-current/sys/contrib/zlib/
H A Dzutil.h32 #ifndef local
33 # define local static macro
36 define "local" for the non-static meaning of "static", for readability
H A Dadler32.c133 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) {
H A Dgzwrite.c12 local int gz_init(gz_statep state) {
66 local int gz_comp(gz_statep state, int flush) {
144 local int gz_zero(gz_statep state, z_off64_t len) {
174 local z_size_t gz_write(gz_statep state, voidpc buf, z_size_t len) {
/freebsd-current/sys/arm/arm/
H A Delf_machdep.c185 int type, int local, elf_lookup_fn lookup)
214 if (local) {
184 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
/freebsd-current/contrib/bmake/mk/
H A Drst2htm.mk22 .-include <local.rst2htm.mk>
H A Dsys.dirdeps.mk19 # So, much of this was done in *meta.sys.mk and local*mk
22 # Include from [local.]sys.mk - if doing DIRDEPS_BUILD
32 .-include <local.sys.dirdeps.env.mk>
190 .-include <local.sys.dirdeps.mk>
H A Dgendirdeps.mk67 # GENDIRDEPS_FILTER_VARS via local.meta.sys.mk rather than
68 # local.gendirdeps.mk and then:
122 .-include <local.gendirdeps.mk>
350 # in local.gendirdeps.mk
380 # local depends
396 echo '# local dependencies - needed for -jN in clean tree'; \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp88 int local; local
89 CHECK(AddrIsInStack((uptr)&local));
/freebsd-current/sys/cam/ctl/
H A Dctl_ha.c74 uint8_t *local; member in struct:ha_dt_msg_wire
785 wire_dt.local = req->local;
800 sizeof(wire_dt), req->local, req->size, M_WAITOK);
828 tmp = wire_dt.local;
829 wire_dt.local = wire_dt.remote;
832 sizeof(wire_dt), wire_dt.local, wire_dt.size,
839 if (req->local == wire_dt.remote) {
/freebsd-current/contrib/ntp/libparse/
H A Dclk_trimtsip.c146 return PARSE_INP_SKIP; /* local data not allocated - sigh! */
223 void *local
226 register struct trimble *t = (struct trimble *)local; /* get local data space */
233 return CVT_NONE; /* local data not allocated - sigh! */
H A Dclk_meinberg.c275 void *local
473 void *local
478 return cvt_meinberg(buffer, size, format, clock_time, local);
/freebsd-current/sys/contrib/ck/include/
H A Dck_epoch.h93 } local CK_CC_CACHELINE;
/freebsd-current/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c52 int32_t hid_sdp_query(bdaddr_t const *local, bdaddr_t const *remote, int32_t *error);
/freebsd-current/usr.bin/msgs/
H A Dmsgs.c103 static bool local; variable
198 case 'l': /* local msgs only */
461 if (locomode && !local) {
817 local = true;
837 local = false;

Completed in 412 milliseconds

1234567891011>>