Searched refs:hm (Results 1 - 21 of 21) sorted by path

/macosx-10.10/BootCache-109/
H A Dlibrary.c559 struct BC_history_mount *hm; local
581 for (hm = hc->h_mounts; hm < (hc->h_mounts + hc->h_nmounts); hm++) {
582 if (! uuid_is_null(hm->hm_uuid)) {
584 uuid_copy(pm->pm_uuid, hm->hm_uuid);
621 hm = hc->h_mounts + he->he_mount_idx;
626 if (0 == uuid_compare(pc->p_mounts[mount_idx].pm_uuid, hm->hm_uuid)) {
643 if (pm->pm_nentries >= hm->hm_nentries) {
644 warnx("Bad playlist: more entries existed than mount %s claimed (%d)", uuid_string(pm->pm_uuid), hm
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Ddlfcn_w32.c136 HMODULE hm; local
147 hm = LoadLibrary(fn);
149 if (hm == NULL) {
155 return (void *) hm;
161 HMODULE hm = (HMODULE) vhm; local
163 return (DLSYM_RET_TYPE)(ULONG_PTR)GetProcAddress(hm, func_name);
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dprincipal.GUPTA4.APPLE.COM386 }q��VC;���5mk�k�(�:#Zg���uH��i*���\g����� J���[� ��y��� �\�  p �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|kusers0034@GUPTA4.APPLE.COM&����: kusers0034@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6g7yV %�rJ+��3�����*@�)��P���L��y���U�������6l�.u����'����/��aB�7"5���q��~?��-t����1.�����=Au��r�[ B��R��k��q>����p�����7UA�*�> ���}hm*�Yn�y���Q~�CzM��"(*`r��������4�-�m�r��I���{���~x����|kusers0033@GUPTA4.APPLE.COM&����: kusers0033@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6�= t0sJ���2�|��h�@ ��'������ArC)�`=�Z���m������.g�n4�2�����m�G���F������z��$���U������:.cu.,~�2lw��������f��QXfs����uos��}�������> �/� y����^�-��<}(C6 'T!�*�m����tu���H�+�;^�)3������-G����|kusers0032@GUPTA4.APPLE.COM&����: kusers0032@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6�����:<6�ic�Ja�LDn�U�l�.���� 6��A�u���nR��M$�@k.�=H�7�8��W���7SP��-���AD0��e9�_�(**! �.����~��>���+W����F{�h������2)]:#x�|�X�g9
542 ���_Q����w~���c��*�D����.�����Zg�_��?aV�_*�xa�vP�����.3�����\*���> �!&��3cy�R���=�;�q| �'ln��7l��=���-��s�)�*�O7�&6/��+i�d����|kusers0072@GUPTA4.APPLE.COM&����: kusers0072@GUPTA4.APPLE.COM4\ �3Mroot/admin@GUPTA4.APPLE.COM �3M6�_�hm����}G���O3- �L`��i��\�-�RYM�F? �vq �F9�x�t.&�
2596 �m4MD�r������}��Bu�hm�.�dX4 ��`7P���|kusers0641@GUPTA4.APPLE.COM&����: kusers0641@GUPTA4.APPLE.COM4\ d�3Mroot/admin@GUPTA4.APPLE.COMd�3M6}�M��}��w��2�^�4�W� Vw��I���0��Nt��/*2���}u-G�k.�
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dmeasfmt.cpp75 const UnicodeString &hm,
79 hourMinute(hm, status),
294 loadNumericDateFormatterPattern(resource, "hm", status),
780 case 3: // hm
74 NumericDateFormatters( const UnicodeString &hm, const UnicodeString &ms, const UnicodeString &hms, UErrorCode &status) argument
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.cpp307 headers_map hm;
334 hm[he.name()] = he;
344 return std::pair< size_t, headers_map >(tkz.lineno(), hm);
348 impl::write_headers(const impl::headers_map& hm, std::ostream& os) argument
350 PRE(!hm.empty());
351 headers_map::const_iterator ct = hm.find("Content-Type");
352 PRE(ct != hm.end());
354 for (headers_map::const_iterator iter = hm.begin(); iter != hm.end();
363 impl::validate_content_type(const impl::headers_map& hm, cons argument
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dtests.cpp80 atf::parser::headers_map hm; local
83 hm["Content-Type"] = atf::parser::header_entry("Content-Type",
85 atf::parser::write_headers(hm, m_os);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dtest-program.cpp522 atf::parser::headers_map hm; local
525 hm["Content-Type"] =
528 atf::parser::write_headers(hm, m_os);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-mips.c2178 struct mips_elf_link_hash_entry *hm
2182 if (hm->tls_type & GOT_TLS_GD)
2184 if (hm->tls_type & GOT_TLS_IE)
2196 struct mips_elf_link_hash_entry *hm
2200 arg->needed += mips_tls_got_relocs (arg->info, hm->tls_type, &hm->root);
2521 struct mips_elf_link_hash_entry *hm
2532 index = mips_tls_got_index (abfd, hm->tls_got_offset, &hm->tls_type,
2533 r_type, info, hm, valu
2165 struct mips_elf_link_hash_entry *hm local
2183 struct mips_elf_link_hash_entry *hm local
2508 struct mips_elf_link_hash_entry *hm local
[all...]
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Diopattern81 while getopts d:f:hm:v name
H A Diopending69 while getopts cd:f:hm: name
/macosx-10.10/dtrace-147/DTTk/Disk/
H A Diopattern81 while getopts d:f:hm:v name
H A Diopending69 while getopts cd:f:hm: name
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit9577 hm;\040 �� # ---> 6-7v0- 0
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-forms.el321 (hm (math-trunc (math-div b 60)))
322 (hmd (math-idivmod hm 60)))
326 (math-sub b (math-mul hm 60))))))))
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices5043 zephyr-clt 2103/udp # Zephyr serv-hm connection
5044 zephyr-clt 2103/tcp # Zephyr serv-hm connection
5045 zephyr-hm 2104/udp # Zephyr hostmanager
5046 zephyr-hm 2104/tcp # Zephyr hostmanager
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddnode.c369 struct hfsfilemeta *hm = (struct hfsfilemeta *)NULL; local
510 hm = &hmb;
663 dev = hm->h_dev;
672 rdev = hm->h_rdev;
706 Lf->inode = (INODETYPE)hm->h_nodeID;
752 Lf->sz = (type == VDIR) ? (SZOFFTYPE)hm->h_size
801 Lf->nlink = (long)hm->h_nlink;
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.freebsd96 04/03 Hellmuth Michaelis <hm@FreeBSD.org> born in Kiel, Schleswig-Holstein, Germany, 1958
/macosx-10.10/misc_cmds-33/calendar/calendars/de_DE.ISO8859-1/
H A Dcalendar.geschichte159 06/30 R�hm-Putsch, Ausschaltung der SA-F�hrung, 1934
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_oncore.c3665 double xd, xm, xs, yd, ym, ys, hm, hft; local
3684 hm = instance->ss_ht/100.;
3685 hft= hm/0.3048;
3691 ns, xd, ew, yd, hm, hft);
3701 "Lat = %c %3ddeg %7.4fm, Long = %c %3ddeg %8.5fm, Alt = %7.2fm (%7.2fft) GPS", ns, idx, xm, ew, idy, ym, hm, hft);
3712 ns, idx, imx, xs, ew, idy, imy, ys, hm, hft);
/macosx-10.10/vim-55/runtime/syntax/
H A Dasm68k.vim61 syn match asm68kOpcode "\<b[hm]i\(\.[bwls]\)\=\s"
95 syn match asm68kOpcode "\<db[hm]i\(\.w\)\=\s"
140 syn match asm68kOpcode "\<s[hm]i\(\.b\)\=\s"
156 syn match asm68kOpcode "\<t\(rap\)\=[hm]i\(\.[wl]\)\=\s"
165 syn match asm68kOpcode "\<t\(rap\)\=[hm]i\>"
H A Dkconfig.vim309 " TODO: hm, this kind of recursion doesn't work right. We need another set of

Completed in 651 milliseconds