Searched refs:local (Results 101 - 125 of 248) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/ntp/libparse/
H A Dclk_wharton.c88 void *local
H A Dclk_dcf7000.c92 void *local
H A Dclk_hopf6021.c141 void *local
H A Dclk_trimtaip.c101 void *local
H A Dclk_trimtsip.c146 return PARSE_INP_SKIP; /* local data not allocated - sigh! */
222 void *local
225 register struct trimble *t = (struct trimble *)local; /* get local data space */
232 return CVT_NONE; /* local data not allocated - sigh! */
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Ddreamplug-1001.dts220 local-mac-address = [ 00 00 00 00 00 00 ];
247 local-mac-address = [ 00 00 00 00 00 00 ];
H A Ddb78100.dts206 local-mac-address = [ 00 00 00 00 00 00 ];
232 local-mac-address = [ 00 00 00 00 00 00 ];
H A Ddreamplug-1001N.dts241 local-mac-address = [ 00 00 00 00 00 00 ];
268 local-mac-address = [ 00 00 00 00 00 00 ];
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_ha.h167 uint8_t *local; member in struct:ctl_ha_dt_req
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin-c.c146 tree local = lookup_name (decl); local
147 if (local && (TREE_CODE (local) == PARM_DECL
148 || TREE_CODE (local) == VAR_DECL))
149 TREE_USED (local) = 1;
486 "Translate" them, i.e. replace /usr/local/lib/gcc... with
/freebsd-10.0-release/usr.bin/rlogin/
H A Drlogin.c381 int bol, local, n; local
385 local = 0;
397 * is doubled, this acts as a force and local echo is
403 local = 1;
406 } else if (local) {
407 local = 0;
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dvlan_init.c702 struct sockaddr_nl local; local
725 os_memset(&local, 0, sizeof(local));
726 local.nl_family = AF_NETLINK;
727 local.nl_groups = RTMGRP_LINK;
728 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) {
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dsntp-opts.def101 not the error in the local clock. This option should be set only when
127 the time or set the local system's time (given suitable privilege). It can be
138 the time or set the local system's time (given suitable privilege). It can be
164 in the local clock. This option should be set only when debugging the source.
183 The default is to write the estimated correct local date and time (i.e. not
188 indicates the estimated error in the time on the local system.
270 current time and error in the local clock. For example:
276 job to reset the local clock from a reliable server, like the
310 local clock is reset by another process. It will then need restarting
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DHP-UX.mk27 LD_bpath?=-Wl,+b/lib:/usr/lib:/usr/local/lib
44 .if exists(/usr/local/bin/gcc)
115 .if exists(/usr/local/bin/bison)
H A DOSF1.mk33 .if exists(/opt/gnu/bin/gcc) || exists(/usr/local/bin/gcc)
89 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison)
/freebsd-10.0-release/lib/libz/
H A Dgzwrite.c12 local int gz_init OF((gz_statep));
13 local int gz_comp OF((gz_statep, int));
14 local int gz_zero OF((gz_statep, z_off64_t));
18 local int gz_init(state)
73 local int gz_comp(state, flush)
136 local int gz_zero(state, 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-10.0-release/lib/libz/test/
H A Dminigzip.c139 # define local static macro
142 # define local macro
366 local char buf[BUFLEN];
434 local char buf[BUFLEN];
461 local char outfile[MAX_NAME_LEN];
499 local char buf[MAX_NAME_LEN];
/freebsd-10.0-release/contrib/bmake/mk/
H A Ddep.mk28 .elif exists(/usr/local/share/bin/mkdeps.sh)
29 MKDEP_CMD?= /usr/local/share/bin/mkdeps.sh -N
H A Dmeta.autodep.mk21 .-include "local.autodep.mk"
126 # Also some targets are not really local, or use random names.
127 # Use local.autodep.mk to provide local additions!
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dauth_context.c166 struct sockaddr *local = (struct sockaddr *)&ss_local; local
173 if(rk_IS_SOCKET_ERROR(getsockname(fd, local, &len))) {
180 ret = krb5_sockaddr2address (context, local, &local_k_address);
183 krb5_sockaddr2port (context, local, &auth_context->local_port);
/freebsd-10.0-release/sys/dev/wi/
H A Dif_wivar.h90 struct resource * local; member in struct:wi_softc
/freebsd-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c50 int32_t hid_sdp_query(bdaddr_t const *local, bdaddr_t const *remote, int32_t *error);
/freebsd-10.0-release/contrib/file/
H A Dprint.c219 file_fmttime(uint32_t v, int local) argument
225 if (local) {
/freebsd-10.0-release/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)

Completed in 281 milliseconds

12345678910