Home
last modified time | relevance | path

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

/coreutils/src/blake2/
Db2sum.c270 int option_index = 0;
279 c = getopt_long( argc, argv, "a:l:", long_options, &option_index );
327 if( 0 == strcmp( "help", long_options[option_index].name ) )
329 else if( 0 == strcmp( "tag", long_options[option_index].name ) )
/coreutils/src/
Druncon.c129 int option_index = 0; in main() local
131 &option_index); in main()