Searched refs:local (Results 76 - 100 of 283) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bmake/mk/
H A Dlibnames.mk19 .-include <local.libnames.mk>
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_epoch.c157 current = &record->local.bucket[i];
172 other = &record->local.bucket[(i + 1) & CK_EPOCH_SENSE_MASK];
195 ref = &record->local.bucket[i];
211 previous = &record->local.bucket[(i + 1) &
287 memset(&record->local, 0, sizeof record->local);
308 memset(&record->local, 0, sizeof record->local);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c137 escrypt_r(escrypt_local_t *local, const uint8_t *passwd, size_t passwdlen, argument
178 if (escrypt_kdf(local, passwd, passwdlen, salt, saltlen, N, r, p, hash,
245 escrypt_local_t local; local
248 if (escrypt_init_local(&local)) {
257 retval = escrypt_kdf(&local, passwd, passwdlen, salt, saltlen, N, r, p, buf,
259 if (escrypt_free_local(&local)) {
/freebsd-13-stable/stand/lua/
H A Dcolor.lua31 local core = require("core")
32 local hook = require("hook")
34 local color = {}
36 local function recalcDisabled()
55 local c = loader.getenv("loader_color")
H A Dscreen.lua31 local color = require("color")
32 local core = require("core")
34 local screen = {}
H A Dhook.lua30 local hook = {}
32 local registered_hooks = {}
50 local selected_hooks = registered_hooks[hooktype]
64 local selected_hooks = registered_hooks[hooktype]
/freebsd-13-stable/sys/contrib/zlib/
H A Dgzread.c12 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
13 local int gz_avail OF((gz_statep));
14 local int gz_look OF((gz_statep));
15 local int gz_decomp OF((gz_statep));
16 local int gz_fetch OF((gz_statep));
17 local int gz_skip OF((gz_statep, z_off64_t));
18 local z_size_t gz_read OF((gz_statep, voidp, z_size_t));
24 local int gz_load(state, buf, len, have)
59 local int gz_avail(state)
94 local in
[all...]
H A Dgzguts.h113 #ifndef local
114 # define local static macro
117 define "local" for the non-static meaning of "static", for readability
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c20 local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *));
21 local int gz_avail OF((gz_statep));
22 local int gz_look OF((gz_statep));
23 local int gz_decomp OF((gz_statep));
24 local int gz_fetch OF((gz_statep));
25 local int gz_skip OF((gz_statep, z_off64_t));
26 local z_size_t gz_read OF((gz_statep, voidp, z_size_t));
32 local int gz_load(state, buf, len, have)
67 local int gz_avail(state)
102 local in
[all...]
H A Dgzguts.h120 #ifndef local
121 # define local static macro
124 define "local" for the non-static meaning of "static", for readability
/freebsd-13-stable/crypto/openssl/crypto/
H A Dinit.c54 static void ossl_init_thread_destructor(void *local) argument
56 ossl_init_thread_stop((struct thread_local_inits_st *)local);
61 struct thread_local_inits_st *local = local
65 if (local == NULL
66 && (local = OPENSSL_zalloc(sizeof(*local))) != NULL
67 && !CRYPTO_THREAD_set_local(&destructor_key.value, local)) {
68 OPENSSL_free(local);
75 return local;
/freebsd-13-stable/contrib/dma/
H A Dutil.c67 goto local;
78 goto local;
83 goto local;
90 goto local;
100 local:
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dsession.c105 struct sockaddr_l2cap local; local
126 /* Take local bdaddr */
127 len = sizeof(local);
128 getsockname(s->ctrl, (struct sockaddr *) &local, &len);
131 s->umouse = uinput_open_mouse(d, &local.l2cap_bdaddr);
140 s->ukbd = uinput_open_keyboard(d, &local.l2cap_bdaddr);
/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Dnls.c77 nls_setrecode(const char *local, const char *external) argument
87 icd = iconv_open(external, local);
91 icd = iconv_open(local, external);
/freebsd-13-stable/libexec/rpc.rwalld/
H A Drwalld.c172 char *(*local)();
182 local = (char *(*)()) wallproc_wall_1_svc;
194 result = (*local)(&argument, rqstp);
/freebsd-13-stable/usr.sbin/keyserv/
H A Dkeyserv.c46 * Do not talk to anything but a local root
47 * process on the local transport only
96 * The approach is to have the keyserver fill in pointers to local
616 char *(*local) ();
628 local = (char *(*)()) key_set_1_svc_prog;
635 local = (char *(*)()) key_encrypt_1_svc_prog;
642 local = (char *(*)()) key_decrypt_1_svc_prog;
649 local = (char *(*)()) key_gen_1_svc_prog;
656 local = (char *(*)()) key_getcred_1_svc_prog;
663 local
[all...]
/freebsd-13-stable/sbin/hastd/
H A Dtoken.l68 local { DP; return LOCAL; }
/freebsd-13-stable/libexec/rpc.rstatd/
H A Drstat_proc.c411 char *(*local)();
423 local = (char *(*)()) rstatproc_stats_1_svc;
426 local = (char *(*)()) rstatproc_stats_2_svc;
429 local = (char *(*)()) rstatproc_stats_3_svc;
443 local = (char *(*)()) rstatproc_havedisk_1_svc;
446 local = (char *(*)()) rstatproc_havedisk_2_svc;
449 local = (char *(*)()) rstatproc_havedisk_3_svc;
467 result = (*local)(&argument, rqstp);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddepsrc.mk19 : 'This is in contrast to local variables such as $${.TARGET}.'
H A Dvarname-make_print_var_on_error.mk15 # does not expand the node-local variables like .TARGET. This results in the
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp62 int local; local
63 CHECK(AddrIsInStack((uptr)&local));
H A Dhwasan_report.cpp184 for (LocalInfo &local : frame.locals) {
185 if (!local.has_frame_offset || !local.has_size || !local.has_tag_offset)
187 tag_t obj_tag = base_tag ^ local.tag_offset;
196 (untagged_addr - fp - local.frame_offset) & (kRecordFPModulus - 1);
197 if (obj_offset >= local.size)
203 Printf(" %s in %s %s:%d\n", local.name, local.function_name,
204 local
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dlog.c81 static struct prompt *promptlist; /* Where to log local stuff */
450 int i, res, argc, local; local
457 if (argc == 0 || strcasecmp(argv[0], "local"))
458 local = 0;
461 log_Printf(LogWARN, "set log local: Only available on the"
467 local = 1;
471 if (local)
482 if (local)
488 } else if (local)
500 if (local)
[all...]
/freebsd-13-stable/tools/tools/mctest/
H A Dmctest.cc102 struct sockaddr_in local, recvd; local
148 local.sin_family = AF_INET;
149 local.sin_addr.s_addr = group->s_addr;
150 local.sin_port = htons(DEFAULT_PORT);
151 local.sin_len = sizeof(local);
153 if (bind(sock, (struct sockaddr *)&local, sizeof(local)) < 0) {
/freebsd-13-stable/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h87 unsigned int local : 1; member in struct:__anon6736

Completed in 258 milliseconds

1234567891011>>