Home
last modified time | relevance | path

Searched refs:hf (Results 1 – 20 of 20) sorted by relevance

/freebsd-9-stable/lib/libedit/
Dhistory.c1022 History hf; in history() local
1024 hf.h_ref = va_arg(va, ptr_t); in history()
1026 hf.h_first = va_arg(va, history_gfun_t); in history()
1027 hf.h_next = va_arg(va, history_gfun_t); in history()
1028 hf.h_last = va_arg(va, history_gfun_t); in history()
1029 hf.h_prev = va_arg(va, history_gfun_t); in history()
1030 hf.h_curr = va_arg(va, history_gfun_t); in history()
1031 hf.h_set = va_arg(va, history_sfun_t); in history()
1032 hf.h_clear = va_arg(va, history_vfun_t); in history()
1033 hf.h_enter = va_arg(va, history_efun_t); in history()
[all …]
/freebsd-9-stable/sys/netpfil/ipfw/test/
Dtest_dn_heap.c51 uint32_t hf(uintptr_t key, int flags, void *arg) in hf() function
96 h = dn_ht_init(NULL, 10, 0, hf, matchf, newfn); in test_hash()
103 h = dn_ht_init(NULL, 10, 0, hf, matchf, NULL); in test_hash()
/freebsd-9-stable/release/picobsd/tinyware/msh/
Dsh5.c598 register hf, tf; local
602 hf = open(hname, 0);
603 if (hf < 0)
614 PUSHIO(afile, hf, herechar);
628 return (hf);
/freebsd-9-stable/contrib/ntp/include/
Dntp_fp.h78 #define NTOHL_MFP(ni, nf, hi, hf) \ argument
81 (hf) = ntohl(nf); \
84 #define HTONL_MFP(hi, hf, ni, nf) \ argument
87 (nf) = htonl(hf); \
/freebsd-9-stable/contrib/sendmail/cf/ostype/
Dunicosmk.m416 define(`HELP_FILE', `/usr/lib/sendmail.hf')
Dunicos.m416 define(`HELP_FILE', `/usr/lib/sendmail.hf')
Dirix5.m428 # - helpfile is in /etc/sendmail.hf in SGI's /etc/sendmail.cf
Dirix6.m428 # - helpfile is in /etc/sendmail.hf in SGI's /etc/sendmail.cf
/freebsd-9-stable/contrib/libc++/include/
Dunordered_set51 explicit unordered_set(size_type n, const hasher& hf = hasher(),
56 size_type n = 0, const hasher& hf = hasher(),
69 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
72 unordered_set(size_type n, const hasher& hf, const allocator_type& a); // C++14
77 const hasher& hf, const allocator_type& a); // C++14
80 const hasher& hf, const allocator_type& a); // C++14
200 explicit unordered_multiset(size_type n, const hasher& hf = hasher(),
205 size_type n = 0, const hasher& hf = hasher(),
218 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
221 unordered_multiset(size_type n, const hasher& hf, const allocator_type& a); // C++14
[all …]
Dunordered_map52 explicit unordered_map(size_type n, const hasher& hf = hasher(),
57 size_type n = 0, const hasher& hf = hasher(),
70 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
74 unordered_map(size_type n, const hasher& hf, const allocator_type& a)
75 : unordered_map(n, hf, key_equal(), a) {} // C++14
80 unordered_map(InputIterator f, InputIterator l, size_type n, const hasher& hf,
82 : unordered_map(f, l, n, hf, key_equal(), a) {} // C++14
85 unordered_map(initializer_list<value_type> il, size_type n, const hasher& hf,
87 : unordered_map(il, n, hf, key_equal(), a) {} // C++14
216 explicit unordered_multimap(size_type n, const hasher& hf = hasher(),
[all …]
/freebsd-9-stable/contrib/sendmail/src/
DMakefile.m485 install-hf:
Dsrvrsmtp.c5272 register SM_FILE_T *hf; local
5289 (hf = safefopen(HelpFile, O_RDONLY, 0444, sff)) == NULL)
5311 while (sm_io_fgets(hf, SM_TIME_DEFAULT, buf, sizeof(buf)) >= 0)
5374 (void) sm_io_close(hf, SM_TIME_DEFAULT);
/freebsd-9-stable/contrib/libc++/include/ext/
Dhash_set42 explicit hash_set(size_type n = 193, const hasher& hf = hasher(),
47 size_type n = 193, const hasher& hf = hasher(),
128 explicit hash_multiset(size_type n = 193, const hasher& hf = hasher(),
133 size_type n = 193, const hasher& hf = hasher(),
Dhash_map43 explicit hash_map(size_type n = 193, const hasher& hf = hasher(),
48 size_type n = 193, const hasher& hf = hasher(),
132 explicit hash_multimap(size_type n = 193, const hasher& hf = hasher(),
137 size_type n = 193, const hasher& hf = hasher(),
/freebsd-9-stable/contrib/sendmail/libmilter/
Dengine.c1373 char *hf, *hv; local
1381 if (dec_arg2(g->a_buf, g->a_len, &hf, &hv) == MI_SUCCESS)
1382 return (*fi_header)(g->a_ctx, hf, hv);
/freebsd-9-stable/sys/dev/bwn/
Dif_bwn.c2470 uint64_t hf; in bwn_phy_g_set_antenna() local
2477 hf = bwn_hf_read(mac) & ~BWN_HF_UCODE_ANTDIV_HELPER; in bwn_phy_g_set_antenna()
2478 bwn_hf_write(mac, hf); in bwn_phy_g_set_antenna()
2515 hf |= BWN_HF_UCODE_ANTDIV_HELPER; in bwn_phy_g_set_antenna()
2516 bwn_hf_write(mac, hf); in bwn_phy_g_set_antenna()
3134 uint64_t hf; in bwn_core_init() local
3179 hf = bwn_hf_read(mac); in bwn_core_init()
3181 hf |= BWN_HF_GPHY_SYM_WORKAROUND; in bwn_core_init()
3183 hf |= BWN_HF_PAGAINBOOST_OFDM_ON; in bwn_core_init()
3185 hf |= BWN_HF_GPHY_DC_CANCELFILTER; in bwn_core_init()
[all …]
/freebsd-9-stable/contrib/sendmail/cf/
DREADME273 /etc/sendmail.hf /etc/mail/helpfile
274 /etc/mail/sendmail.hf /etc/mail/helpfile
275 /usr/ucblib/sendmail.hf /etc/mail/helpfile
276 /etc/ucbmail/sendmail.hf /etc/mail/helpfile
277 /usr/lib/sendmail.hf /etc/mail/helpfile
278 /usr/share/lib/sendmail.hf /etc/mail/helpfile
279 /usr/share/misc/sendmail.hf /etc/mail/helpfile
280 /share/misc/sendmail.hf /etc/mail/helpfile
/freebsd-9-stable/contrib/sendmail/
DRELEASE_NOTES1251 files are named with an hf prefix instead of a qf prefix.
5287 sendmail/sendmail.hf => sendmail/helpfile
5422 Include full filename on installation of the sendmail.hf file
/freebsd-9-stable/contrib/gcc/
DFSFChangeLog.117397 (tst{hf,tqf}): Simplified.
DChangeLog-200029678 * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same