Lines Matching defs:xtndflag
828 * void writeunformatted(current, xtndflag, expflag)
830 * int xtndflag
838 * if the "xtndflag" is TRUE, and it writes password expiration
843 * xtndflag TRUE if extended information is to be written,
852 writeunformatted(struct display *current, int xtndflag, int expflag)
875 if (xtndflag) {
898 * void writeformatted(current, xtndflag, expflag)
900 * int xtndflag
908 * "xtndflag" is TRUE, and it write password expiration information
913 * xtndflag TRUE if extended information to be written,
922 writeformatted(struct display *current, int xtndflag, int expflag)
947 if (xtndflag) {
974 * void genuidreport(pipeflag, xtndflag, expflag)
976 * int xtndflag
985 * the <xtndflag> variable is not zero, it will include the
994 * xtndflag int
1005 genuidreport(int pipeflag, int xtndflag, int expflag)
1024 writeunformatted(current, xtndflag, expflag);
1029 writeformatted(current, xtndflag, expflag);
1036 * void genlogreport(pipeflag, xtndflag, expflag)
1038 * int xtndflag
1047 * the <xtndflag> variable is not zero, it will include the
1056 * xtndflag int
1067 genlogreport(int pipeflag, int xtndflag, int expflag)
1084 writeunformatted(p, xtndflag, expflag);
1088 writeformatted(p, xtndflag, expflag);