OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zOpt
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test6.c
720
char *
zOpt
= Tcl_GetStringFromObj(objv[i], &nOpt);
722
if( (nOpt>11 || nOpt<2 || strncmp("-sectorsize",
zOpt
, nOpt))
723
&& (nOpt>16 || nOpt<2 || strncmp("-characteristics",
zOpt
, nOpt))
726
"Bad option: \"",
zOpt
,
732
Tcl_AppendResult(interp, "Option requires an argument: \"",
zOpt
, "\"",0);
736
if(
zOpt
[1]=='s' ){
pragma.c
[
all
...]
test1.c
[
all
...]
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
[
all
...]
Completed in 153 milliseconds