Searched refs:getopt (Results 76 - 100 of 112) sorted by relevance

12345

/haiku/src/bin/
H A Dlaunch_roster.cpp14 #include <getopt.h>
H A Did.c25 #include <getopt.h>
H A Dramdisk.cpp10 #include <getopt.h>
/haiku/src/bin/pkgman/
H A Dcommand_resolve_dependencies.cpp11 #include <getopt.h>
H A Dcommand_search.cpp11 #include <getopt.h>
/haiku/src/tests/system/network/multicast/
H A Dmultisend.c15 #include <getopt.h> /* getopt_long */
H A Dmulticat.c16 #include <getopt.h> /* getopt_long */
/haiku/src/tools/anyboot/
H A Danyboot.cpp13 #include <getopt.h>
/haiku/src/apps/pulse/
H A DPulseApp.cpp19 #include <getopt.h>
99 printf("?? getopt returned character code 0%o ??\n", c);
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp13 #include <getopt.h>
/haiku/src/bin/acpi_call/
H A Dacpi_call.cpp130 while ((c = getopt(argc, argv, "hvd:p:i:s:b:o:")) != -1)
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp3 #include <getopt.h>
/haiku/src/bin/pcmcia-cs/
H A Dpack_cis.c45 #include <getopt.h>
410 while ((optch = getopt(argc, argv, "o:")) != -1) {
H A Dcardctl.c673 while ((optch = getopt(argc, argv, opts)) != -1) {
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c2 NOTE: getopt is now part of the C library, so if you don't know what
25 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
68 contain conflicting prototypes for getopt. */
102 /* This version of `getopt' appears to the caller like standard Unix `getopt'
106 As `getopt' works, it permutes the elements of ARGV so that,
116 #include "getopt.h"
118 /* For communication from `getopt' to the caller.
119 When `getopt' finds an option that takes an argument,
128 and for communication between successive calls to `getopt'
1197 getopt (argc, argv, optstring) function
[all...]
/haiku/src/bin/package/
H A Dcommand_list.cpp9 #include <getopt.h>
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp9 #include <getopt.h>
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp9 #include <getopt.h>
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp8 #include <getopt.h>
/haiku/src/tools/
H A Delf2aout.c289 while ((c = getopt(ac, av, "o:")) != -1)
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp11 #include <getopt.h>
/haiku/headers/posix/
H A Dunistd.h481 extern int getopt(int argc, char *const *argv, const char *shortOpts);
484 /* getopt() related external variables */
/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/network/telnetd/
H A Dtelnetd.c94 * The string to pass to getopt(). We do it this way so
96 * passed off to getopt().
170 while ((ch = getopt(argc, argv, valid_opts)) != -1) {
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h680 # include <getopt.h>

Completed in 200 milliseconds

12345