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

1234567891011>>

/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dstrchr.S43 @ Extracted from local git a5b438d861
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_getdate.c991 struct tm local, *tm; local
1009 tm = localtime_r(&now, &local);
1012 terr = _localtime64_s(&local, &tmptime);
1016 tm = &local;
1018 memset(&local, 0, sizeof(local));
1024 local = *tm;
1047 tzone = difftm (&gmt, &local);
1051 if(local.tm_isdst)
1069 /* Use current local timezon
[all...]
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk.c64 #define local static macro
67 local void quit(char *why)
78 local int partcompress(FILE *in, z_streamp def)
103 local int recompress(z_streamp inf, z_streamp def)
H A Dminigzip.c144 # define local static macro
147 # define local macro
371 local char buf[BUFLEN];
439 local char buf[BUFLEN];
466 local char outfile[MAX_NAME_LEN];
500 local char buf[MAX_NAME_LEN];
/freebsd-13-stable/contrib/ntp/libparse/
H A Dclk_sel240x.c127 void *local
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_arc.c240 ntpd ignores the year and uses the local-system year instead, so
1289 struct tm local; local
1299 memset(&local, 0, sizeof(local));
1301 local.tm_year = pp->year-1900;
1302 local.tm_mon = month-1;
1303 local.tm_mday = pp->day;
1304 local.tm_hour = pp->hour;
1305 local.tm_min = pp->minute;
1306 local
[all...]
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_vdso.lds.s63 local: *; label
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s64 local: *; label
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ha.h107 uint8_t *local; member in struct:ctl_ha_dt_req
/freebsd-13-stable/stand/common/
H A Dinstall.c199 int error, fd, i, local; local
213 local = 0;
221 local = 1;
275 if (local)
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_vdso.lds.s67 local: *; label
/freebsd-13-stable/usr.sbin/ppp/
H A Dchap.c363 *chap->challenge.local = *chap->challenge.peer = '\0';
380 , type, chap->challenge.local, chap->authresponse, lm
497 if (!*chap->challenge.local) {
499 cp = chap->challenge.local;
518 for (i = 0; i < *chap->challenge.local; i++)
536 /* Generate new local challenge value */
537 if (!*chap->challenge.local)
543 chap->challenge.local, 1 + *chap->challenge.local, NULL);
547 chap->challenge.local,
[all...]
H A Dfilter.c563 filter_AdjustAddr(struct filter *filter, struct ncpaddr *local, argument
571 if (local) {
572 if (fp->f_srctype == T_MYADDR && ncpaddr_family(local) == AF_INET)
573 ncprange_sethost(&fp->f_src, local);
574 if (fp->f_dsttype == T_MYADDR && ncpaddr_family(local) == AF_INET)
575 ncprange_sethost(&fp->f_dst, local);
577 if (fp->f_srctype == T_MYADDR6 && ncpaddr_family(local) == AF_INET6)
578 ncprange_sethost(&fp->f_src, local);
579 if (fp->f_dsttype == T_MYADDR6 && ncpaddr_family(local) == AF_INET6)
580 ncprange_sethost(&fp->f_dst, local);
[all...]
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DUnixWare.mk13 PATH ?=/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/ccs/lib:/usr/ucb:/usr/local/bin
35 .if exists(/usr/local/bin/gcc)
48 .if exists(/usr/local/bin/g++)
63 .if exists(/usr/local/bin/g77)
128 .if exists(/usr/local/bin/bison)
H A DSunOS.mk25 PATH ?=/usr/xpg4/bin:/usr/sbin:/usr/bin:/usr/ucb:/usr/sfw/bin:/opt/gnu/bin:/usr/ccs/bin:/usr/local/bin
58 .if exists(/opt/gnu/bin/gcc) || exists(/usr/local/bin/gcc)
106 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison)
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c135 strcasecmp(data, "local") == 0)
588 char *local; local
591 local = NULL;
592 if (asprintf(&local, "%s/%s", path, p->name) < 0 || local == NULL)
597 krb5_warnx(context, "%s: unknown or wrong type", local);
600 error |= (*(check_func_t)e->check_data)(context, local, p->u.string);
602 error |= check_section(context, local, p->u.list, e->check_data);
605 krb5_warnx(context, "%s: is a deprecated entry", local);
612 krb5_warnx(context, "%s: unknown entry", local);
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c283 * escrypt_kdf(local, passwd, passwdlen, salt, saltlen,
293 escrypt_kdf_nosse(escrypt_local_t *local, const uint8_t *passwd, argument
350 if (local->size < need) {
351 if (free_region(local)) {
354 if (!alloc_region(local, need)) {
358 B = (uint8_t *) local->aligned;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c299 * escrypt_kdf(local, passwd, passwdlen, salt, saltlen,
309 escrypt_kdf_sse(escrypt_local_t *local, const uint8_t *passwd, size_t passwdlen, argument
373 if (local->size < need) {
374 if (free_region(local)) {
377 if (!alloc_region(local, need)) {
381 B = (uint8_t *) local->aligned;
/freebsd-13-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c49 static int32_t hid_sdp_query (bdaddr_t const *local, struct hid_device *hd, int32_t *error);
117 hid_sdp_query(bdaddr_t const *local, struct hid_device *hd, int32_t *error) argument
129 if (local == NULL)
130 local = NG_HCI_BDADDR_ANY;
136 if ((ss = sdp_open(local, &hd->bdaddr)) == NULL)
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c472 remote_event_poll(&state->local->sync_trigger);
473 remote_event_poll(&state->local->sync_release);
474 remote_event_poll(&state->local->trigger);
475 remote_event_poll(&state->local->recycle);
556 remote_event_signal_local(&state->local->trigger);
564 VCHIQ_SHARED_STATE_T *local = state->local; local
593 local->tx_pos = tx_pos;
605 slot_index = local->slot_queue[
621 VCHIQ_SHARED_STATE_T *local local
771 VCHIQ_SHARED_STATE_T *local; local
1011 VCHIQ_SHARED_STATE_T *local; local
2048 VCHIQ_SHARED_STATE_T *local = state->local; local
2141 VCHIQ_SHARED_STATE_T *local = state->local; local
2158 VCHIQ_SHARED_STATE_T *local = state->local; local
2325 VCHIQ_SHARED_STATE_T *local; local
[all...]
/freebsd-13-stable/sys/dev/isp/
H A Disp_target.c129 uint8_t local[QENTRY_LEN]; local
140 isp_get_atio7(isp, at7iop, (at7_entry_t *) local);
141 at7iop = (at7_entry_t *) local;
165 isp_async(isp, ISPASYNC_TARGET_ACTION, local);
169 isp_get_ctio7(isp, ct7iop, (ct7_entry_t *) local);
170 isp_handle_ctio7(isp, (ct7_entry_t *) local);
174 isp_get_notify_24xx(isp, inot_24xx, (in_fcentry_24xx_t *)local);
175 isp_handle_notify_24xx(isp, (in_fcentry_24xx_t *)local);
183 isp_get_notify_ack_24xx(isp, nack_24xx, (na_fcentry_24xx_t *) local);
184 nack_24xx = (na_fcentry_24xx_t *) local;
[all...]
/freebsd-13-stable/sbin/dhclient/
H A Ddispatch.c214 struct interface_info *ip = l->local;
246 ip = l->local;
277 struct interface_info *ip = l->local;
459 void *local)
469 p->local = local;
458 add_protocol(const char *name, int fd, void (*handler)(struct protocol *), void *local) argument
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps-options.mk28 # We include local.dirdeps-options.mk which may also define DIRDEPS.*
38 # set in local.dirdeps-options.mk
51 .-include <local.dirdeps-options.mk>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp168 char local; local
169 const uptr cur_stack = (uptr)&local;
234 int local = 0; local
235 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(),
237 &local);
299 int local; local
300 CHECK(AddrIsInStack((uptr)&local));
/freebsd-13-stable/share/mk/
H A Ddirdeps-options.mk29 # We include local.dirdeps-options.mk which may also define DIRDEPS.*
39 # set in local.dirdeps-options.mk
52 .-include <local.dirdeps-options.mk>

Completed in 227 milliseconds

1234567891011>>