Searched refs:view (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-13-stable/tools/lua/
H A Dtemplate.lua125 local function rpos(view, s)
127 local c = byte(view, s, s)
137 local function escaped(view, s)
138 if s > 1 and byte(view, s - 1, s - 1) == BSOL then
139 if s > 2 and byte(view, s - 2, s - 2) == BSOL then
158 return function(view, plain)
159 if plain == true then return view end
160 local path, root = view, template.root
163 if byte(view, 1) == SOL then path = sub(view,
[all...]
/freebsd-13-stable/contrib/unbound/services/
H A Dview.h2 * services/view.h - named views containing local zones authority service.
57 /** lock on the view tree */
59 /** rbtree of struct view */
66 struct view { struct
69 /** view name.
73 /** view specific local authority zones */
75 /** response-ip configuration data for this view */
77 /** Fallback to global local_zones when there is no match in the view
102 * @param v: view is set up.
109 * Compare two view entrie
[all...]
H A Dview.c2 * services/view.c - named views containing local zones authority service.
43 #include "services/view.h"
50 struct view* a = (struct view*)v1;
51 struct view* b = (struct view*)v2;
74 view_delete(struct view* v)
88 struct view* v = (struct view*)n;
102 /** create a new view */
[all...]
H A Dlocalzone.h48 #include "services/view.h"
102 /** answer not from the view, but global or no-answer */
307 * @param view: answer using this view. May be NULL.
325 char** tagname, int num_tags, struct view* view);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dbrowser.c53 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, argument
56 ctx->progress = 100 * webkit_web_view_get_progress(view);
63 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, argument
66 int status = webkit_web_view_get_load_status(view);
68 __func__, status, webkit_web_view_get_uri(view));
72 static void view_cb_resource_request_starting(WebKitWebView *view, argument
99 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req,
105 if (!webkit_web_view_can_show_mime_type(view, mime)) {
114 static gboolean view_cb_download_requested(WebKitWebView *view, argument
125 static void view_cb_hovering_over_link(WebKitWebView *view, gcha argument
98 view_cb_mime_type_policy_decision( WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, gchar *mime, WebKitWebPolicyDecision *policy, struct browser_context *ctx) argument
140 view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, const char *title, struct browser_context *ctx) argument
155 WebKitWebView *view; local
[all...]
/freebsd-13-stable/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c463 struct vacm_view *view; local
467 if ((view = vacm_get_view(&val->var, sub)) == NULL)
472 if ((view = vacm_get_next_view(&val->var, sub)) == NULL)
474 vacm_append_viewindex(&val->var, sub, view);
478 if ((view = vacm_get_view(&val->var, sub)) == NULL &&
482 if (view != NULL) {
484 view->type == StorageType_readOnly)
486 if (view->status == RowStatus_active &&
493 if (val->v.octetstring.len > sizeof(view->mask))
494 ctx->scratch->ptr1 = malloc(sizeof(view
802 vacm_append_viewindex(struct asn_oid *oid, uint sub, const struct vacm_view *view) argument
822 struct vacm_view *view; local
840 struct vacm_view *view; local
859 struct vacm_view *view; local
981 struct vacm_view *view; local
[all...]
/freebsd-13-stable/contrib/smbfs/smbutil/
H A DMakefile4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
/freebsd-13-stable/usr.bin/smbutil/
H A DMakefile4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
/freebsd-13-stable/contrib/unbound/daemon/
H A Dacl_list.h46 #include "services/view.h"
106 /* view element, NULL if none */
107 struct view* view; member in struct:acl_addr
H A Dacl_list.c183 node->view = views_find_view(vs, str2, 0 /* get read lock*/);
184 if(!node->view) {
185 log_err("no view with name: %s", str2);
188 lock_rw_unlock(&node->view->lock);
366 /** read acl view config */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp43 void MBFIWrapper::view(const Twine &Name, bool isSimple) { function in class:MBFIWrapper
44 MBFI.view(Name, isSimple);
H A DEdgeBundles.cpp26 ViewEdgeBundles("view-edge-bundles", cl::Hidden,
55 view();
100 /// view - Visualize the annotated bipartite CFG with Graphviz.
101 void EdgeBundles::view() const { function in class:EdgeBundles
H A DMachineBlockFrequencyInfo.cpp33 "view-machine-block-freq-propagation-dags", cl::Hidden,
48 "view-block-layout-with-bfi", cl::Hidden,
64 // Defined in Analysis/BlockFrequencyInfo.cpp: -view-bfi-func-name=
68 // Defined in Analysis/BlockFrequencyInfo.cpp: -view-hot-freq-perc=
201 view("MachineBlockFrequencyDAGS." + F.getName());
222 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { function in class:MachineBlockFrequencyInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h52 /// view - Visualize the annotated bipartite CFG with Graphviz.
53 void view() const;
H A DMBFIWrapper.h35 void view(const Twine &Name, bool isSimple = true);
H A DMachineBlockFrequencyInfo.h73 void view(const Twine &Name, bool isSimple = true) const;
/freebsd-13-stable/sys/xen/interface/hvm/
H A Dhvm_op.h43 uint16_t view; member in struct:xen_hvm_altp2m_suppress_ve
51 uint16_t view; member in struct:xen_hvm_altp2m_suppress_ve_multi
254 uint16_t view; member in struct:xen_hvm_altp2m_view
262 /* view */
263 uint16_t view; member in struct:xen_hvm_altp2m_set_mem_access
275 /* view */
276 uint16_t view; member in struct:xen_hvm_altp2m_mem_access
287 /* view */
288 uint16_t view; member in struct:xen_hvm_altp2m_set_mem_access_multi
304 /* view */
305 uint16_t view; member in struct:xen_hvm_altp2m_change_gfn
367 struct xen_hvm_altp2m_view view; member in union:xen_hvm_altp2m_op::__anon16082
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp343 llvm::StringRef view(m_packet);
344 if (view.empty())
348 view = view.substr(m_index);
349 std::tie(a, b) = view.split(':');
361 size_t bytes_consumed = d.data() - view.data();
/freebsd-13-stable/contrib/unbound/respip/
H A Drespip.h50 * Forward declaration for the structure that represents a tree of view data.
62 * respip_set is supposed to refer to the response-ip set for the global view.
71 struct view* view; member in struct:respip_client_info
109 * Apply response-ip config settings to the global (default) view.
119 * @param vs: view structures with processed config data
121 * @param have_view_respip_cfg: set to true if any named view has respip
H A Drespip.c26 #include "services/view.h"
408 /** Iterate through raw view data and apply the view-specific respip
411 * an error. This additional iteration through view configuration data
421 struct view* v;
426 /** if no respip config for this view then there's
435 log_err("view '%s' unexpectedly missing", cv->name);
451 "for view '%s'", cv->name);
908 struct view* view local
[all...]
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dmain.c380 struct vacm_view *view; local
444 if ((view = acl->read_view) == NULL)
449 if ((view = acl->write_view) == NULL)
457 if ((view = acl->notify_view) == NULL)
468 /* XXX - view->mask*/
469 suboid = asn_is_suboid(&view->subtree, &pdu->bindings[i].var);
470 if ((!suboid && !view->exclude) || (suboid && view->exclude)) {
2990 vacm_next_view(struct vacm_view *view) argument
2992 if (view
3022 struct vacm_view *view, *temp, *prev; local
3061 vacm_delete_view(struct vacm_view *view) argument
[all...]
/freebsd-13-stable/usr.sbin/crunch/examples/
H A Dfixit.conf34 ln common view
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h58 void view(StringRef = "BlockFrequencyDAGs") const;
/freebsd-13-stable/usr.bin/vi/
H A DMakefile23 LINKS+= ${BINDIR}/${VI} ${BINDIR}/view
26 MLINKS+=vi.1 ex.1 vi.1 view.1
/freebsd-13-stable/lib/libunbound/
H A DMakefile31 view.c winsock_event.c wire2str.c

Completed in 343 milliseconds

12