Lines Matching refs:cp
97 const char *cp;
107 cp = "cert-authority";
108 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
110 opts += strlen(cp);
113 cp = "no-port-forwarding";
114 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
117 opts += strlen(cp);
120 cp = "no-agent-forwarding";
121 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
124 opts += strlen(cp);
127 cp = "no-X11-forwarding";
128 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
131 opts += strlen(cp);
134 cp = "no-pty";
135 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
138 opts += strlen(cp);
141 cp = "no-user-rc";
142 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
145 opts += strlen(cp);
148 cp = "command=\"";
149 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
150 opts += strlen(cp);
179 cp = "principals=\"";
180 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
181 opts += strlen(cp);
211 cp = "environment=\"";
213 strncasecmp(opts, cp, strlen(cp)) == 0) {
217 opts += strlen(cp);
248 cp = "from=\"";
249 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
255 opts += strlen(cp);
303 cp = "permitopen=\"";
304 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
309 opts += strlen(cp);
357 cp = "tunnel=\"";
358 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
360 opts += strlen(cp);