| /freebsd-12.1/contrib/wpa/src/utils/ |
| H A D | browser.c | 56 ctx->progress = 100 * webkit_web_view_get_progress(view); in view_cb_notify_progress() 66 int status = webkit_web_view_get_load_status(view); in view_cb_notify_load_status() 68 __func__, status, webkit_web_view_get_uri(view)); in view_cb_notify_load_status() 105 if (!webkit_web_view_can_show_mime_type(view, mime)) { in view_cb_mime_type_policy_decision() 155 WebKitWebView *view; in hs20_web_browser() local 179 view = WEBKIT_WEB_VIEW(webkit_web_view_new()); in hs20_web_browser() 180 g_signal_connect(G_OBJECT(view), "notify::progress", in hs20_web_browser() 192 g_signal_connect(G_OBJECT(view), "title-changed", in hs20_web_browser() 198 gtk_widget_grab_focus(GTK_WIDGET(view)); in hs20_web_browser() 201 settings = webkit_web_view_get_settings(view); in hs20_web_browser() [all …]
|
| /freebsd-12.1/contrib/bsnmp/snmp_vacm/ |
| H A D | vacm_snmp.c | 482 if (view != NULL) { in op_vacm_view() 500 memset(view->mask, 0, sizeof(view->mask)); in op_vacm_view() 592 return (string_get(val, view->mask, sizeof(view->mask))); in op_vacm_view() 594 if (view->exclude) in op_vacm_view() 827 for (view = vacm_first_view(); view != NULL; view = vacm_next_view(view)) in vacm_get_view() 830 return (view); in vacm_get_view() 848 for (view = vacm_first_view(); view != NULL; view = vacm_next_view(view)) in vacm_get_next_view() 861 for (view = vacm_first_view(); view != NULL; view = vacm_next_view(view)) in vacm_get_view_by_name() 864 return (view); in vacm_get_view_by_name() 1010 for (view = vacm_first_view(); view != NULL; view = vacm_next_view(view)) in vacm_dump() [all …]
|
| /freebsd-12.1/contrib/unbound/services/ |
| H A D | view.c | 50 struct view* a = (struct view*)v1; in view_cmp() 51 struct view* b = (struct view*)v2; in view_cmp() 74 view_delete(struct view* v) in view_delete() 88 struct view* v = (struct view*)n; in delviewnode() 103 static struct view* 106 struct view* v = (struct view*)calloc(1, sizeof(*v)); in view_create() 120 static struct view* 147 struct view* v; in views_apply_cfg() 223 struct view* 226 struct view* v; in views_find_view() [all …]
|
| H A D | view.h | 66 struct view { struct 120 void view_delete(struct view* v); 135 struct view* views_find_view(struct views* vs, const char* name, int write);
|
| H A D | localzone.h | 318 char** tagname, int num_tags, struct view* view);
|
| /freebsd-12.1/release/picobsd/floppy.tree/etc/ |
| H A D | snmpd.conf | 39 view all included .1 80 40 view system included system fe 41 view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc
|
| /freebsd-12.1/contrib/bsnmp/snmpd/ |
| H A D | main.c | 380 struct vacm_view *view; in snmp_pdu_auth_access() local 470 if ((!suboid && !view->exclude) || (suboid && view->exclude)) { in snmp_pdu_auth_access() 2994 if (view == NULL) in vacm_next_view() 2997 return (SLIST_NEXT(view, vvl)); in vacm_next_view() 3030 if ((view = (struct vacm_view *)malloc(sizeof(*view))) == NULL) in vacm_new_view() 3033 memset(view, 0, sizeof(*view)); in vacm_new_view() 3034 strlcpy(view->viewname, vname, sizeof(view->viewname)); in vacm_new_view() 3040 return (view); in vacm_new_view() 3055 free(view); in vacm_new_view() 3059 return (view); in vacm_new_view() [all …]
|
| /freebsd-12.1/release/picobsd/tinyware/view/ |
| H A D | Makefile | 3 PROG=view 4 SRCS=view.c
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StringExtractor.cpp | 398 llvm::StringRef view(m_packet); in GetNameColonValue() local 399 if (view.empty()) in GetNameColonValue() 403 view = view.substr(m_index); in GetNameColonValue() 404 std::tie(a, b) = view.split(':'); in GetNameColonValue() 416 size_t bytes_consumed = d.data() - view.data(); in GetNameColonValue()
|
| /freebsd-12.1/sys/xen/interface/hvm/ |
| H A D | hvm_op.h | 426 uint16_t view; member 436 uint16_t view; member 448 uint16_t view; member 483 struct xen_hvm_altp2m_view view; member
|
| /freebsd-12.1/contrib/unbound/daemon/ |
| H A D | acl_list.h | 107 struct view* view; member
|
| H A D | acl_list.c | 183 node->view = views_find_view(vs, str2, 0 /* get read lock*/); in acl_list_view_cfg() 184 if(!node->view) { in acl_list_view_cfg() 188 lock_rw_unlock(&node->view->lock); in acl_list_view_cfg()
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | CHANGES | 142 *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup 146 *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?view=markup 150 *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?view=markup 154 *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.1.x/CHANGES?view=markup 158 *) http://svn.apache.org/viewvc/apr/apr-util/branches/1.0.x/CHANGES?view=markup 162 *) http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=markup
|
| /freebsd-12.1/contrib/unbound/respip/ |
| H A D | respip.c | 421 struct view* v; in respip_views_apply_cfg() 902 struct view* view = NULL; in respip_rewrite_reply() local 925 view = cinfo->view; in respip_rewrite_reply() 940 if(view) { in respip_rewrite_reply() 941 lock_rw_rdlock(&view->lock); in respip_rewrite_reply() 942 if(view->respip_set) { in respip_rewrite_reply() 944 view->respip_set, &rrset_id))) { in respip_rewrite_reply() 950 if(!raddr && !view->isfirst) in respip_rewrite_reply() 1012 if(view) { in respip_rewrite_reply() 1013 lock_rw_unlock(&view->lock); in respip_rewrite_reply()
|
| H A D | respip.h | 71 struct view* view; member
|
| /freebsd-12.1/contrib/apr/ |
| H A D | CHANGES | 180 *) http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup 184 *) http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?view=markup 188 *) http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?view=markup 192 *) http://svn.apache.org/viewvc/apr/apr/branches/1.1.x/CHANGES?view=markup 196 *) http://svn.apache.org/viewvc/apr/apr/branches/1.0.x/CHANGES?view=markup 200 *) http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?view=markup
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | EdgeBundles.cpp | 54 view(); in runOnMachineFunction() 100 void EdgeBundles::view() const { in view() function in EdgeBundles
|
| H A D | MachineBlockFrequencyInfo.cpp | 194 view("MachineBlockFrequencyDAGS." + F.getName()); in calculate() 215 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { in view() function in MachineBlockFrequencyInfo
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | am335x-osd335x-common.dtsi | 26 * Therefore, from a DEVICE_ID revision point of view, the silicon looks 27 * like it is Revision 2.1. However, from an EFUSE_SMA point of view for
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | Makefile.in | 112 services/localzone.c services/mesh.c services/modstack.c services/view.c \ 134 iter_scrub.lo iter_utils.lo localzone.lo mesh.lo modstack.lo view.lo \ 679 $(srcdir)/util/storage/dnstree.h $(srcdir)/util/module.h $(srcdir)/services/view.h 801 $(srcdir)/util/storage/dnstree.h $(srcdir)/services/view.h $(srcdir)/sldns/sbuffer.h \ 805 view.lo view.o: $(srcdir)/services/view.c config.h $(srcdir)/services/view.h $(srcdir)/util/rbtree.… 893 $(srcdir)/util/storage/dnstree.h $(srcdir)/services/view.h $(srcdir)/sldns/sbuffer.h \ 940 $(srcdir)/util/storage/dnstree.h $(srcdir)/services/view.h $(srcdir)/sldns/sbuffer.h \ 963 $(srcdir)/util/storage/dnstree.h $(srcdir)/services/view.h $(srcdir)/sldns/sbuffer.h \ 981 $(srcdir)/util/storage/dnstree.h $(srcdir)/services/view.h $(srcdir)/sldns/sbuffer.h \ 994 $(srcdir)/util/storage/dnstree.h $(srcdir)/services/view.h $(srcdir)/sldns/sbuffer.h \ [all …]
|
| /freebsd-12.1/usr.bin/vi/ |
| H A D | Makefile | 23 LINKS+= ${BINDIR}/${VI} ${BINDIR}/view 26 MLINKS+=vi.1 ex.1 vi.1 view.1
|
| /freebsd-12.1/contrib/smbfs/smbutil/ |
| H A D | Makefile | 4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
|
| /freebsd-12.1/usr.bin/smbutil/ |
| H A D | Makefile | 4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
|
| /freebsd-12.1/usr.sbin/bsdconfig/startup/include/ |
| H A D | messages.subr | 92 msg_reset_desc="Reset to default view settings" 108 msg_view_details_desc="Choose view details" 109 msg_view_details_help="Choose which details are shown in the current view"
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | EdgeBundles.h | 55 void view() const;
|