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

12345678910

/freebsd-10.0-release/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h87 unsigned int local : 1; member in struct:__anon4792
/freebsd-10.0-release/crypto/openssh/
H A Dcanohost.c243 * Returns the local/remote IP-address/hostname of socket as a string.
365 /* Returns the local/remote port for the socket. */
368 get_sock_port(int sock, int local) argument
378 if (local) {
402 /* Returns remote/local port number for the current connection. */
405 get_port(int local) argument
415 return get_sock_port(packet_get_connection_in(), local);
/freebsd-10.0-release/lib/libc/powerpc/sys/
H A Dbrk.S46 bl _GLOBAL_OFFSET_TABLE_@local-4
H A Dsbrk.S45 bl _GLOBAL_OFFSET_TABLE_@local-4
/freebsd-10.0-release/usr.sbin/ppp/
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-10.0-release/contrib/bmake/mk/sys/
H A DUnixWare.mk13 PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/ccs/lib:/usr/ucb:/usr/local/bin
35 .if exists(/usr/local/bin/gcc)
48 .if exists(/usr/local/bin/g++)
63 .if exists(/usr/local/bin/g77)
132 .if exists(/usr/local/bin/bison)
H A DSunOS.mk25 PATH=/usr/xpg4/bin:/usr/sbin:/usr/bin:/usr/ucb:/usr/sfw/bin:/opt/gnu/bin:/usr/ccs/bin:/usr/local/bin
58 .if exists(/opt/gnu/bin/gcc) || exists(/usr/local/bin/gcc)
110 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison)
/freebsd-10.0-release/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-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c44 static int32_t hid_sdp_query (bdaddr_t const *local, struct hid_device *hd, int32_t *error);
88 hid_sdp_query(bdaddr_t const *local, struct hid_device *hd, int32_t *error) argument
97 if (local == NULL)
98 local = NG_HCI_BDADDR_ANY;
109 if ((ss = sdp_open(local, &hd->bdaddr)) == NULL)
/freebsd-10.0-release/lib/libz/
H A Ddeflate.c76 local void fill_window OF((deflate_state *s));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
84 local void lm_init OF((deflate_state *s));
85 local void putShortMSB OF((deflate_state *s, uInt b));
86 local void flush_pending OF((z_streamp strm));
87 local in
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c81 local void fill_window OF((deflate_state *s));
82 local block_state deflate_stored OF((deflate_state *s, int flush));
83 local block_state deflate_fast OF((deflate_state *s, int flush));
85 local block_state deflate_slow OF((deflate_state *s, int flush));
87 local void lm_init OF((deflate_state *s));
88 local void putShortMSB OF((deflate_state *s, uInt b));
89 local void flush_pending OF((z_streamp strm));
90 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
96 local uInt longest_match OF((deflate_state *s, IPos cur_match));
99 local uIn
[all...]
H A Dzutil.c207 local int next_ptr = 0;
214 local ptr_table table[MAX_PTR];
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dmad.c689 struct ib_mad_local_private *local; local
724 local = kmalloc(sizeof *local, GFP_ATOMIC);
725 if (!local) {
730 local->mad_priv = NULL;
731 local->recv_mad_agent = NULL;
735 printk(KERN_ERR PFX "No memory for local response MAD\n");
736 kfree(local);
754 local->mad_priv = mad_priv;
755 local
2367 struct ib_mad_local_private *local; local
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_arc.c238 ntpd ignores the year and uses the local-system year instead, so
1273 struct tm local; local
1283 local.tm_year = pp->year-1900;
1284 local.tm_mon = month-1;
1285 local.tm_mday = pp->day;
1286 local.tm_hour = pp->hour;
1287 local.tm_min = pp->minute;
1288 local.tm_sec = pp->second;
1291 local.tm_isdst = (flags & 2);
1294 local
[all...]
/freebsd-10.0-release/sbin/dhclient/
H A Ddispatch.c193 struct interface_info *ip = l->local;
225 ip = l->local;
256 struct interface_info *ip = l->local;
438 void *local)
448 p->local = local;
437 add_protocol(char *name, int fd, void (*handler)(struct protocol *), void *local) argument
/freebsd-10.0-release/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c331 char local[24], remote[24]; local
366 bdaddrpr(&pcb.src, local, sizeof(local)),
436 char local[24], remote[24]; local
472 bdaddrpr(&pcb.src, local, sizeof(local)),
/freebsd-10.0-release/usr.sbin/cron/doc/
H A DINSTALL32 You will also need /usr/local/etc and /usr/local/bin directories unless you
34 a long-time Usenet user you probably have them already. /usr/local/man is
77 Edit your /etc/rc or /etc/rc.local, looking for the line that starts up
79 -- usually /usr/local/etc/cron, unless you changed it in the Makefile.
81 Start up this cron daemon yourself as root. Just type /usr/local/etc/cron
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_getdate.c903 struct tm local, *tm; local
916 memset(&local, 0, sizeof(local));
920 local = *tm;
931 tzone = difftm (&gmt, &local);
935 if(local.tm_isdst)
953 /* Use current local timezone if none was specified. */
960 * time components instead of the local timezone. */
965 local = *gmt_ptr;
970 gds->Year = local
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dinit.mk25 .-include <local.init.mk>
/freebsd-10.0-release/contrib/gcc/
H A Dcgraph.h59 unsigned local : 1;
142 struct cgraph_local_info local; local
/freebsd-10.0-release/sys/arm/arm/
H A Delf_machdep.c127 int type, int local, elf_lookup_fn lookup)
155 if (local) {
126 elf_reloc_internal(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, int local, elf_lookup_fn lookup) argument
/freebsd-10.0-release/contrib/ntp/libparse/
H A Dclk_computime.c116 void *local
H A Dclk_rcc8000.c80 void *local
H A Dclk_schmid.c113 void *local

Completed in 303 milliseconds

12345678910