Symbol: optreset
bin/chio/chio.c
539
optind = optreset = 1;
bin/chio/chio.c
774
optind = optreset = 1;
crypto/heimdal/lib/roken/getopt.c
50
int optreset; /* reset getopt */
crypto/heimdal/lib/roken/getopt.c
64
if (optreset || !*place) { /* update scanning pointer */
crypto/heimdal/lib/roken/getopt.c
65
optreset = 0;
crypto/openssh/openbsd-compat/getopt.h
81
extern int optreset;
crypto/openssh/openbsd-compat/getopt_long.c
323
optind = optreset = 1;
crypto/openssh/openbsd-compat/getopt_long.c
329
if (posixly_correct == -1 || optreset)
crypto/openssh/openbsd-compat/getopt_long.c
339
if (optreset)
crypto/openssh/openbsd-compat/getopt_long.c
342
if (optreset || !*place) { /* update scanning pointer */
crypto/openssh/openbsd-compat/getopt_long.c
343
optreset = 0;
crypto/openssh/openbsd-compat/getopt_long.c
92
int optreset; /* reset getopt */
crypto/openssh/session.c
1658
extern int optind, optreset;
crypto/openssh/session.c
1668
optind = optreset = 1;
crypto/openssh/sftp.c
400
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
403
optind = optreset = 1;
crypto/openssh/sftp.c
435
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
438
optind = optreset = 1;
crypto/openssh/sftp.c
459
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
462
optind = optreset = 1;
crypto/openssh/sftp.c
483
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
486
optind = optreset = 1;
crypto/openssh/sftp.c
536
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
539
optind = optreset = 1;
crypto/openssh/sftp.c
563
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
566
optind = optreset = 1;
crypto/openssh/sftp.c
587
extern int opterr, optind, optopt, optreset;
crypto/openssh/sftp.c
590
optind = optreset = 1;
crypto/openssh/ssh.c
1154
optind = optreset = 1;
crypto/openssh/ssh.c
682
extern int optind, optreset;
include/getopt.h
75
extern int optreset; /* getopt(3) external variable */
include/unistd.h
601
extern int optreset; /* getopt(3) external variable */
lib/libc/stdlib/getopt.c
46
optreset; /* reset getopt */
lib/libc/stdlib/getopt.c
62
if (optreset || *place == 0) { /* update scanning pointer */
lib/libc/stdlib/getopt.c
63
optreset = 0;
lib/libc/stdlib/getopt_long.c
364
optind = optreset = 1;
lib/libc/stdlib/getopt_long.c
370
if (posixly_correct == -1 || optreset)
lib/libc/stdlib/getopt_long.c
380
if (optreset)
lib/libc/stdlib/getopt_long.c
383
if (optreset || !*place) { /* update scanning pointer */
lib/libc/stdlib/getopt_long.c
384
optreset = 0;
lib/libc/stdlib/getopt_long.c
68
int optreset; /* reset getopt */
sbin/bectl/bectl.c
597
optreset = 1;
sbin/camcontrol/camcontrol.c
10638
optreset = 1;
sbin/devfs/rule.c
87
optreset = optind = 1;
sbin/ipfw/main.c
276
optind = optreset = 1; /* restart getopt() */
sbin/mount/mount_fs.c
81
optind = optreset = 1; /* Reset for parse of new argv. */
sbin/ping/main.c
175
optreset = 1;
sbin/ping/main.c
181
optreset = 1;
stand/common/commands.c
369
optreset = 1;
stand/common/commands.c
414
optreset = 1;
stand/common/commands.c
513
optreset = 1;
stand/common/gfx_fb.c
2859
optreset = 1;
stand/common/ls.c
70
optreset = 1;
stand/common/module.c
125
optreset = 1;
stand/common/module.c
249
optreset = 1;
stand/common/module.c
309
optreset = 1;
stand/common/module.c
378
optreset = 1;
stand/common/module.c
421
optreset = 1;
stand/common/module.c
518
optreset = 1;
stand/common/nvstore.c
113
optreset = 1;
stand/common/nvstore.c
68
optreset = 1;
stand/common/pnp.c
44
optreset = 1;
stand/efi/libefi/env.c
858
optreset = 1;
stand/libsa/getopt.c
36
optreset; /* reset getopt */
stand/libsa/getopt.c
53
if (optreset || !*place) { /* update scanning pointer */
stand/libsa/getopt.c
54
optreset = 0;
stand/libsa/stand.h
338
extern int optind, opterr, optopt, optreset;
stand/uboot/glue.c
81
optreset = 1;
usr.bin/patch/patch.c
564
optreset = optind = 1;
usr.bin/procstat/procstat.c
435
optreset = 1;
usr.sbin/binmiscctl/binmiscctl.c
233
optreset = 1;
usr.sbin/bluetooth/hccontrol/le.c
183
optreset = 1;
usr.sbin/bluetooth/hccontrol/le.c
453
optreset = 1;
usr.sbin/bluetooth/hccontrol/le.c
580
optreset = 1;
usr.sbin/bluetooth/hccontrol/le.c
644
optreset = 1;
usr.sbin/bluetooth/hccontrol/le.c
829
optreset = 1;
usr.sbin/bluetooth/hccontrol/le.c
888
optreset = 1;
usr.sbin/bluetooth/hccontrol/le.c
953
optreset = 1;
usr.sbin/ctladm/ctladm.c
4453
optreset = 1;
usr.sbin/ctladm/ctladm.c
585
optreset = 1;
usr.sbin/i2c/i2c.c
794
optreset = 1;
usr.sbin/inetd/builtins.c
372
optreset = 1;
usr.sbin/jexec/jexec.c
151
optreset = 1;
usr.sbin/kbdcontrol/kbdcontrol.c
1300
optind = optreset = 1;
usr.sbin/mlxcontrol/command.c
386
optreset = 1;
usr.sbin/mlxcontrol/command.c
444
optreset = 1;
usr.sbin/mlxcontrol/command.c
503
optreset = 1;
usr.sbin/mlxcontrol/command.c
659
optreset = 1;
usr.sbin/mptable/mptable.c
207
optreset = 1;
usr.sbin/ngctl/dot.c
73
optreset = 1;
usr.sbin/ngctl/list.c
72
optreset = 1;
usr.sbin/ngctl/show.c
69
optreset = 1;
usr.sbin/pkg/pkg.c
1134
optreset = 1;
usr.sbin/virtual_oss/virtual_oss/main.c
2043
optreset = 1;