Searched refs:no_argument (Results 1 - 25 of 74) sorted by relevance

123

/haiku/src/bin/locale/
H A Dlocale.cpp108 {"all", no_argument, 0, 'a'},
109 {"language", no_argument, 0, 'l'},
110 {"format", no_argument, 0, 'f'},
111 {"time", no_argument, 0, 't'},
112 {"message", no_argument, 0, 'c'},
113 {"charmap", no_argument, 0, 'm'},
114 {"help", no_argument, 0, 'h'},
/haiku/headers/posix/
H A Dgetopt.h23 #define no_argument 0 macro
/haiku/src/bin/pkgman/
H A Dcommand_drop_repo.cpp50 { "help", no_argument, 0, 'h' },
51 { "yes", no_argument, 0, 'y' },
H A Dcommand_uninstall.cpp61 { "help", no_argument, 0, 'h' },
62 { "home", no_argument, 0, 'H' },
H A Dcommand_update.cpp65 { "help", no_argument, 0, 'h' },
66 { "home", no_argument, 0, 'H' },
H A Dcommand_full_sync.cpp63 { "help", no_argument, 0, 'h' },
64 { "home", no_argument, 0, 'H' },
H A Dcommand_install.cpp69 { "help", no_argument, 0, 'h' },
70 { "home", no_argument, 0, 'H' },
H A Dcommand_add_repo.cpp53 { "help", no_argument, 0, 'h' },
54 { "user", no_argument, 0, 'u' },
/haiku/src/bin/
H A Dlistfont.cpp17 {"styles", no_argument, 0, 's'},
18 {"long", no_argument, 0, 'l'},
19 {"tuned", no_argument, 0, 't'},
20 {"help", no_argument, 0, 'h'},
H A Did.c191 struct option groupOption = { "group", no_argument, 0, 1 } ;
192 struct option groupsOption = { "groups", no_argument, 0, 2 } ;
193 struct option nameOption = { "name", no_argument, 0, 3 } ;
194 struct option realOption = { "real", no_argument, 0, 4 } ;
195 struct option userOption = { "user", no_argument, 0, 5 } ;
196 struct option helpOption = { "help", no_argument, 0, 6 } ;
197 struct option versionOption = { "version", no_argument, 0, 7 } ;
H A Drmindex.cpp44 {"pattern", no_argument, 0, 'p'},
45 {"verbose", no_argument, 0, 'v'},
46 {"help", no_argument, 0, GETOPT_HELP_CHAR},
H A Droster.cpp23 {"name", no_argument, 0, 'n'},
24 {"no-trunc", no_argument, 0, 't'},
25 {"help", no_argument, 0, 'h'},
H A Dgetarch.cpp107 { "help", no_argument, 0, 'h' },
108 { "primary", no_argument, 0, 'p' },
109 { "secondary", no_argument, 0, 's' },
H A Dmvattr.cpp21 {"help", no_argument, 0, 'h'},
22 {"force", no_argument, 0, 'f'},
23 {"cross-file", no_argument, 0, 'x'},
24 {"verbose", no_argument, 0, 'v'},
H A Dfstrim.cpp26 {"help", no_argument, 0, 'h'},
29 {"discard-device", no_argument, 0, 'd'},
30 {"force", no_argument, 0, 'f'},
31 {"verbose", no_argument, 0, 'v'},
H A Dvmstat.cpp16 {"periodic", no_argument, 0, 'p'},
18 {"help", no_argument, 0, 'h'},
H A Dlaunch_roster.cpp22 {"verbose", no_argument, 0, 'v'},
23 {"help", no_argument, 0, 'h'},
28 {"help", no_argument, 0, 'h'},
29 {"raw", no_argument, 0, 'r'},
30 {"user", no_argument, 0, 'u'},
31 {"system", no_argument, 0, 's'},
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp167 {"help", no_argument, 0, 'h'},
168 {"numeric", no_argument, 0, 'n'},
170 {"inet", no_argument, 0, '4'},
171 {"inet6", no_argument, 0, '6'},
172 {"unix", no_argument, 0, 'x'},
174 {"tcp", no_argument, 0, 't'},
175 {"udp", no_argument, 0, 'u'},
177 {"listen", no_argument, 0, 'l'},
/haiku/src/tests/add-ons/print/transports/
H A Dmain.cpp15 { "help", no_argument, NULL, 'h' },
16 { "verbose", no_argument, NULL, 'v' },
17 { "list-ports", no_argument, NULL, 'p' },
/haiku/src/bin/package/
H A Dcommand_add.cpp42 { "help", no_argument, 0, 'h' },
43 { "quiet", no_argument, 0, 'q' },
44 { "verbose", no_argument, 0, 'v' },
H A Dcommand_checksum.cpp88 { "help", no_argument, 0, 'h' },
89 { "quiet", no_argument, 0, 'q' },
90 { "verbose", no_argument, 0, 'v' },
H A Dcommand_create.cpp47 { "help", no_argument, 0, 'h' },
48 { "quiet", no_argument, 0, 'q' },
49 { "verbose", no_argument, 0, 'v' },
H A Dcommand_recompress.cpp52 { "help", no_argument, 0, 'h' },
53 { "quiet", no_argument, 0, 'q' },
54 { "verbose", no_argument, 0, 'v' },
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.h79 no_argument (or 0) if the option does not take an argument,
110 # define no_argument 0 macro
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterApp.cpp39 {"verbose", no_argument, 0, 'v'},
40 {"help", no_argument, 0, 'h'},

Completed in 295 milliseconds

123