Lines Matching refs:strlen
108 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
110 opts += strlen(cp); in auth_parse_options()
114 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
117 opts += strlen(cp); in auth_parse_options()
121 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
124 opts += strlen(cp); in auth_parse_options()
128 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
131 opts += strlen(cp); in auth_parse_options()
135 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
138 opts += strlen(cp); in auth_parse_options()
142 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
145 opts += strlen(cp); in auth_parse_options()
149 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
150 opts += strlen(cp); in auth_parse_options()
153 forced_command = xmalloc(strlen(opts) + 1); in auth_parse_options()
180 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
181 opts += strlen(cp); in auth_parse_options()
184 authorized_principals = xmalloc(strlen(opts) + 1); in auth_parse_options()
213 strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
217 opts += strlen(cp); in auth_parse_options()
218 s = xmalloc(strlen(opts) + 1); in auth_parse_options()
249 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
253 char *patterns = xmalloc(strlen(opts) + 1); in auth_parse_options()
255 opts += strlen(cp); in auth_parse_options()
304 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
307 char *patterns = xmalloc(strlen(opts) + 1); in auth_parse_options()
309 opts += strlen(cp); in auth_parse_options()
333 if (host == NULL || strlen(host) >= NI_MAXHOST) { in auth_parse_options()
358 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
360 opts += strlen(cp); in auth_parse_options()
361 tun = xmalloc(strlen(opts) + 1); in auth_parse_options()
455 if (strlen(name) != nlen) { in parse_option_list()
488 if (strlen(command) != clen) { in parse_option_list()
509 if (strlen(allowed) != clen) { in parse_option_list()