Searched refs:inh (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dread_pwd.c525 HANDLE inh; local
526 inh = GetStdHandle(STD_INPUT_HANDLE);
527 FlushConsoleInputBuffer(inh);
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c741 HANDLE inh; local
742 inh = GetStdHandle(STD_INPUT_HANDLE);
743 FlushConsoleInputBuffer(inh);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlinker.c1870 struct bfd_link_hash_entry *inh;
1874 inh = bfd_wrapped_link_hash_lookup (abfd, info, string, TRUE,
1876 if (inh == NULL)
1878 if (inh->type == bfd_link_hash_indirect
1879 && inh->u.i.link == h)
1887 if (inh->type == bfd_link_hash_new)
1889 inh->type = bfd_link_hash_undefined;
1890 inh->u.undef.abfd = abfd;
1891 bfd_link_add_undef (info->hash, inh);
1904 h->u.i.link = inh;
1865 struct bfd_link_hash_entry *inh; local
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_map.c3396 vm_inherit_t inh; local
3420 inh = old_entry->inheritance;
3422 inh != VM_INHERIT_NONE)
3423 inh = VM_INHERIT_COPY;
3425 switch (inh) {

Completed in 196 milliseconds