OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Gflag
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/id/
id.c
71
int
Gflag
,
gflag
, nflag, pflag, rflag, uflag;
local
74
Gflag
=
gflag
= nflag = pflag = rflag = uflag = 0;
77
Gflag
= 1;
94
Gflag
= 1;
97
gflag
= 1;
118
switch (
Gflag
+
gflag
+ pflag + uflag) {
138
if (
gflag
) {
[
all
...]
/src/external/bsd/ntp/dist/clockstuff/
propdelay.c
119
int
Gflag
= 0;
173
Gflag
++;
179
if (errflg || (!(Cflag || Wflag ||
Gflag
) && ntp_optind+4 != argc) ||
180
((Cflag || Wflag ||
Gflag
) && ntp_optind+2 != argc)) {
192
if (!(Cflag || Wflag ||
Gflag
)) {
248
} else if (
Gflag
) {
/src/sbin/newfs/
newfs.c
207
int
Gflag
; /* allow garbage parameters (for testing) */
308
Gflag
= 1;
834
if (
Gflag
) {
843
if (
Gflag
) {
/src/external/bsd/tcpdump/dist/
tcpdump.c
218
static int
Gflag
; /* rotate dump files after this many seconds */
219
static int Gflag_count; /* number of files created with
Gflag
rotation */
889
/* Process with strftime if
Gflag
is set. */
890
if (
Gflag
!= 0) {
1923
Gflag
= atoi(optarg);
1924
if (
Gflag
< 0)
2247
if (
Gflag
!= 0 && WFileName == NULL)
2250
if (zflag != NULL && (WFileName == NULL || (Cflag == 0 &&
Gflag
== 0)))
2710
(Cflag ||
Gflag
? 0 : CAPNG_PERMITTED)
2721
if (Cflag != 0 ||
Gflag
!= 0)
[
all
...]
Completed in 30 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026