HomeSort by: relevance | last modified time | path
    Searched defs:tok_len (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpam/modules/pam_login_access/
login_access.c 207 size_t tok_len; local in function:from_match
224 if ((str_len = strlen(string)) > (tok_len = strlen(tok))
225 && strcasecmp(tok, string + str_len - tok_len) == 0)
230 } else if (tok[(tok_len = strlen(tok)) - 1] == '.' /* network */
231 && strncmp(tok, string, tok_len) == 0) {
login_access.c 207 size_t tok_len; local in function:from_match
224 if ((str_len = strlen(string)) > (tok_len = strlen(tok))
225 && strcasecmp(tok, string + str_len - tok_len) == 0)
230 } else if (tok[(tok_len = strlen(tok)) - 1] == '.' /* network */
231 && strncmp(tok, string, tok_len) == 0) {

Completed in 59 milliseconds