OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 01:09:49 GMT 2025