Lines Matching refs:strlen
98 size_t opt_len = strlen(opt); in match_flag()
174 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
175 opts += strlen(cp); in auth_parse_options()
177 forced_command = xmalloc(strlen(opts) + 1); in auth_parse_options()
204 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
205 opts += strlen(cp); in auth_parse_options()
207 authorized_principals = xmalloc(strlen(opts) + 1); in auth_parse_options()
235 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
239 opts += strlen(cp); in auth_parse_options()
240 s = xmalloc(strlen(opts) + 1); in auth_parse_options()
277 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
281 char *patterns = xmalloc(strlen(opts) + 1); in auth_parse_options()
283 opts += strlen(cp); in auth_parse_options()
332 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
335 char *patterns = xmalloc(strlen(opts) + 1); in auth_parse_options()
337 opts += strlen(cp); in auth_parse_options()
362 if (host == NULL || strlen(host) >= NI_MAXHOST) { in auth_parse_options()
387 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
389 opts += strlen(cp); in auth_parse_options()
390 tun = xmalloc(strlen(opts) + 1); in auth_parse_options()