Searched refs:dsec (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_heath.c278 char dsec, a[5]; local
302 &pp->minute, &pp->second, &dsec, a, &month, &day,
315 &pp->minute, &pp->second, &dsec) != 4) {
380 if (!isdigit((int)dsec))
383 pp->nsec = (dsec - '0') * 100000000;
H A Drefclock_neoclock4x.c460 int dsec; local
565 neol_atoi_len(&pp->a_lastcode[NEOCLOCK4X_OFFSET_HSEC], &dsec, 2);
567 pp->msec = dsec * 10; /* convert 1/100s from neoclock to real miliseconds */
569 pp->nsec = dsec * 10 * NSEC_TO_MILLI; /* convert 1/100s from neoclock to nanoseconds */
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Drddbg.c337 asection *dsec; local
344 dsec = bfd_get_section_by_name (abfd, ".debug");
345 if (dsec == NULL)
348 size = bfd_section_size (abfd, dsec);
350 if (! bfd_get_section_contents (abfd, dsec, contents, 0, size))
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dmktime.c294 double dsec = 60 * (60 * (24 * dday + hour) + min) + sec_requested; local
296 if (TIME_T_MAX / 3 - TIME_T_MIN / 3 < (dsec < 0 ? - dsec : dsec))
/macosx-10.10/emacs-93/emacs/src/
H A Dmktime.c377 double dsec = 60 * (60 * (24 * dday + hour) + min) + sec_requested; local
387 if (time_t_max / 3 - time_t_min / 3 < (dsec < 0 ? - dsec : dsec))
/macosx-10.10/uucp-11/uucp/contrib/
H A Duurate.c1572 static void fmtime(dsec, buf)
1573 double dsec;
1578 if( dsec <= 0 )
1583 lsec = fmod(dsec+0.5, 60L); /* round to the next full second */
1584 hrs = dsec / 3600L;
1585 min = ((long)dsec / 60L) % 60L;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxcofflink.c843 asection *dsec;
847 dsec = bfd_make_section_anyway_with_flags (abfd, ".ds", flags);
848 if (dsec == NULL)
851 xcoff_hash_table (info)->descriptor_section = dsec;
852 dsec->alignment_power = 2;
859 asection *dsec;
862 dsec = bfd_make_section_anyway_with_flags (abfd, ".debug", flags);
863 if (dsec == NULL)
866 xcoff_hash_table (info)->debug_section = dsec;
839 asection *dsec; local
855 asection *dsec; local
H A Dcoffcode.h2977 asection *dsec;
2979 dsec = bfd_make_section_old_way (abfd, DOT_DEBUG);
2980 if (dsec == NULL)
2982 dsec->size = sz;
2983 dsec->flags |= SEC_HAS_CONTENTS;
2976 asection *dsec; local
H A Delf64-ppc.c6193 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section;
6194 if (dsec == NULL)
6196 for (dsec = sym_sec->owner->sections; dsec; dsec = dsec->next)
6197 if (elf_discarded_section (dsec))
6199 ppc64_elf_tdata (sym_sec->owner)->deleted_section = dsec;
6204 eh->elf.root.u.def.section = dsec;
6189 asection *dsec = ppc64_elf_tdata (sym_sec->owner)->deleted_section; local

Completed in 204 milliseconds