Searched refs:local (Results 101 - 125 of 260) sorted by relevance

1234567891011

/freebsd-9.3-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-9.3-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-9.3-release/contrib/cvs/src/
H A Dtag.c116 int local = 0; /* recursive by default */ local
153 local = 1;
168 local = 0;
221 if (local)
244 send_files (argc, argv, local, 0,
270 rtag_proc, (char *) NULL, 0, local, run_module_prog,
277 err = rtag_proc (argc + 1, argv - 1, NULL, NULL, NULL, 0, local, NULL,
1337 local directory. */
1339 tag_check_valid (name, argc, argv, local, aflag, repository)
1343 int local;
1409 argc, argv, local, which, aflag, local
[all...]
H A Dcheckout.c62 "\t-T\tCreate Template file from local repository for remote commit.\n",
120 int local = 0; local
195 local = 1;
198 local = 0;
297 client_expand_modules (argc, argv, local);
302 if (local)
334 client_send_expansions (local, where, 1);
390 where, shorten, local, run_module_prog, !pipeout,
1098 * update recursion processor. We will be recursive unless either local
1107 force_tag_match, 0 /* !local */ ,
[all...]
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dgetdate.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-9.3-release/contrib/bmake/mk/
H A Dinit.mk25 .-include <local.init.mk>
H A Ddep.mk28 .elif exists(/usr/local/share/bin/mkdeps.sh)
29 MKDEP_CMD?= /usr/local/share/bin/mkdeps.sh -N
/freebsd-9.3-release/contrib/gcc/
H A Dcgraph.h59 unsigned local : 1;
142 struct cgraph_local_info local; local
/freebsd-9.3-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-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.c207 local int next_ptr = 0;
214 local ptr_table table[MAX_PTR];
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_ha.h167 uint8_t *local; member in struct:ctl_ha_dt_req
/freebsd-9.3-release/contrib/ntp/libparse/
H A Dclk_schmid.c113 void *local
H A Dclk_rcc8000.c81 void *local
H A Dclk_computime.c116 void *local
H A Dclk_wharton.c91 void *local
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-c.c146 tree local = lookup_name (decl); local
147 if (local && (TREE_CODE (local) == PARM_DECL
148 || TREE_CODE (local) == VAR_DECL))
149 TREE_USED (local) = 1;
486 "Translate" them, i.e. replace /usr/local/lib/gcc... with
/freebsd-9.3-release/usr.bin/rlogin/
H A Drlogin.c381 int bol, local, n; local
385 local = 0;
397 * is doubled, this acts as a force and local echo is
403 local = 1;
406 } else if (local) {
407 local = 0;
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dvlan_init.c677 struct sockaddr_nl local; local
695 os_memset(&local, 0, sizeof(local));
696 local.nl_family = AF_NETLINK;
697 local.nl_groups = RTMGRP_LINK;
698 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) {
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c130 strcasecmp(data, "local") == 0)
581 char *local; local
584 asprintf(&local, "%s/%s", path, p->name);
588 krb5_warnx(context, "%s: unknown or wrong type", local);
591 error |= (*(check_func_t)e->check_data)(context, local, p->u.string);
593 error |= check_section(context, local, p->u.list, e->check_data);
599 krb5_warnx(context, "%s: unknown entry", local);
602 free(local);
H A Dauth_context.c168 struct sockaddr *local = (struct sockaddr *)&ss_local; local
175 if(getsockname(fd, local, &len) < 0) {
181 ret = krb5_sockaddr2address (context, local, &local_k_address);
184 krb5_sockaddr2port (context, local, &auth_context->local_port);
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DHP-UX.mk27 LD_bpath?=-Wl,+b/lib:/usr/lib:/usr/local/lib
44 .if exists(/usr/local/bin/gcc)
115 .if exists(/usr/local/bin/bison)
H A DOSF1.mk33 .if exists(/opt/gnu/bin/gcc) || exists(/usr/local/bin/gcc)
89 .if exists(/usr/local/bin/bison) || exists(/opt/gnu/bin/bison)
/freebsd-9.3-release/lib/libz/
H A Dgzwrite.c12 local int gz_init OF((gz_statep));
13 local int gz_comp OF((gz_statep, int));
14 local int gz_zero OF((gz_statep, z_off64_t));
18 local int gz_init(state)
73 local int gz_comp(state, flush)
136 local int gz_zero(state, len)
H A Dgzlib.c22 local void gz_reset OF((gz_statep));
23 local gzFile gz_open OF((const void *, int, const char *));
78 local void gz_reset(state)
94 local gzFile gz_open(path, fd, mode)
/freebsd-9.3-release/lib/libz/test/
H A Dminigzip.c139 # define local static macro
142 # define local macro
366 local char buf[BUFLEN];
434 local char buf[BUFLEN];
461 local char outfile[MAX_NAME_LEN];
499 local char buf[MAX_NAME_LEN];

Completed in 137 milliseconds

1234567891011