Lines Matching refs:strlen
80 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
83 opts += strlen(cp); in auth_parse_options()
87 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
90 opts += strlen(cp); in auth_parse_options()
94 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
97 opts += strlen(cp); in auth_parse_options()
101 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
104 opts += strlen(cp); in auth_parse_options()
108 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
109 opts += strlen(cp); in auth_parse_options()
110 forced_command = xmalloc(strlen(opts) + 1); in auth_parse_options()
138 strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
142 opts += strlen(cp); in auth_parse_options()
143 s = xmalloc(strlen(opts) + 1); in auth_parse_options()
174 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
178 char *patterns = xmalloc(strlen(opts) + 1); in auth_parse_options()
180 opts += strlen(cp); in auth_parse_options()
220 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
223 char *patterns = xmalloc(strlen(opts) + 1); in auth_parse_options()
225 opts += strlen(cp); in auth_parse_options()