Searched refs:option_index (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt1.c121 int option_index = 0;
134 long_options, &option_index);
141 printf ("option %s", long_options[option_index].name);
119 int option_index = 0; variable
H A Dgetopt.c659 int option_index;
666 for (p = longopts, option_index = 0; p->name; p++, option_index++)
674 indfound = option_index;
682 indfound = option_index;
723 option_index = indfound;
822 *longind = option_index;
950 int option_index;
1004 for (p = longopts, option_index = 0; p->name; p++, option_index
655 int option_index; local
946 int option_index; local
[all...]
/haiku/src/tests/kits/media/playsound/
H A Dplaysound.cpp59 int option_index = 0; local
68 c = getopt_long (argc, argv, "lgp:", long_options, &option_index);
/haiku/src/apps/pulse/
H A DPulseApp.cpp48 int option_index = 0; local
60 int c = getopt_long(argc, argv, "hw:", long_options, &option_index);
66 switch (option_index) {
74 switch (option_index) {
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp676 int option_index = 0;
685 c = getopt_long (argc, argv, "ntf:", long_options, &option_index);

Completed in 47 milliseconds