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

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp31 int local; local
32 CHECK(AddrIsInStack((uptr)&local));
/freebsd-current/sbin/hastd/
H A Dtoken.l66 local { DP; return LOCAL; }
/freebsd-current/stand/lua/
H A Dhook.lua28 local hook = {}
30 local registered_hooks = {}
48 local selected_hooks = registered_hooks[hooktype]
62 local selected_hooks = registered_hooks[hooktype]
/freebsd-current/tools/tools/mctest/
H A Dmctest.cc100 struct sockaddr_in local, recvd; local
146 local.sin_family = AF_INET;
147 local.sin_addr.s_addr = group->s_addr;
148 local.sin_port = htons(DEFAULT_PORT);
149 local.sin_len = sizeof(local);
151 if (bind(sock, (struct sockaddr *)&local, sizeof(local)) < 0) {
/freebsd-current/usr.sbin/ppp/
H A Dlog.c79 static struct prompt *promptlist; /* Where to log local stuff */
448 int i, res, argc, local; local
455 if (argc == 0 || strcasecmp(argv[0], "local"))
456 local = 0;
459 log_Printf(LogWARN, "set log local: Only available on the"
465 local = 1;
469 if (local)
480 if (local)
486 } else if (local)
498 if (local)
[all...]
H A Dchap.c361 *chap->challenge.local = *chap->challenge.peer = '\0';
378 , type, chap->challenge.local, chap->authresponse, lm
495 if (!*chap->challenge.local) {
497 cp = chap->challenge.local;
516 for (i = 0; i < *chap->challenge.local; i++)
534 /* Generate new local challenge value */
535 if (!*chap->challenge.local)
541 chap->challenge.local, 1 + *chap->challenge.local, NULL);
545 chap->challenge.local,
[all...]
H A Dfilter.c561 filter_AdjustAddr(struct filter *filter, struct ncpaddr *local, argument
569 if (local) {
570 if (fp->f_srctype == T_MYADDR && ncpaddr_family(local) == AF_INET)
571 ncprange_sethost(&fp->f_src, local);
572 if (fp->f_dsttype == T_MYADDR && ncpaddr_family(local) == AF_INET)
573 ncprange_sethost(&fp->f_dst, local);
575 if (fp->f_srctype == T_MYADDR6 && ncpaddr_family(local) == AF_INET6)
576 ncprange_sethost(&fp->f_src, local);
577 if (fp->f_dsttype == T_MYADDR6 && ncpaddr_family(local) == AF_INET6)
578 ncprange_sethost(&fp->f_dst, local);
[all...]
/freebsd-current/libexec/rpc.rstatd/
H A Drstat_proc.c403 svc_cb *local; local
415 local = (svc_cb *)rstatproc_stats_1_svc;
418 local = (svc_cb *)rstatproc_stats_2_svc;
421 local = (svc_cb *)rstatproc_stats_3_svc;
435 local = (svc_cb *)rstatproc_havedisk_1_svc;
438 local = (svc_cb *)rstatproc_havedisk_2_svc;
441 local = (svc_cb *)rstatproc_havedisk_3_svc;
459 result = (*local)(&argument, rqstp);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_loongarch64.inc.S27 la.local $a0, _ZN14__interception10real_vforkE
/freebsd-current/sys/contrib/zlib/
H A Dgzguts.h112 #ifndef local
113 # define local static macro
116 define "local" for the non-static meaning of "static", for readability
/freebsd-current/contrib/bmake/mk/
H A Dlibnames.mk21 .-include <local.libnames.mk>
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp221 for (LocalInfo &local : frame.locals) {
222 if (!local.has_frame_offset || !local.has_size || !local.has_tag_offset)
224 if (!(local.name && internal_strlen(local.name)) &&
225 !(local.function_name && internal_strlen(local.function_name)) &&
226 !(local.decl_file && internal_strlen(local
[all...]
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dstrchr.S43 @ Extracted from local git a5b438d861
/freebsd-current/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h87 unsigned int local : 1; member in struct:__anon6696
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp130 int local = 0; local
131 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(),
133 (void *)&local);
180 int local; local
181 CHECK(AddrIsInStack((uptr)&local));
/freebsd-current/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)
/freebsd-current/share/mk/
H A Dlocal.init.mk15 # and local.meta.sys.mk (CROSS_TARGET_FLAGS)
42 .-include "${.CURDIR}/local.init.mk"
H A Dlocal.gendirdeps.mk3 # local.dirdeps.mk will put them in if necessary
52 # see local.meta.sys.mk for GENDIRDEPS_FILTER_DIR_VARS and
/freebsd-current/sys/cam/ctl/
H A Dctl_ha.h108 uint8_t *local; member in struct:ctl_ha_dt_req
/freebsd-current/stand/common/
H A Dinstall.c196 int error, fd, i, local; local
210 local = 0;
218 local = 1;
272 if (local)
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_getdate.c945 struct tm local, *tm; local
959 tm = localtime_s(&local, &now) ? NULL : &local;
961 tm = localtime_r(&now, &local);
963 memset(&local, 0, sizeof(local));
969 local = *tm;
987 tzone = difftm (&gmt, &local);
991 if(local.tm_isdst)
1009 /* Use current local timezon
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_arc.c240 ntpd ignores the year and uses the local-system year instead, so
1292 struct tm local; local
1302 memset(&local, 0, sizeof(local));
1304 local.tm_year = pp->year-1900;
1305 local.tm_mon = month-1;
1306 local.tm_mday = pp->day;
1307 local.tm_hour = pp->hour;
1308 local.tm_min = pp->minute;
1309 local
[all...]
/freebsd-current/contrib/ntp/libparse/
H A Dclk_sel240x.c127 void *local
/freebsd-current/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-current/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;

Completed in 311 milliseconds

1234567891011>>