Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmac_expand.c409 char *op_strval; in mac_exp_parse_relational() local
430 op_strval = mystrndup(cp, op_len); in mac_exp_parse_relational()
431 op_tokval = name_code(mac_exp_op_table, NAME_CODE_FLAG_NONE, op_strval); in mac_exp_parse_relational()
432 myfree(op_strval); in mac_exp_parse_relational()