Searched refs:opt (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | makecfdiscimage.sh | 76 while getopts ":i:w:o:v" opt; do 77 case $opt in
|
| D | content_dump | 64 while getopts "d:o:t:vh" opt; do 65 case $opt in
|
| D | makecfmaster.sh | 552 while getopts ":r:w:o:usfvap:icenm:k:dzS" opt; do 553 case $opt in
|
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | typecheck-gcc.h | 135 #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
|
| D | curl.h | 2159 #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/ |
| D | CafeFunctions.cs | 9673 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()
|