Home
last modified time | relevance | path

Searched refs:op_tok (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c715 Token tok, op_tok; in parse_attributes() local
746 op_tok = TK_ERROR; in parse_attributes()
749 op_tok = gettoken_eq(mf, attr->at_fmt, in parse_attributes()
751 if (op_tok == TK_ERROR) in parse_attributes()
756 switch (tok = attr->at_func(mf, op_tok, uvalue)) { in parse_attributes()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c2607 char *op_tok; member
2651 for (op = table; *op->op_tok; op++) { in find_op()
2652 if (strcmp(tok, op->op_tok) == 0) in find_op()