Home
last modified time | relevance | path

Searched refs:relop (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/fuse/
H A Dfuse_file.c137 int relop = FUSE_RELEASE; in fuse_filehandle_open() local
144 relop = FUSE_RELEASEDIR; in fuse_filehandle_open()
163 fsess_set_notimpl(mp, relop); in fuse_filehandle_open()
/freebsd/contrib/libpcap/
H A Dgrammar.y.in376 %type <i> byteop pname relop irelop
606 | arth relop arth { CHECK_PTR_VAL(($$.b = gen_relation(cstate, $2, $1, $3, 0)));
842 relop: '>' { $$ = BPF_JGT; }
896 …| relop NUM { CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, $2, $1, 0)));…
929 …| relop NUM { CHECK_PTR_VAL(($$.b = gen_mtp3field_code(cstate, $<blk>0.mtp3fieldtype, $2, $1, 0))…
H A DCHANGES394 Refine "relop" notes in pcap-filter(7).
/freebsd/contrib/one-true-awk/
H A Dproto.h166 extern Cell *relop(Node **, int);
H A Drun.c885 Cell *relop(Node **a, int n) /* a[0 < a[1], etc. */ in relop() function