HomeSort by: relevance | last modified time | path
    Searched defs:lat (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/cvslatest/
cvslatest.c 70 printlat(const struct latest *lat)
72 fprintf(stderr, "%s %s", lat->path, ctime(&lat->time));
102 getlatest(const FTSENT *e, const char *repo, struct latest *lat)
154 if (lat->time == 0 || lat->time < t) {
155 lat->time = t;
156 snprintf(lat->path, sizeof(lat->path),
159 printlat(lat);
253 struct latest lat; local
    [all...]
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_iter.c 215 char *lat, *rat; local
219 lat = (char *)strchr(lname, '@');
222 if (lat != NULL)
223 *lat = '\0';
233 if (lat == NULL) {
252 ret = strcmp(lat + 1, rat + 1);
260 if (lat != NULL)
261 *lat = '@';
  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.c 609 double lat, lon, alt; local
610 lat = getdbl((u_char *) &mb(42)) * R2D;
615 up->unit, lat,lon,alt);
751 double lat, lon, alt; local
752 lat = getdbl((u_char *) &mb(36)) * R2D;
757 up->unit, lat,lon,alt);
refclock_mx4200.c 421 * (Set field 1 'K' == known position if we can initialize lat/lon/alt).
486 double minute, lat, lon, alt; local
558 lat = up->avg_lat;
561 lat = up->avg_lat * (-1.0);
572 minute = (lat - (double)(int)lat) * 60.0;
573 snprintf(lats, sizeof(lats), "%02d%02.4f", (int)lat, minute);
1238 double mtime, lat, lon, alt, geoid, vele, veln; local
1249 &sentence_type, &mtime, &lat, &north_south, &lon, &east_west,
1265 if (lat < 0.0) return ("negative latitude")
    [all...]
refclock_true.c 359 int lat, lon, off; /* GOES Satellite position */ local
415 sscanf(pp->a_lastcode, "%5d%*c%3d%*c%3d", &lon, &lat, &off) == 3
jupiter.h 98 u_short lat[2]; /* latitude (radians) */ member in struct:jgpos
231 u_short lat[2]; /* latitude (radians) */ member in struct:jpvtinit
refclock_oncore.c 132 * Lat,Long,Ht, cable-delay, offset, and the ReceiverID (along with the
1128 * MODE, LAT, LON, (HT, HTGPS, HTMSL), DELAY, OFFSET, ASSERT, CLEAR, HARDPPS,
1130 * then initialize using method MODE. For Mode = (1,3) all of (LAT, LON, HT) must
1141 * Expect to see two lines with 'LONG', 'LAT' followed by 1-3 fields.
1214 * LAT 35 08.999
1294 if (!strncmp(cc, "LAT", (size_t) 3)) {
1406 * If lat/long/ht specified they ALL must be specified for mode = (1,3).
3123 long lat, lon, ht; local
3124 double Lat, Lon, Ht;
3127 lat = buf_w32(&buf[4])
3707 long lat, lon; local
3944 double lat, lon, ht; local
    [all...]
refclock_parse.c 4443 mfptoa(lla[LAT].l_ui, lla[LAT].l_uf, 4),
5712 double lat = getflt((unsigned char *)&mb(0)); local
5717 t = ap(pbuffer, sizeof(pbuffer), t, "lat %f %c, long %f %c, alt %.2fm",
5718 ((lat < 0.0) ? (-lat) : (lat))*RTOD, (lat < 0.0 ? 'S' : 'N'),
5738 double lat = getdbl((unsigned char *)&mb(0)); local
5740 t = ap(pbuffer, sizeof(pbuffer), t, "lat %f %c, lon %f %c, alt %.2fm"
    [all...]
refclock_ripencc.c 300 short rpt_0x4A (TSIPPKT *rpt, float *lat, float *lon, float *alt,
343 short rpt_0x84 (TSIPPKT *rpt, double *lat, double *lon, double *alt,
358 float *bias_unc, float *dr_unc, double *lat, double *lon, double *alt,
362 short rpt_0x8F20 (TSIPPKT *rpt, unsigned char *info, double *lat,
1596 double lat, lon, alt; local
1642 lat = bGetDouble(&buf[42]) * R2D;
1646 if (lat < 0.0) {
1648 lat = -lat;
1653 lat_deg = (short)lat;
3566 lat, lon, local
4327 lat, lon, lat_min, lon_min, local
4491 lat, local
4690 lat, lon, alt, time_of_fix; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
at.c 1031 LDAPAttributeType lat, *latp; local
1034 lat = at->sat_atype;
1036 lat.at_oid = at->sat_oidmacro;
1038 lat.at_syntax_oid = at->sat_soidmacro;
1039 latp = &lat;
  /src/sys/netinet/
sctp_input.c 1886 struct mbuf *lat; local
1888 lat = m_sig;
1889 while (lat) {
1890 mmlen += lat->m_len;
1891 lat = lat->m_next;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-cp.cc 277 list. Must correspond to TYPE_SIZE of all lat values. */
444 /* Return whether LAT is a lattice with a single constant and without an
480 /* Print a lattice LAT to F. */
947 /* Set lattice LAT to bottom and return true if it previously was not set as
1536 ipcp_lattice<tree> *lat; local
1541 lat = ipa_get_scalar_lat (info, idx);
1542 if (!lat->is_single_const ())
1544 input = lat->values->value;
1604 ipcp_lattice<ipa_polymorphic_call_context> *lat;
1605 lat = ipa_get_poly_ctx_lat (info, srcidx)
1762 struct ipcp_lattice<tree> *lat = &src_plats->itself; local
1862 ipcp_lattice<tree> *lat = ipa_get_scalar_lat (info, i); local
3437 ipcp_lattice<tree> *lat = &plats->itself; local
3613 ipcp_lattice<tree> *lat = &plats->itself; local
3795 ipcp_lattice<tree> *lat = &plats->itself; local
4985 ipcp_lattice<tree> *lat = ipa_get_scalar_lat (caller_info, fidx); local
6186 ipcp_lattice<tree> *lat = &plats->itself; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 533 int lat;
539 && (lat = strtol (alpha_mlat_string, &end, 10), *end == '\0'))
552 lat = alpha_mlat_string[1] - '0';
553 if (lat <= 0 || lat > 3 || cache_latency[alpha_tune][lat-1] == -1)
556 lat, alpha_cpu_name[alpha_tune]);
557 lat = 3;
560 lat = cache_latency[alpha_tune][lat-1]
532 int lat; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 533 int lat;
539 && (lat = strtol (alpha_mlat_string, &end, 10), *end == '\0'))
552 lat = alpha_mlat_string[1] - '0';
553 if (lat <= 0 || lat > 3 || cache_latency[alpha_tune][lat-1] == -1)
556 lat, alpha_cpu_name[alpha_tune]);
557 lat = 3;
560 lat = cache_latency[alpha_tune][lat-1]
532 int lat; local
    [all...]

Completed in 67 milliseconds