Searched refs:Pflag (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/tools/tools/netrate/tcpp/
H A Dtcpp.h32 extern int Iflag, Mflag, Pflag;
H A Dtcpp.c52 int cflag, hflag, lflag, mflag, pflag, sflag, tflag, Mflag, Pflag; variable
180 Pflag++;
H A Dtcpp_server.c202 if (Pflag) {
H A Dtcpp_client.c219 if (Pflag) {
/freebsd-current/usr.bin/pathchk/
H A Dpathchk.c53 static int Pflag; /* Check for empty paths, leading '-' */ variable
67 Pflag = 1;
108 if (Pflag && *p == '\0') {
112 if ((Pflag || pflag) && (*p == '-' || strstr(p, "/-") != NULL)) {
/freebsd-current/bin/sh/
H A Doptions.h64 #define Pflag optval[17] macro
H A Dcd.c82 phys = Pflag;
331 phys = Pflag;
/freebsd-current/bin/cp/
H A Dcp.c76 static int Hflag, Lflag, Pflag, Rflag, rflag; variable
97 Lflag = Pflag = 0;
101 Hflag = Pflag = 0;
104 Pflag = 1;
113 Pflag = 1;
139 Hflag = Pflag = 0;
172 } else if (!Pflag) {
/freebsd-current/bin/ln/
H A Dln.c50 static bool Pflag; /* Create hard links to symlinks. */ variable
96 Pflag = false;
99 Pflag = true;
228 if ((Pflag ? lstat : stat)(source, &sb)) {
335 Pflag ? 0 : AT_SYMLINK_FOLLOW)) {
/freebsd-current/usr.bin/diff/
H A Ddiff.h111 extern bool lflag, Nflag, Pflag, rflag, sflag, Tflag, cflag;
H A Ddiffdir.c85 if (errno == ENOENT && (Nflag || Pflag)) {
144 if (Nflag || Pflag)
189 if (!(Nflag || Pflag) || errno != ENOENT) {
246 if (!(Nflag || Pflag) || errno != ENOENT) {
H A Ddiff.c39 bool lflag, Nflag, Pflag, rflag, sflag, Tflag, cflag; variable
268 Pflag = true;
/freebsd-current/usr.bin/id/
H A Did.c67 int Gflag, Mflag, Pflag, ch, gflag, id, nflag, pflag, rflag, uflag; local
73 Gflag = Mflag = Pflag = gflag = nflag = pflag = rflag = uflag = 0;
102 Pflag = 1;
136 switch(Aflag + Gflag + Mflag + Pflag + gflag + pflag + uflag) {
195 if (Pflag) {
/freebsd-current/usr.bin/netstat/
H A Dnetstat.h52 extern int Pflag; /* show TCP log ID */
H A Dmain.c214 int Pflag; /* show TCP log ID */ variable
373 Pflag = 1;
H A Dinet.c366 if (Pflag)
548 if (Pflag)
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c160 static int Pflag; variable
227 Pflag++;
343 if (kd && Pflag)
682 if (Pflag) {
700 if (Pflag) {
790 if (Pflag)
825 if (Pflag) {
841 if (Pflag) {
/freebsd-current/crypto/openssh/regress/
H A Dnetcat.c105 char *Pflag; /* Proxy username */ variable
220 Pflag = optarg;
476 Pflag);
/freebsd-current/contrib/netcat/
H A Dnetcat.c98 char *Pflag; /* Proxy username */ variable
262 Pflag = optarg;
545 Pflag);
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c165 static int Pflag = 0; /* don't age out routes with RTF_PROTO[123] */ variable
325 Pflag = 0;
327 Pflag |= RTF_PROTO1;
329 Pflag |= RTF_PROTO2;
331 Pflag |= RTF_PROTO3;
2725 if (rtm->rtm_flags & Pflag)

Completed in 377 milliseconds