Home
last modified time | relevance | path

Searched refs:ASL_QUERY_OP_SUBSTRING (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.bin/aslutil/
HDsyslog.c1639 else if (o[i] == MOD_SUBSTRING) op |= ASL_QUERY_OP_SUBSTRING; in optype()
1695 if (op & ASL_QUERY_OP_SUBSTRING) in optype()
1698 op &= ~ASL_QUERY_OP_SUBSTRING; in optype()
1716 if (op & ASL_QUERY_OP_SUBSTRING) in optype()
1719 op &= ~ASL_QUERY_OP_SUBSTRING; in optype()
/NextBSD/lib/libasl/
HDasl.h100 #define ASL_QUERY_OP_SUBSTRING 0x0060 macro
HDasl_msg.c2046 if (o[i] == 'S') op |= ASL_QUERY_OP_SUBSTRING; in _asl_msg_op_from_string()