Searched refs:relop (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/fuse/ |
H A D | fuse_file.c | 137 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 D | grammar.y.in | 376 %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 D | CHANGES | 394 Refine "relop" notes in pcap-filter(7).
|
/freebsd/contrib/one-true-awk/ |
H A D | proto.h | 166 extern Cell *relop(Node **, int);
|
H A D | run.c | 885 Cell *relop(Node **a, int n) /* a[0 < a[1], etc. */ in relop() function
|