Home
last modified time | relevance | path

Searched refs:dashdash (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/logadm/
H A Dopts.c129 int dashdash = 0; in opts_parse() local
144 if (dashdash || *ptr != '-') { in opts_parse()
155 dashdash++; in opts_parse()
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c1609 int dashdash = 0; local
1612 if( dashdash || !ISOPT(argv[i]) ){
1616 if( strcmp(argv[i],"--")==0 ) dashdash = 1;
1777 int dashdash = 0; in OptNArgs() local
1781 if( dashdash || !ISOPT(argv[i]) ) cnt++; in OptNArgs()
1782 if( strcmp(argv[i],"--")==0 ) dashdash = 1; in OptNArgs()