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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/clockstuff/
H A Dpropdelay.c116 int Gflag = 0; variable
169 Gflag++;
175 if (errflg || (!(Cflag || Wflag || Gflag) && ntp_optind+4 != argc) ||
176 ((Cflag || Wflag || Gflag) && ntp_optind+2 != argc)) {
188 if (!(Cflag || Wflag || Gflag)) {
244 } else if (Gflag) {
/netbsd-6-1-5-RELEASE/usr.bin/id/
H A Did.c71 int Gflag, gflag, nflag, pflag, rflag, uflag; local
74 Gflag = gflag = nflag = pflag = rflag = uflag = 0;
77 Gflag = 1;
94 Gflag = 1;
118 switch (Gflag + gflag + pflag + uflag) {
156 if (Gflag) {
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dgrep.h113 extern bool Eflag, Fflag, Gflag, Hflag, Lflag,
/netbsd-6-1-5-RELEASE/sbin/newfs/
H A Dnewfs.c207 int Gflag; /* allow garbage parameters (for testing) */ variable
298 Gflag = 1;
808 if (Gflag) {
817 if (Gflag) {
H A Dmkfs.c167 extern int Gflag;
169 if (Gflag)
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtcpdump.c517 /* Process with strftime if Gflag is set. */
518 if (Gflag != 0) {
691 Gflag = atoi(optarg);
692 if (Gflag < 0)
1207 if (Cflag != 0 || Gflag != 0) {
1469 * specified Gflag number of seconds. Note: if a Gflag time boundary
1474 if (Gflag != 0) {
1486 if (t - Gflag_time >= Gflag) {
H A Dinterface.h377 #define Gflag gndo->ndo_Gflag macro
/netbsd-6-1-5-RELEASE/tests/util/id/
H A Dt_id.sh85 atf_test_case Gflag
301 atf_add_test_case Gflag

Completed in 84 milliseconds