Searched refs:getopt (Results 626 - 650 of 923) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c731 sasl_getopt_t *getopt; local
750 result = _sasl_getcallback(conn, SASL_CB_GETOPT, &getopt, &context);
1962 utils->getopt = &_sasl_conn_getopt;
1965 utils->getopt = &_sasl_global_getopt;
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_dfstab.c236 while ((c = getopt(argcount, arglist, "F:d:o:")) != -1) {
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c501 while ((c = getopt(argc, argv, "idhuvVR:")) != EOF) {
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c122 while ((c=getopt(argc, (char **)argv, "rx")) != EOF)
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c29 #include <getopt.h>
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c179 while ((c = getopt(mac, mav, "0tpe:E:I:i:L:l:n:s:x")) != EOF) {
/illumos-gate/usr/src/cmd/od/
H A Dod.c561 while ((c = getopt(argc, argv, "A:bCcdDfFj:N:oOsSxXvt:")) != EOF) {
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c630 while ((c = getopt(argc, argv, optstr)) != (int)EOF) {
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c648 while ((c = getopt(ac, av, "Ed:u:")) != EOF)
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c115 while ((idx = getopt(ac, av, "fhst:m:")) != -1)
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c609 while ((optc = getopt(argc, argv, "pvs")) != EOF) {
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c655 while ((c = getopt(argc, argv, "cdFarpibqQuUnfez:")) != EOF) {
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c90 while ((opt = getopt(argc, argv, "r")) != EOF) {
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c167 while ((opt = getopt(argc, argv, "F")) != EOF) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c52 while ((i = getopt(ac, av, "hprdm:a")) != -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c275 while ((c = getopt(argc, argv,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c939 while ((c = getopt(argc, argv, ":V?d(debug)")) != -1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c139 while ((ch = getopt(argc, argv, "np1w:r:t:a:")) != -1)
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c174 while ((c = getopt(argc, argv, "adp")) != EOF) {
/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c157 while ((opt = getopt(argc, argv, "g:G:i:I:p:P:e:d:uU?")) != EOF) {
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c171 while ((c = getopt(argc, argv, "Dc:hntT:sp:")) != EOF && errcnt == 0)
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c510 while ((c = getopt(argc, argv, "")) != EOF)
517 /* not getopt()'ed because dd has no options but only operand(s) */
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaimport.c493 while ((c = getopt(argc, argv, "frns:vV?")) != -1) {
H A Dmetainit.c760 while ((c = getopt(argc, argv, "afhnrs:?")) != -1) {
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c134 while ((opt = getopt(argc, argv, "vfm:ni:b:c:p:P:u")) != EOF) {

Completed in 399 milliseconds

<<21222324252627282930>>