Searched refs:LOCAL (Results 26 - 50 of 76) sorted by relevance

1234

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dalias.c34 LOCAL tSuccess
H A Denv.c47 LOCAL void
190 LOCAL void
H A Dcheck.c103 LOCAL bool
H A Dmakeshell.c76 LOCAL noreturn void
84 LOCAL noreturn void
91 LOCAL void
98 LOCAL noreturn void
H A Dfind.c370 LOCAL tSuccess
411 LOCAL tSuccess
651 LOCAL tSuccess
678 LOCAL tSuccess
H A Dload.c307 LOCAL void
479 LOCAL void
H A Dstack.c179 LOCAL void
H A Dsort.c181 LOCAL void
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dgsskrb5_locl.h62 enum { LOCAL = 1, OPEN = 2, enumerator in enum:gsskrb5_ctx::__anon5960
H A Dinquire_context.c92 *locally_initiated = ctx->more_flags & LOCAL;
H A Dget_mic.c111 (ctx->more_flags & LOCAL) ? 0 : 0xFF,
230 (ctx->more_flags & LOCAL) ? 0 : 0xFF,
H A Dcfx.c429 if ((ctx->more_flags & LOCAL) == 0)
435 if (ctx->more_flags & LOCAL)
767 if ((ctx->more_flags & LOCAL) == 0)
812 if (ctx->more_flags & LOCAL) {
1203 if ((ctx->more_flags & LOCAL) == 0)
1262 if (ctx->more_flags & LOCAL) {
1407 if ((ctx->more_flags & LOCAL) == 0)
1455 if (ctx->more_flags & LOCAL) {
1604 if ((ctx->more_flags & LOCAL) == 0)
1621 if (ctx->more_flags & LOCAL) {
[all...]
H A Darcfour.c236 memset (p + 4, (context_handle->more_flags & LOCAL) ? 0 : 0xff, 4);
323 if (context_handle->more_flags & LOCAL)
417 (context_handle->more_flags & LOCAL) ? 0 : 0xff,
594 if (context_handle->more_flags & LOCAL)
H A Dwrap.c48 if (ctx->more_flags & LOCAL) {
76 if (ctx->more_flags & LOCAL) {
298 (ctx->more_flags & LOCAL) ? 0 : 0xFF,
448 (ctx->more_flags & LOCAL) ? 0 : 0xFF,
H A Dunwrap.c158 if (context_handle->more_flags & LOCAL)
322 if (context_handle->more_flags & LOCAL)
H A Dverify_mic.c114 if (context_handle->more_flags & LOCAL)
216 if (context_handle->more_flags & LOCAL)
H A Dinquire_sec_context_by_oid.c287 if (context_handle->more_flags & LOCAL)
334 ret = krb5_store_int32(sp, (context_handle->more_flags & LOCAL) ? 1 : 0);
H A Dimport_sec_context.c205 _gsskrb5i_is_cfx(context, ctx, (ctx->more_flags & LOCAL) == 0);
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c147 LOCAL FARPTR protBase;
148 LOCAL REALPTR realBase;
149 LOCAL WORD realSeg; /* DOS para-address of allocated area */
150 LOCAL SWI_REGS reg;
171 LOCAL struct DPMI_regs reg;
172 LOCAL WORD rm_base_seg, rm_base_sel;
173 LOCAL DWORD realBase;
174 LOCAL int para_skip = 0;
176 LOCAL DWORD dpmi_get_real_vector (int intr);
177 LOCAL WOR
[all...]
H A Dpktdrvr.h5 #define LOCAL static macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h95 LOCAL = 5 enumerator in enum:llvm::NVPTX::PTXLdStInstCode::AddressSpace
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.h72 #define LOCAL 5 macro
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c178 #define LOCAL 2 macro
192 { "lcd", I_LCHDIR, LOCAL },
193 { "lchdir", I_LCHDIR, LOCAL },
194 { "lls", I_LLS, LOCAL },
195 { "lmkdir", I_LMKDIR, LOCAL },
197 { "lpwd", I_LPWD, LOCAL },
202 { "mput", I_PUT, LOCAL },
204 { "put", I_PUT, LOCAL },
209 { "reput", I_REPUT, LOCAL },
1865 if (remote != LOCAL) {
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldgram.y151 %token GLOBAL LOCAL VERSIONK INPUT_VERSION_SCRIPT
1246 | LOCAL ':' vers_defns ';'
1250 | GLOBAL ':' vers_defns ';' LOCAL ':' vers_defns ';'
1304 | LOCAL
1308 | vers_defns ';' LOCAL
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_route.sh235 flags: <UP,HOST,DONE,LLINFO,LOCAL>
310 flags: <UP,HOST,DONE,LLINFO,LOCAL>

Completed in 261 milliseconds

1234