Searched refs:local (Results 51 - 75 of 260) sorted by relevance

1234567891011

/freebsd-9.3-release/libexec/rpc.rusersd/
H A Drusers_proc.c270 rusersproc_t local; local
280 local = (rusersproc_t)rusers_num;
288 local = (rusersproc_t)rusersproc_names_1_svc;
291 local = (rusersproc_t)rusersproc_names_2_svc;
305 local = (rusersproc_t)rusersproc_allnames_1_svc;
308 local = (rusersproc_t)rusersproc_allnames_2_svc;
326 result = (*local)(&argument, rqstp);
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dgssapi_server.c135 struct sockaddr_in remote, local; local
151 addrlen = sizeof(local);
152 if (getsockname (sock, (struct sockaddr *)&local, &addrlen) < 0
153 || addrlen != sizeof(local))
172 acct_buf[0] = (local.sin_addr.s_addr >> 24) & 0xFF;
173 acct_buf[1] = (local.sin_addr.s_addr >> 16) & 0xFF;
174 acct_buf[2] = (local.sin_addr.s_addr >> 8) & 0xFF;
175 acct_buf[3] = (local.sin_addr.s_addr >> 0) & 0xFF;
182 local.sin_port;
/freebsd-9.3-release/lib/libz/
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));
23 local int gz_load(state, buf, len, have)
54 local int gz_avail(state)
89 local int gz_look(state)
175 local in
[all...]
H A Dadler32.c10 #define local static macro
12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
136 local uLong adler32_combine_(adler1, adler2, len2)
H A Dgzguts.h106 #ifndef local
107 # define local static macro
/freebsd-9.3-release/sys/dev/isp/
H A Disp_target.c165 uint8_t local[QENTRY_LEN]; local
180 isp_get_atio7(isp, at7iop, (at7_entry_t *) local);
181 at7iop = (at7_entry_t *) local;
205 isp_async(isp, ISPASYNC_TARGET_ACTION, local);
207 isp_get_atio(isp, atiop, (at_entry_t *) local);
208 isp_handle_atio(isp, (at_entry_t *) local);
213 isp_get_ctio(isp, ctiop, (ct_entry_t *) local);
214 isp_handle_ctio(isp, (ct_entry_t *) local);
219 isp_get_atio2e(isp, at2eiop, (at2e_entry_t *) local);
221 isp_get_atio2(isp, at2iop, (at2_entry_t *) local);
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddebug.c109 int local ATTRIBUTE_UNUSED)
H A Dipa-inline.c273 if (to->local.self_insns > what->local.self_insns)
274 limit = to->local.self_insns;
276 limit = what->local.self_insns;
356 *reason = (what->local.disregard_inline_limits
425 if (!node->local.inlinable || node->local.disregard_inline_limits
433 if (!node->local.inlinable)
554 && e->callee->local.inlinable
732 if (!node->local
[all...]
H A Dcgraph.c392 else if (callee->local.redefined_extern_inline)
395 else if (callee->local.inlinable)
619 if (!node->reachable && node->local.finalized)
640 /* Return local info for the compiled function. */
649 return &node->local;
652 /* Return local info for the compiled function. */
664 /* Return local info for the compiled function. */
695 {"unset", "not_available", "overwrittable", "available", "local"};
715 if (node->local.self_insns)
716 fprintf (f, " %i insns", node->local
[all...]
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_port.h85 * for each end-point local or remote (attached) port in the
117 * This field indicates the local end-point properties for port.
119 SCIC_PORT_END_POINT_PROPERTIES_T local; member in struct:SCIC_PORT_PROPERTIES
/freebsd-9.3-release/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c62 rfcomm_channel_lookup(bdaddr_t const *local, bdaddr_t const *remote, argument
74 if (local == NULL)
75 local = NG_HCI_BDADDR_ANY;
79 if ((ss = sdp_open(local, remote)) == NULL)
/freebsd-9.3-release/usr.sbin/ppp/
H A Dchap.h51 u_char local[CHAPCHALLENGELEN + AUTHLEN]; /* I invented this one */ member in struct:chap::__anon10997
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py43 __slots__ = "create", "sets", "local", "descend", "ld"
57 self.local = dict()
90 d = self.local
98 # Find perms that are in both local and descend, and
100 for nwho in self.local:
104 self.ld[nwho] = self.local[nwho] & self.descend[nwho]
105 self.local[nwho] -= self.ld[nwho]
112 # local and descend may have entries where perms
129 s += self.__ldstr(self.local, _("Local permissions:\n"))
198 if options.local
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dlibnames.mk19 .-include "local.libnames.mk"
/freebsd-9.3-release/contrib/libucl/tests/
H A D3.in30 /usr/local/etc
/freebsd-9.3-release/contrib/cvs/src/
H A Dstatus.c24 static int local = 0; variable
58 local = 1;
61 local = 0;
83 if (local)
100 send_files (argc, argv, local, 0, 0);
114 argc, argv, local,
/freebsd-9.3-release/lib/bind/
H A Dconfig.mk129 CFLAGS+= -I/usr/local/include -I/usr/local/include/libxml2
131 BIND_LDADD+= -L/usr/local/lib -lxml2 -lz -liconv -lm
133 BIND_DPADD+= /usr/local/lib/libxml2.a ${LIBZ}
134 BIND_DPADD+= /usr/local/lib/libiconv.a ${LIBM}
/freebsd-9.3-release/sys/dev/wi/
H A Dif_wi_pci.c158 sc->local = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
160 sc->wi_localtag = rman_get_bustag(sc->local);
161 sc->wi_localhandle = rman_get_bushandle(sc->local);
168 sc->local);
169 sc->local = NULL;
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Dnls.c86 nls_setrecode(const char *local, const char *external) argument
112 icd = my_iconv_open(external, local);
116 icd = my_iconv_open(local, external);
/freebsd-9.3-release/libexec/rpc.rwalld/
H A Drwalld.c170 char *(*local)();
180 local = (char *(*)()) wallproc_wall_1_svc;
192 result = (*local)(&argument, rqstp);
/freebsd-9.3-release/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
646 char *(*local) ();
658 local = (char *(*)()) key_set_1_svc_prog;
665 local = (char *(*)()) key_encrypt_1_svc_prog;
672 local = (char *(*)()) key_decrypt_1_svc_prog;
679 local = (char *(*)()) key_gen_1_svc_prog;
686 local = (char *(*)()) key_getcred_1_svc_prog;
693 local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-elf.h62 /* Whether the symbol has been marked as local. */
63 int local; member in struct:elf_obj_sy
84 #define ELF_TARGET_SYMBOL_FIELDS unsigned int local:1;
/freebsd-9.3-release/lib/libelf/
H A DVersion.map92 local:
/freebsd-9.3-release/libexec/rpc.rstatd/
H A Drstat_proc.c410 char *(*local)();
422 local = (char *(*)()) rstatproc_stats_1_svc;
425 local = (char *(*)()) rstatproc_stats_2_svc;
428 local = (char *(*)()) rstatproc_stats_3_svc;
442 local = (char *(*)()) rstatproc_havedisk_1_svc;
445 local = (char *(*)()) rstatproc_havedisk_2_svc;
448 local = (char *(*)()) rstatproc_havedisk_3_svc;
466 result = (*local)(&argument, rqstp);
/freebsd-9.3-release/sbin/hastd/
H A Dtoken.l66 local { DP; return LOCAL; }

Completed in 134 milliseconds

1234567891011