Searched refs:opts2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/
H A Dcert-file.sh33 opts2="$opts -i $OBJ/user_key1 -i $OBJ/user_key2"
38 ${SSH} $opts2 somehost exit 5$p
45 opts3="$opts2 -oCertificateFile=$OBJ/cert_user_key1_2.pub"
62 opts3="$opts2 -oCertificateFile=$OBJ/cert_user_key1_1.pub"
70 opts3="$opts2 -oCertificateFile=$OBJ/cert_user_key1_2.pub"
79 opts3="$opts2 -oCertificateFile=$OBJ/cert_user_key1_1.pub"
/freebsd-10-stable/contrib/amd/amd/
H A Dam_ops.c314 * in opts2, add it to the string (make sure the reverse of it
315 * isn't in either). finally add opts2. return new string.
316 * Both opts1 and opts2 must not be null!
320 merge_opts(const char *opts1, const char *opts2) argument
322 mntent_t mnt2; /* place holder for opts2 */
328 size_t len = strlen(opts1) + strlen(opts2) + 2; /* space for "," and NULL */
332 mnt2.mnt_opts = (char *) opts2;
346 /* if option or its reverse exist in opts2, ignore it */
358 /* finally, append opts2 itself */
361 xstrlcat(newstr, opts2, le
[all...]

Completed in 49 milliseconds