Searched refs:Gflag (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/clockstuff/
H A Dpropdelay.c117 int Gflag = 0; variable
171 Gflag++;
177 if (errflg || (!(Cflag || Wflag || Gflag) && ntp_optind+4 != argc) ||
178 ((Cflag || Wflag || Gflag) && ntp_optind+2 != argc)) {
190 if (!(Cflag || Wflag || Gflag)) {
246 } else if (Gflag) {
/freebsd-11-stable/usr.bin/id/
H A Did.c79 int Gflag, Mflag, Pflag, ch, gflag, id, nflag, pflag, rflag, uflag; local
85 Gflag = Mflag = Pflag = gflag = nflag = pflag = rflag = uflag = 0;
92 Gflag = nflag = 1;
108 Gflag = 1;
146 switch(Aflag + Gflag + Mflag + Pflag + gflag + pflag + uflag) {
195 if (Gflag) {
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.h136 extern bool Eflag, Fflag, Gflag, Hflag, Lflag,
/freebsd-11-stable/contrib/tcpdump/
H A Dtcpdump.c154 static int Gflag; /* rotate dump files after this many seconds */ variable
155 static int Gflag_count; /* number of files created with Gflag rotation */
681 /* Process with strftime if Gflag is set. */
682 if (Gflag != 0) {
1283 Gflag = atoi(optarg);
1284 if (Gflag < 0)
1936 (Cflag || Gflag ? 0 : CAPNG_PERMITTED)
1947 if (Cflag != 0 || Gflag != 0) {
2342 * specified Gflag number of seconds. Note: if a Gflag tim
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/id/
H A Dt_id.sh85 atf_test_case Gflag
301 atf_add_test_case Gflag

Completed in 132 milliseconds