Home
last modified time | relevance | path

Searched defs:anchor (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/include/
Dntp_lists.h238 #define HEAD_FIFO(anchor) ((anchor).phead) argument
239 #define TAIL_FIFO(anchor) ((NULL == (anchor).pptail) \ argument
248 #define CHECK_FIFO_CONSISTENCY(anchor) do { } while (FALSE) argument
250 #define CHECK_FIFO_CONSISTENCY(anchor) \ argument
268 #define LINK_FIFO(anchor, pentry, nextlink) \ argument
285 #define UNLINK_FIFO(punlinked, anchor, nextlink) \ argument
302 #define UNLINK_MID_FIFO(punlinked, anchor, tounlink, nextlink, \ argument
/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl_table.c105 pfctl_clear_tables(const char *anchor, int opts) in pfctl_clear_tables()
111 pfctl_show_tables(const char *anchor, int opts) in pfctl_show_tables()
118 const char *command, char *file, const char *anchor, int opts) in pfctl_command_tables()
127 char *file, const char *anchor, int opts) in pfctl_table()
494 pfctl_define_table(char *name, int flags, int addrs, const char *anchor, in pfctl_define_table()
Dpfctl_parser.c1710 pfctl_add_trans(struct pfr_buffer *buf, int rs_num, const char *anchor) in pfctl_add_trans()
1724 pfctl_get_ticket(struct pfr_buffer *buf, int rs_num, const char *anchor) in pfctl_get_ticket()
Dpfctl_parser.h87 struct pf_anchor *anchor, *alast; member
/netbsd/src/external/bsd/less/dist/
Dsearch.c364 public void clr_hlist(struct hilite_tree *anchor) in clr_hlist()
400 static struct hilite_node* hlist_find(struct hilite_tree *anchor, POSITION pos) in hlist_find()
614 static struct hilite_storage * hlist_getstorage(struct hilite_tree *anchor) in hlist_getstorage()
643 static struct hilite_node * hlist_getnode(struct hilite_tree *anchor) in hlist_getnode()
652 static void hlist_rotate_left(struct hilite_tree *anchor, struct hilite_node *n) in hlist_rotate_left()
680 static void hlist_rotate_right(struct hilite_tree *anchor, struct hilite_node *n) in hlist_rotate_right()
709 static void add_hilite(struct hilite_tree *anchor, struct hilite *hl) in add_hilite()
Dlinenum.c64 static struct linenum_info anchor; /* Anchor of the list */ variable
Doutput.c101 char *anchor, *p, *p_next; in win_flush() local
Difile.c52 static struct ifile anchor = { &anchor, &anchor, NULL, NULL, NULL, 0, 0, '\0', variable
/netbsd/src/sys/dist/pf/net/
Dpf_ruleset.c173 struct pf_anchor *anchor; in pf_find_ruleset() local
191 struct pf_anchor *anchor = NULL /* XXX gcc */; in pf_find_or_create_ruleset() local
Dpf_ioctl.c364 struct pf_anchor *anchor; in pfdetach() local
476 pf_get_pool(char *anchor, u_int32_t ticket, u_int8_t rule_action, in pf_get_pool()
909 pf_begin_rules(u_int32_t *ticket, int rs_num, const char *anchor) in pf_begin_rules()
929 pf_rollback_rules(u_int32_t ticket, int rs_num, char *anchor) in pf_rollback_rules()
1032 pf_commit_rules(u_int32_t ticket, int rs_num, char *anchor) in pf_commit_rules()
2588 struct pf_anchor *anchor; in pfioctl() local
2612 struct pf_anchor *anchor; in pfioctl() local
Dpfvar.h550 struct pf_anchor *anchor; member
754 union pf_rule_ptr anchor; member
817 u_int32_t anchor; member
899 struct pf_anchor *anchor; member
1343 char anchor[MAXPATHLEN]; member
1352 char anchor[MAXPATHLEN]; member
1454 char anchor[MAXPATHLEN]; member
Dpf_table.c1776 pfr_fix_anchor(char *anchor) in pfr_fix_anchor()
/netbsd/src/distrib/utils/more/
Dlinenum.c100 static struct linenum anchor; /* Anchor of the list */ variable
/netbsd/src/external/bsd/pkg_install/dist/lib/
Dpkcs7.c112 const char *anchor, int is_pkg) in easy_pkcs7_verify()
/netbsd/src/usr.bin/nbsvtool/
Dnbsvtool.c107 verify_file(STACK_OF(X509) *cert_chain, const char *anchor, in verify_file()
/netbsd/src/usr.bin/fpr/
Dfpr.c326 int anchor; in flush() local
/netbsd/src/external/historical/nawk/dist/
Db.c186 fa *makedfa(const char *s, bool anchor) /* returns dfa for reg expr s */ in makedfa()
224 fa *mkdfa(const char *s, bool anchor) /* does the real work of making a dfa */ in mkdfa()
259 int makeinit(fa *f, bool anchor) in makeinit()
Dawk.h274 bool anchor; member
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dlz4.c477 const BYTE *anchor = ip; in LZ4_compressCtx() local
671 const BYTE *anchor = ip; in LZ4_compress64kCtx() local
/netbsd/src/external/mit/lua/dist/src/
Dlstrlib.c803 int anchor = (*p == '^'); in str_find_aux() local
957 int anchor = (*p == '^'); in str_gsub() local
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc9363 rtx_insn *anchor; in pa_combine_instructions() local
9543 pa_can_combine_p (rtx_insn *new_rtx, rtx_insn *anchor, rtx_insn *floater, in pa_can_combine_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-loop-manip.cc2725 basic_block anchor = loop_preheader_edge (loop)->src; in vect_do_peeling() local
Dcse.cc1188 insert_const_anchor (HOST_WIDE_INT anchor, rtx reg, HOST_WIDE_INT offs, in insert_const_anchor()
Dvarasm.cc7954 rtx anchor; in get_section_anchor() local
/netbsd/src/sys/fs/udf/
Dudf_subr.c1120 struct anchor_vdp *anchor, *anchor2; in udf_read_vds_space() local