Searched refs:getopt (Results 1 - 25 of 112) sorted by path

12345

/haiku/src/bin/
H A DWindowShade.cpp11 #include <getopt.h>
H A Dcatattr.cpp13 #include <getopt.h>
H A Dclipboard.cpp21 #include <getopt.h>
H A Dcomm.c84 while ((ch = getopt(argc, argv, "123ivh")) != -1)
H A Ddiskimage.cpp8 #include <getopt.h>
H A Dfindpaths.cpp7 #include <getopt.h>
H A Dgetarch.cpp7 #include <getopt.h>
H A Dlaunch_roster.cpp14 #include <getopt.h>
H A Dlistfont.cpp8 #include <getopt.h>
H A Dlogger.cpp142 while ((option = getopt(argc, argv, "it:p:")) != -1) {
H A Dmimeset.cpp7 #include <getopt.h>
H A Dmkindex.cpp22 #include <getopt.h>
/haiku/src/bin/addattr/
H A Dmain.cpp10 #include <getopt.h>
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp9 #include <getopt.h>
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp8 #include <getopt.h>
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c812 while ((ch = getopt(argc, argv, "M:f:g:o:s:b:prtc:d:l:u:R:S:")) != -1) {
814 while ((ch = getopt(argc, argv, "M:f:g:m:o:s:b:prtc:d:l:u:R:S:")) != -1) {
/haiku/src/bin/locale/
H A Dlocale.cpp16 #include <getopt.h>
/haiku/src/bin/mkfs/
H A Dmain.cpp10 #include <getopt.h>
/haiku/src/bin/multiuser/
H A Dgroupadd.cpp7 #include <getopt.h>
H A Dgroupdel.cpp6 #include <getopt.h>
H A Dgroupmod.cpp7 #include <getopt.h>
H A Dlogin.cpp132 while ((c = getopt(argc, argv, "fh:p")) != -1) {
H A Dpasswd.cpp8 #include <getopt.h>
H A Dsu.cpp47 while ((c = getopt(argc, argv, "c:l")) != -1) {
H A Duseradd.cpp7 #include <getopt.h>

Completed in 137 milliseconds

12345