Home
last modified time | relevance | path

Searched refs:getopt (Results 26 – 50 of 872) sorted by relevance

12345678910>>...35

/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c50 extern int getopt();
109 while ((ch = getopt(argc, argv, "sl:m:")) != -1) in main()
/illumos-gate/usr/src/cmd/dfs.cmds/unshareall/
H A Dunshareall.sh30 set -- `getopt F: $*`
/illumos-gate/usr/src/cmd/getopt/
H A DMakefile28 PROG= getopt
/illumos-gate/usr/src/cmd/dispadmin/
H A Dsdcdispadmin.c44 while ((c = getopt(argc, argv, "lc:")) != -1) { in main()
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c678 while ((c = getopt(argc, argv, "vtT")) != -1) { in be_do_activate()
777 while ((c = getopt(argc, argv, "ad:e:io:p:tv")) != -1) { in be_do_create()
1008 while ((c = getopt(argc, argv, "fFsv")) != -1) { in be_do_destroy()
1134 while ((c = getopt(argc, argv, "adk:svHK:")) != -1) { in be_do_list()
1270 while ((c = getopt(argc, argv, "s:v")) != -1) { in be_do_mount()
1391 while ((c = getopt(argc, argv, "fv")) != -1) { in be_do_unmount()
1471 while ((c = getopt(argc, argv, "v")) != -1) { in be_do_rename()
1540 while ((c = getopt(argc, argv, "v")) != -1) { in be_do_rollback()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.discardd/
H A Din.discardd.c60 switch (getopt(argc, argv, "ds")) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dtalk.c65 while ((c = getopt(argc, argv, "")) != EOF)
/illumos-gate/usr/src/boot/common/
H A Dnvstore.c196 while ((c = getopt(argc, argv, "l")) != -1) { in command_nvstore()
243 while ((c = getopt(argc, argv, "d:g:lt:")) != -1) { in command_nvstore()
/illumos-gate/usr/src/cmd/tsol/zones/
H A Dzoneunshare.sh33 set -- `getopt z: $*`
H A Dzoneshare.sh33 set -- `getopt z: $*`
/illumos-gate/usr/src/cmd/tty/
H A Dtty.c52 while ((i = getopt(argc, argv, "ls")) != EOF) in main()
/illumos-gate/usr/src/cmd/link/
H A Dlink.c51 while ((c = getopt(argc, argv, "")) != EOF) in main()
/illumos-gate/usr/src/cmd/prtdiag/
H A Dmain.c71 while ((c = getopt(argc, argv, "vl")) != -1) { in main()
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkdyndns.c62 while ((c = getopt(argc, argv, "d:")) != -1) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.daytimed/
H A Din.daytimed.c75 switch (getopt(argc, argv, "ds")) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.echod/
H A Din.echod.c66 switch (getopt(argc, argv, "ds")) { in main()
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dreset.c37 while ((c = getopt(argc, argv, "s:")) != EOF) { in cmd_reset()
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A DMakefile.in56 am_libcommon_a_OBJECTS = getopt.$(OBJEXT) getopt1.$(OBJEXT) \
184 libcommon_a_SOURCES = getopt.c getopt1.c getopt.h device.c device.h
233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py30 import getopt
529 opts, args = getopt.getopt(args, 'lb:c:p:')
530 except getopt.GetoptError as e:
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c251 while ((c = getopt(argc, argv, optstr)) != EOF) { in main()
290 for (optind = 1; (c = getopt(argc, argv, optstr)) != EOF; ) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.timed/
H A Din.timed.c82 switch (getopt(argc, argv, "ds")) { in main()
/illumos-gate/usr/src/cmd/svc/rootisramdisk/
H A Drootisramdisk.c71 while ((c = getopt(argc, argv, ":v")) != -1) { in main()
/illumos-gate/usr/src/cmd/dfs.cmds/shareall/
H A Dshareall.sh31 set -- `getopt F: $*`
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h29 int getopt __P((int, char * const *, const char *));
/illumos-gate/usr/src/cmd/acpi/acpixtract/
H A DMakefile20 OBJS = axmain.o acpixtract.o axutils.o osunixxf.o utglobal.o getopt.o \

12345678910>>...35