Home
last modified time | relevance | path

Searched refs:optreset (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/stand/lib/
H A Dgetopt.c39 optreset; /* reset getopt */ variable
56 if (optreset || !*place) { /* update scanning pointer */ in getopt()
57 optreset = 0; in getopt()
H A Dstand.h281 extern int optind, opterr, optopt, optreset;
/dragonfly/lib/libc/stdlib/
H A Dgetopt.c47 optreset; /* reset getopt */ variable
72 if (optreset || *place == 0) { /* update scanning pointer */ in getopt()
73 optreset = 0; in getopt()
H A Dgetopt_long.c78 int optreset; /* reset getopt */ variable
393 optind = optreset = 1;
396 if (optreset)
399 if (optreset || !*place) { /* update scanning pointer */
400 optreset = 0;
H A DSymbol.map55 optreset;
/dragonfly/contrib/bmake/
H A Dgetopt.c50 optreset; /* reset getopt */ variable
73 if (optreset || *place == 0) { /* update scanning pointer */ in getopt()
74 optreset = 0; in getopt()
/dragonfly/crypto/openssh/
H A Dsftp.c402 extern int opterr, optind, optopt, optreset; in parse_getput_flags()
405 optind = optreset = 1; in parse_getput_flags()
437 extern int opterr, optind, optopt, optreset; in parse_link_flags()
440 optind = optreset = 1; in parse_link_flags()
461 extern int opterr, optind, optopt, optreset; in parse_rename_flags()
464 optind = optreset = 1; in parse_rename_flags()
485 extern int opterr, optind, optopt, optreset; in parse_ls_flags()
488 optind = optreset = 1; in parse_ls_flags()
541 optind = optreset = 1; in parse_df_flags()
568 optind = optreset = 1; in parse_ch_flags()
[all …]
H A Ddefines.h660 # undef optreset
666 # define optreset BSDoptreset macro
/dragonfly/usr.sbin/mlxcontrol/
H A Dcommand.c466 optreset = 1; in cmd_status()
524 optreset = 1; in cmd_rescan()
583 optreset = 1; in cmd_detach()
773 optreset = 1; in cmd_pause()
/dragonfly/stand/boot/common/
H A Dcommands.c321 optreset = 1; in command_echo()
366 optreset = 1; in command_read()
477 optreset = 1; in command_lsdev()
H A Dls.c68 optreset = 1; in command_ls()
H A Dpnp.c45 optreset = 1; in pnp_scan()
H A Dmodule.c105 optreset = 1; in command_load()
260 optreset = 1; in command_lsmod()
/dragonfly/usr.bin/sdpquery/
H A Dsdpquery.c112 optreset = 1; in main()
/dragonfly/sbin/mount_ufs/
H A Dmount_ufs.c75 optind = optreset = 1; /* Reset for parse of new argv. */ in mount_ufs()
/dragonfly/contrib/smbfs/smbutil/
H A Dsmbutil.c135 optind = optreset = 1; in main()
/dragonfly/libexec/ftpd/
H A Dpopen.c137 optreset = optind = optopt = 1; in ftpd_popen()
/dragonfly/usr.bin/evtranalyze/
H A Devtranalyze.c929 optreset = 1; in cmd_svg()
1021 optreset = 1; in cmd_show()
1099 optreset = 1; in stats_integer_prepare()
1216 optreset = 1; in stats_completion_prepare()
/dragonfly/sbin/mount_tmpfs/
H A Dmount_tmpfs.c111 optind = optreset = 1; in mount_tmpfs_parseargs()
/dragonfly/bin/chio/
H A Dchio.c537 optind = optreset = 1; in do_status()
771 optind = optreset = 1; in do_voltag()
/dragonfly/include/
H A Dunistd.h629 extern int optreset; /* getopt(3) external variable */
/dragonfly/contrib/xz/src/xz/
H A Dargs.c577 optreset = 1; in parse_environment()
/dragonfly/sbin/svc/
H A Dsvc.c88 optreset = 1; in process_cmd()
/dragonfly/usr.sbin/inetd/
H A Dbuiltins.c360 optreset = 1; in ident_stream()
/dragonfly/usr.bin/unzip/
H A Dunzip.c945 optreset = optind = 1; in getopts()

12