Searched defs:local (Results 176 - 200 of 271) sorted by relevance

1234567891011

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_init.c829 struct sockaddr_nl local; local
852 os_memset(&local, 0, sizeof(local));
853 local.nl_family = AF_NETLINK;
854 local.nl_groups = RTMGRP_LINK;
855 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) {
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c755 static void set_anqp_req(unsigned int bit, const char *name, int local, argument
759 if (local) {
760 wpa_printf(MSG_DEBUG, "ANQP: %s (local)", name);
877 "(local)");
894 "(local)");
H A Dvlan_init.c829 struct sockaddr_nl local; local
852 os_memset(&local, 0, sizeof(local));
853 local.nl_family = AF_NETLINK;
854 local.nl_groups = RTMGRP_LINK;
855 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c755 static void set_anqp_req(unsigned int bit, const char *name, int local, argument
759 if (local) {
760 wpa_printf(MSG_DEBUG, "ANQP: %s (local)", name);
877 "(local)");
894 "(local)");
H A Dvlan_init.c829 struct sockaddr_nl local; local
852 os_memset(&local, 0, sizeof(local));
853 local.nl_family = AF_NETLINK;
854 local.nl_groups = RTMGRP_LINK;
855 if (bind(priv->s, (struct sockaddr *) &local, sizeof(local)) < 0) {
/external/zlib/src/contrib/untgz/
H A Duntgz.c193 struct tm *local; local
196 local = localtime(t);
198 local->tm_year+1900, local->tm_mon+1, local->tm_mday,
199 local->tm_hour, local->tm_min, local->tm_sec);
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py49 # Thread-local variables container.
50 from webapp2_extras import local namespace
51 _local = local.Local()
53 logging.warning("webapp2_extras.local is not available "
1484 If :mod:`webapp2_extras.local` is available the app and request
1486 using thread-local, making the application thread-safe. This can also
1489 If :mod:`webapp2_extras.local` is not available app and request will
1968 """Assigns WSGIApplication globals to a proxy pointing to thread-local."""
/external/icu/icu4c/source/i18n/
H A Dolsontz.cpp379 // Compute local epoch millis from input fields
389 void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t& rawoff, argument
395 finalZone->getOffset(date, local, rawoff, dstoff, ec);
397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff);
473 OlsonTimeZone::getHistoricalOffset(UDate date, UBool local, argument
477 date, local?"T":"F", NonExistingTimeOpt, DuplicatedTimeOpt));
485 if (!local && sec < transitionTimeInSeconds(0)) {
496 if (local && (sec >= (transition - MAX_OFFSET_SECONDS))) {
507 // Positive transition, which makes a non-existing local time range
522 // Negative transition, which makes a duplicated local tim
[all...]
H A Drbtz.cpp399 RuleBasedTimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
401 getOffsetInternal(date, local, kFormer, kLatter, rawOffset, dstOffset, status);
415 RuleBasedTimeZone::getOffsetInternal(UDate date, UBool local, argument
437 local, NonExistingTimeOpt, DuplicatedTimeOpt);
443 local, NonExistingTimeOpt, DuplicatedTimeOpt);
446 rule = findRuleInFinal(date, local, NonExistingTimeOpt, DuplicatedTimeOpt);
457 local, NonExistingTimeOpt, DuplicatedTimeOpt)) {
688 RuleBasedTimeZone::findRuleInFinal(UDate date, UBool local, argument
705 if (local) {
714 if (local) {
896 getTransitionTime(Transition* transition, UBool local, int32_t NonExistingTimeOpt, int32_t DuplicatedTimeOpt) const argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java383 * Returns the current local sidereal time, measured in hours
391 * Converts local sidereal time to Universal Time.
400 // Convert to local mean time
403 // Then find local midnight on this day
677 * Returns the time (GMT) of sunrise or sunset on the local date to which
681 * time near local noon. Because of variations between the local
684 * is set to a time near local midnight.
692 // Make a rough guess: 6am or 6pm local time on the current day
784 // // 11. Convert GST to UT and then to local civi
1469 public String local(long localMillis) { method in class:CalendarAstronomer
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java89 public void getOffset(long date, boolean local, int[] offsets) { argument
90 tz.getOffset(date, local, offsets);
/external/ipsec-tools/src/racoon/
H A Dhandler.h102 * (local) (remote) (local) (remote)
119 struct sockaddr *local; /* local address to negosiate ph1 */ member in struct:ph1handle
338 struct sockaddr *local; /* the local address */ member in struct:recvdpkt
414 struct sockaddr_storage local; member in struct:ph1dump
H A Disakmp.c213 struct sockaddr_storage local; local
215 unsigned int local_len = sizeof(local);
223 (struct sockaddr *)&local, &local_len)) < 0) {
322 (struct sockaddr *)&local, &local_len)) < 0) {
354 (struct sockaddr *)&local));
369 res=check_recvdpkt((struct sockaddr *)&remote,(struct sockaddr *)&local, buf);
380 (struct sockaddr *)&local) != 0) goto end;
397 isakmp_main(msg, remote, local)
399 struct sockaddr *remote, *local;
407 isakmp_printpacket(msg, remote, local,
[all...]
/external/libnl/lib/route/
H A Daddr.c31 * // local address will automatically set the address family and the
42 * // requirements. If none is set, it will equal the local address.
80 * // local nor peer address have been specified.
83 * // Specyfing the local address is optional but the best choice to delete
93 * // requirements. If none is set, it will equal the local address.
109 #include <netlink-local.h>
248 /* IPv6 sends the local address as IFA_ADDRESS with
518 __ADD(ADDR_ATTR_LOCAL, local)
637 * - local address (rtnl_addr_set_local())
711 * - local addres
867 rtnl_addr_set_local(struct rtnl_addr *addr, struct nl_addr *local) argument
[all...]
/external/libxml2/
H A Dxinclude.c499 int local = 0; local
520 local = 1;
618 * If local and xml then we need a fragment
620 if ((local == 1) && (xml == 1) &&
623 "detected a local recursion with no xpointer in %s\n",
633 if ((!local) && (xml == 1)) {
1451 * Handling of references to the local document are done
1832 * Handling of references to the local document are done
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c125 unsigned local,
140 declaration.Local = local;
118 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, struct tgsi_header *header ) argument
/external/mksh/src/
H A Dvar.c168 * Used to calculate an array index for global()/local(). Sets *arrayp
170 * the basename of the array. May only be called from global()/local()
296 * Search for local variable, if not found create locally.
299 local(const char *n, bool copy) function
850 /* prevent typeset from creating a local PATH/ENV/SHELL */
856 vp = (set & LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) :
1502 /* to get local array, use "local foo; set -A foo" */
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodWriter.java97 * this case the maximum stack size and number of local variables is also
105 * Indicates that the maximum stack size and number of local variables must
232 * Maximum number of local variables for this method.
268 * local variables start at index 3 and are followed by the operand stack
407 * of local variables must be automatically computed.
543 final Object[] local,
554 if (local[i] instanceof String) {
556 | cw.addType((String) local[i]);
557 } else if (local[i] instanceof Integer) {
558 frame[frameIndex++] = ((Integer) local[
540 visitFrame( final int type, final int nLocal, final Object[] local, final int nStack, final Object[] stack) argument
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java407 public void iinc(Local local, int amount) { argument
408 mv.visitIincInsn(local.getIndex(), amount);
411 public void store_local(Local local) { argument
412 store_local(local.getType(), local.getIndex());
415 public void load_local(Local local) { argument
416 load_local(local.getType(), local.getIndex());
/external/openssh/
H A Dsshconnect.c285 /* Bind the socket to an alternative local IP address */
819 int local = sockaddr_is_local(hostaddr); local
833 if (options.no_host_authentication_for_localhost == 1 && local &&
850 if (options.check_host_ip && (local ||
1002 * local known_hosts file.
1451 * Execute a local command
/external/ppp/pppd/
H A Dipcp.c90 /* local vars */
167 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
231 "set local and remote IP addresses",
423 u_int32_t local, remote; local
436 * If colon first character, then no local addr.
440 if ((local = inet_addr(arg)) == (u_int32_t) -1) {
445 local = *(u_int32_t *)hp->h_addr;
447 if (bad_ip_adrs(local)) {
448 option_error("bad local IP address %s", ip_ntoa(local));
1711 u_int32_t local; local
[all...]
/external/strace/
H A Dutil.c969 const struct iovec local = { local
978 return process_vm_readv(pid, &local, 1, &remote, 1, 0);
/external/v8/test/cctest/
H A Dcctest.h306 v8::Local<v8::Context> local() { function in class:LocalContext
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jar ... .starteam.File remote java.io.File local protected boolean shouldCheckout (java.lang.String) String pName ...
/external/bison/
H A Dmaint.mk166 local-checks-available += $(syntax-check-rules)
168 local-checks-available += no-vc-detected
172 .PHONY: $(local-checks-available)
194 local-check := \
196 $(filter-out $(local-checks-to-skip), $(local-checks-available)))
198 syntax-check: $(local-check)
1412 alpha beta stable: $(local-check) writable-files $(submodule-checks)
1492 # Some projects carry local adjustments for gnulib modules via patches in
1497 # generate a fuzz-free .diff file. If you customize the name of your local
[all...]

Completed in 648 milliseconds

1234567891011