Home
last modified time | relevance | path

Searched refs:reqd (Results 1 – 7 of 7) sorted by relevance

/external/curl/tests/data/
Dtest40222 -k --ftp-ssl-reqd ftp://%HOSTIP:%FTPPORT/402
/external/openssh/
Dauth-pam.c276 sshpam_password_change_required(int reqd) in sshpam_password_change_required() argument
278 debug3("%s %d", __func__, reqd); in sshpam_password_change_required()
281 sshpam_authctxt->force_pwchange = reqd; in sshpam_password_change_required()
282 if (reqd) { in sshpam_password_change_required()
/external/libhevc/common/arm/
Dihevc_intra_pred_luma_mode_3_to_9.s183 …vld1.8 {d0,d1}, [r6] @stores the 32 values reqd based on indices values (from l…
337 …vld1.8 {d0,d1}, [r6] @stores the 32 values reqd based on indices values (from l…
504 …vld1.8 {d0,d1}, [r6] @stores the 32 values reqd based on indices values (from l…
Dihevc_intra_pred_filters_luma_mode_11_to_17.s293 …vld1.8 {d0,d1}, [r6] @stores the 32 values reqd based on indices values (from l…
447 …vld1.8 {d0,d1}, [r6] @stores the 32 values reqd based on indices values (from l…
621 …vld1.8 {d0,d1}, [r6] @stores the 32 values reqd based on indices values (from l…
Dihevc_intra_pred_chroma_mode_3_to_9.s174 …vld1.8 {d0,d1,d2,d3}, [r6] @stores the 32 values reqd based on indices values (from m…
341 …vld1.8 {d0,d1,d2,d3}, [r6] @stores the 32 values reqd based on indices values (from m…
Dihevc_intra_pred_filters_chroma_mode_11_to_17.s285 …vld1.8 {d0,d1,d2,d3}, [r6] @stores the 32 values reqd based on indices values (from l…
456 …vld1.8 {d0,d1,d2,d3}, [r6] @stores the 32 values reqd based on indices values (from l…
/external/curl/
DCHANGES.0702 - Make curl support --ssl and --ssl-reqd instead of the previous FTP-specific
703 versions --ftp-ssl and --ftp-ssl-reqd as these options are now used to
6174 - David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both