Searched refs:T_FUNC (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/openpam/t/ |
H A D | t_openpam_readword.c | 46 #define T_FUNC(n, d) \ macro 116 T_FUNC(empty_input, "empty input") 127 T_FUNC(empty_line, "empty line") 140 T_FUNC(unterminated_line, "unterminated line") 153 T_FUNC(single_whitespace, "single whitespace") 166 T_FUNC(multiple_whitespace, "multiple whitespace") 179 T_FUNC(comment, "comment") 192 T_FUNC(whitespace_before_comment, "whitespace before comment") 205 T_FUNC(single_quoted_comment, "single-quoted comment") 218 T_FUNC(double_quoted_comment, "double-quoted comment") [all …]
|
H A D | t_openpam_readlinev.c | 47 #define T_FUNC(n, d) \ macro 154 T_FUNC(empty_input, "empty input") 165 T_FUNC(empty_line, "empty line") 178 T_FUNC(unterminated_empty_line, "unterminated empty line") 191 T_FUNC(whitespace, "whitespace") 204 T_FUNC(comment, "comment") 217 T_FUNC(whitespace_before_comment, "whitespace before comment") 230 T_FUNC(line_continuation_within_whitespace, "line continuation within whitespace") 249 T_FUNC(one_word, "one word") 262 T_FUNC(two_words, "two words") [all …]
|
H A D | t_openpam_subst.c | 48 #define T_FUNC(n, d) \ macro 58 T_FUNC(final_percent, "template ends with %")
|
H A D | t_openpam_dispatch.c | 49 #define T_FUNC(n, d) \ macro 59 T_FUNC(empty_policy, "empty policy") 125 T_FUNC(mod_return, "module return value")
|