Searched refs:group_pattern (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dgroupaccess.c126 * Return 1 if one of user's groups matches group_pattern list.
130 ga_match_pattern_list(const char *group_pattern) argument
133 size_t len = strlen(group_pattern);
137 group_pattern, len, 0)) {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/nntp/
H A Dnntp.tcl680 proc ::nntp::_xgtitle {name {group_pattern ""}} {
684 return [::nntp::command $name "XGTITLE $group_pattern"]

Completed in 79 milliseconds