Searched refs:local (Results 151 - 175 of 248) sorted by relevance

12345678910

/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c123 void *dos, *win, *local; local
132 "cs_local", &local, NULL);
137 msdosfs_iconv->open(win, local, &pmp->pm_u2w);
138 msdosfs_iconv->open(local, win, &pmp->pm_w2u);
139 msdosfs_iconv->open(dos, local, &pmp->pm_u2d);
140 msdosfs_iconv->open(local, dos, &pmp->pm_d2u);
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c148 void *local; member in struct:rtmaddr_ifamap
716 ifamap.local = rtadata;
752 if (!ifamap.local) {
753 ifamap.local = ifamap.address;
757 ifamap.address = ifamap.local;
762 memcmp(ifamap.address, ifamap.local, ifamap.address_len))) {
763 /* p2p; address is peer and local is ours */
766 ifamap.address = ifamap.local;
/freebsd-10.0-release/usr.sbin/ypbind/
H A Dypbind.c295 char *(*local)();
301 local = (char *(*)()) ypbindproc_null_2_yp;
307 local = (char *(*)()) ypbindproc_domain_2_yp;
326 local = (char *(*)()) ypbindproc_setdom_2_yp;
338 result = (*local)(transp, &argument, rqstp);
/freebsd-10.0-release/contrib/bmake/mk/
H A Dgendirdeps.mk85 .-include "local.gendirdeps.mk"
268 # in local.gendirdeps.mk
310 echo '# local dependencies - needed for -jN in clean tree'; \
H A Dman.mk41 .if exists(/usr/local/share/bin/cmt2doc.pl)
/freebsd-10.0-release/contrib/opie/
H A Dopieftpd.c1364 * Generate unique name for file with basename "local".
1365 * The file named "local" is already known to exist.
1368 static char *gunique FUNCTION((local), char *local) argument
1372 char *cp = strrchr(local, '/');
1377 if (stat(cp ? local : ".", &st) < 0) {
1378 perror_reply(553, cp ? local : ".");
1383 strcpy(new, local);
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dtelnet.c113 dontlecho, /* do we suppress local echoing right now? */
419 case TELOPT_LFLOW: /* local flow control */
1177 slc_mode == SLC_EXPORT ? "local" :
1867 static int bol = 1, local = 0;
1872 if (local) {
1873 local = 0;
1912 local = 1;
1915 } else if (local) {
1916 local = 0;
1987 * on our local machin
1862 static int bol = 1, local = 0; variable
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c80 dontlecho, /* do we suppress local echoing right now? */
379 case TELOPT_LFLOW: /* local flow control */
1139 slc_mode == SLC_EXPORT ? "local" :
1814 static int bol = 1, local = 0; variable
1819 if (local) {
1820 local = 0;
1859 local = 1;
1862 } else if (local) {
1863 local = 0;
1934 * on our local machin
[all...]
/freebsd-10.0-release/lib/libz/
H A Dinflate.c38 * - Use local copies of stream next and avail values, as well as local bit
47 * - Use local copies of window variables in inflate_fast() for speed
95 local void fixedtables OF((struct inflate_state FAR *state));
96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
261 local void fixedtables(state)
379 local int updatewindow(strm, end, copy)
1354 local unsigned syncsearch(have, buf, len)
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dp2020ds.dts398 local-mac-address = [ 00 00 00 00 00 00 ];
442 local-mac-address = [ 00 00 00 00 00 00 ];
471 local-mac-address = [ 00 00 00 00 00 00 ];
H A Ddb78460.dts257 local-mac-address = [ 00 04 01 07 84 60 ];
H A Ddb88f6281.dts188 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dea3250.dts222 local-mac-address = [ 00 1a f1 01 1f 23 ];
H A Dmpc8572ds.dts399 local-mac-address = [ 00 00 00 00 00 00 ];
450 local-mac-address = [ 00 00 00 00 00 00 ];
480 local-mac-address = [ 00 00 00 00 00 00 ];
510 local-mac-address = [ 00 00 00 00 00 00 ];
H A Dmpc8555cds.dts241 local-mac-address = [ 00 00 00 00 00 00 ];
281 local-mac-address = [ 00 00 00 00 00 00 ];
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c45 * - Use local copies of stream next and avail values, as well as local bit
54 * - Use local copies of window variables in inflate_fast() for speed
102 local void fixedtables OF((struct inflate_state FAR *state));
103 local int updatewindow OF((z_streamp strm, unsigned out));
107 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
212 local void fixedtables(state)
330 local int updatewindow(strm, out)
1266 local unsigned syncsearch(have, buf, len)
/freebsd-10.0-release/contrib/apr/network_io/unix/
H A Dsockets.c285 * up-to-date, we don't know local interface of the connected socket either.
368 /* not bound to specific local interface; connect() had to assign
438 if (os_sock_info->local) {
440 os_sock_info->local,
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DAIX.mk26 .if exists(/usr/local/bin/gcc)
H A DLinux.mk29 .if exists(/usr/local/bin/gcc)
/freebsd-10.0-release/contrib/one-true-awk/
H A DREADME66 compiled this without any changes using gcc -Wall and/or local C
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_portable.h177 * @brief alias for local OS socket
185 struct sockaddr *local; /**< NULL if not yet bound */ member in struct:apr_os_sock_info_t
395 * Create a socket from an existing descriptor and local and remote
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_sm.h781 int osm_send_trap144(osm_sm_t *sm, ib_net16_t local);
787 * local
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/spnego/
H A Dcompat.c80 ctx->local = 0;
/freebsd-10.0-release/share/mk/
H A Dsys.mk19 # Set any local definitions first. Place this early, but it needs
21 .sinclude <local.sys.mk>
/freebsd-10.0-release/sys/amd64/amd64/
H A Delf_machdep.c145 int type, int local, elf_lookup_fn lookup)
144 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument

Completed in 238 milliseconds

12345678910