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

/freebsd-9.3-release/tools/tools/netrate/tcpp/
H A Dtcpp.h34 extern int Iflag, Mflag, Pflag;
H A Dtcpp.c54 int cflag, hflag, lflag, mflag, pflag, sflag, tflag, Mflag, Pflag; variable
182 Pflag++;
H A Dtcpp_server.c204 if (Pflag) {
H A Dtcpp_client.c231 if (Pflag) {
/freebsd-9.3-release/usr.bin/pathchk/
H A Dpathchk.c54 static int Pflag; /* Check for empty paths, leading '-' */ variable
68 Pflag = 1;
109 if (Pflag && *p == '\0') {
113 if ((Pflag || pflag) && (*p == '-' || strstr(p, "/-") != NULL)) {
/freebsd-9.3-release/bin/ln/
H A Dln.c61 int Pflag; /* Create hard links to symlinks. */ variable
103 Pflag = 0;
106 Pflag = 1;
234 if ((Pflag ? lstat : stat)(source, &sb)) {
341 Pflag ? 0 : AT_SYMLINK_FOLLOW)) {
/freebsd-9.3-release/bin/sh/
H A Doptions.h64 #define Pflag optlist[17].val macro
H A Dcd.c93 phys = Pflag;
339 phys = Pflag;
/freebsd-9.3-release/usr.bin/id/
H A Did.c76 int Gflag, Mflag, Pflag, ch, gflag, id, nflag, pflag, rflag, uflag; local
82 Gflag = Mflag = Pflag = gflag = nflag = pflag = rflag = uflag = 0;
111 Pflag = 1;
143 switch(Aflag + Gflag + Mflag + Pflag + gflag + pflag + uflag) {
202 if (Pflag) {
/freebsd-9.3-release/bin/rm/
H A Drm.c60 int dflag, eval, fflag, iflag, Pflag, vflag, Wflag, stdin_ok; variable
108 Pflag = rflag = 0;
126 Pflag = 1;
307 if (Pflag)
384 if (Pflag)
505 if (Pflag)
/freebsd-9.3-release/usr.bin/vmstat/
H A Dvmstat.c134 static int Pflag; variable
193 Pflag++;
276 if (kd && Pflag)
688 if (Pflag) {
706 if (Pflag) {
792 if (Pflag)
827 if (Pflag) {
843 if (Pflag) {
/freebsd-9.3-release/contrib/netcat/
H A Dnetcat.c85 char *Pflag; /* Proxy username */ variable
230 Pflag = optarg;
488 Pflag);
/freebsd-9.3-release/usr.sbin/route6d/
H A Droute6d.c189 int Pflag = 0; /* don't age out routes with RTF_PROTO[123] */ variable
347 Pflag = 0;
349 Pflag |= RTF_PROTO1;
351 Pflag |= RTF_PROTO2;
353 Pflag |= RTF_PROTO3;
2755 if (rtm->rtm_flags & Pflag)

Completed in 105 milliseconds