Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dmakecfdiscimage.sh76 while getopts ":i:w:o:v" opt; do
77 case $opt in
Dcontent_dump64 while getopts "d:o:t:vh" opt; do
65 case $opt in
Dmakecfmaster.sh552 while getopts ":r:w:o:usfvap:icenm:k:dzS" opt; do
553 case $opt in
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dtypecheck-gcc.h135 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) argument
136 #define curl_multi_setopt(handle,opt,param) curl_multi_setopt(handle,opt,param) argument
Dcurl.h2159 #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param) argument
2161 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) argument
2162 #define curl_multi_setopt(handle,opt,param) curl_multi_setopt(handle,opt,param) argument
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs9673 private string opt; field in CafeX.getopts
9697 return this.opt;
9779 this.opt = "?"; in getNext()
9802 this.opt = "?"; in getNext()
9808 this.opt = configurationChar; in getNext()