Searched refs:lflag (Results 1 - 25 of 91) sorted by relevance

1234

/freebsd-11-stable/usr.bin/hesinfo/
H A Dhesinfo.c36 int lflag = 0, errflg = 0, bflag = 0, c; local
42 lflag = 1;
70 if (lflag)
74 if (lflag)
84 if (lflag)
87 if (lflag)
93 if (lflag)
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dextern.h36 extern int lflag; /* in lpd.c */
/freebsd-11-stable/usr.bin/number/
H A Dnumber.c83 static int lflag; variable
91 lflag = 0;
95 lflag = 1;
163 (void)printf("minus%s", lflag ? " " : "\n");
174 lflag ? " " : "",
175 lflag ? " " : "\n");
177 if (lflag)
185 (void)printf("zero%s", lflag ? "" : ".\n");
186 if (lflag)
203 name3[len / 3], lflag
[all...]
/freebsd-11-stable/bin/cp/
H A Dextern.h40 extern int fflag, iflag, lflag, nflag, pflag, sflag, vflag;
H A Dutils.c91 if (!lflag && !sflag &&
133 if (!lflag && !sflag) {
138 } else if (!lflag && !sflag) {
142 } else if (!lflag && !sflag) {
147 if (!lflag && !sflag && to_fd == -1) {
155 if (!lflag && !sflag) {
241 } else if (lflag) {
260 if (!lflag && !sflag) {
/freebsd-11-stable/usr.bin/cmp/
H A Dextern.h45 extern int lflag, sflag, xflag, zflag;
H A Dcmp.c59 int lflag, sflag, xflag, zflag; variable
86 lflag = 1;
93 lflag = 1;
106 if (lflag && sflag)
/freebsd-11-stable/sys/kern/
H A Dtty_compat.c277 tcflag_t lflag = tp->t_termios.c_lflag; local
301 if ((lflag&ICANON) == 0) {
303 if (iflag&(INPCK|ISTRIP|IXON) || lflag&(IEXTEN|ISIG)
317 if (lflag&ECHOE)
319 if (lflag&ECHOKE)
321 if (lflag&ECHOPRT)
323 if (lflag&ECHOCTL)
327 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH);
339 tcflag_t lflag = t->c_lflag; local
344 lflag
416 tcflag_t lflag = t->c_lflag; local
[all...]
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp.h33 extern int cflag, hflag, lflag, mflag, pflag, sflag, tflag;
H A Dtcpp.c54 int cflag, hflag, lflag, mflag, pflag, sflag, tflag, Mflag, Pflag; variable
136 lflag++;
199 /* If Mflag is specified, we must have the lflag for a local IP. */
200 if (Mflag > 1 && !lflag)
/freebsd-11-stable/usr.bin/finger/
H A Dextern.h42 extern int lflag;
H A Dfinger.c91 int entries, gflag, lflag, pplan, oflag; variable
124 lflag = 1; /* long format */
207 if (!lflag)
220 lflag = 1; /* if -s not explicit, force -l */
223 if (lflag)
257 if (db && lflag)
/freebsd-11-stable/usr.sbin/lpr/lpq/
H A Dlpq.c84 int ch, aflag, lflag; local
97 aflag = lflag = 0;
104 ++lflag;
138 displayq(pp, lflag);
164 displayq(pp, lflag);
/freebsd-11-stable/libexec/getty/
H A Dsubr.c240 tcflag_t iflag, oflag, cflag, lflag; local
276 lflag = omode.c_lflag;
345 lflag = 0;
347 CLR(lflag, ICANON);
361 SET(lflag, ECHOE);
363 CLR(lflag, ECHOE);
366 SET(lflag, ECHOKE);
368 CLR(lflag, ECHOKE);
371 SET(lflag, ECHOPRT);
373 CLR(lflag, ECHOPR
[all...]
/freebsd-11-stable/sbin/newfs/
H A Dnewfs.h87 extern int lflag; /* enable multilabel MAC for file system */
/freebsd-11-stable/usr.bin/cpuset/
H A Dcpuset.c58 static int lflag; variable
242 lflag = 1;
276 if (argc || Cflag || lflag)
302 if (lflag) {
316 if (!lflag && cflag)
318 if (!lflag && !(Cflag || sflag))
345 if (lflag) {
/freebsd-11-stable/sbin/reboot/
H A Dreboot.c70 int ch, howto, i, fd, lflag, nflag, qflag, sverrno, Nflag; local
79 lflag = nflag = qflag = Nflag = 0;
89 lflag = 1;
146 if (!lflag) {
/freebsd-11-stable/usr.bin/morse/
H A Dmorse.c280 static int pflag, lflag, rflag, sflag, eflag; variable
333 lflag = 1;
353 if ((sflag && lflag) || (sflag && rflag) || (lflag && rflag)) {
356 if ((pflag || device) && (sflag || lflag)) {
425 if (lflag) {
484 else if (lflag)
507 if (lflag) {
/freebsd-11-stable/crypto/openssh/
H A Dsftp.c443 parse_rename_flags(const char *cmd, char **argv, int argc, int *lflag) argument
451 *lflag = 0;
455 *lflag = 1;
467 parse_ls_flags(char **argv, int argc, int *lflag) argument
475 *lflag = LS_NAME_SORT;
479 *lflag &= ~VIEW_FLAGS;
480 *lflag |= LS_SHORT_VIEW;
483 *lflag &= ~SORT_FLAGS;
484 *lflag |= LS_SIZE_SORT;
487 *lflag |
798 do_ls_dir(struct sftp_conn *conn, const char *path, const char *strip_path, int lflag) argument
884 do_globbed_ls(struct sftp_conn *conn, const char *path, const char *strip_path, int lflag) argument
1232 parse_args(const char **cpp, int *ignore_errors, int *aflag, int *fflag, int *hflag, int *iflag, int *lflag, int *pflag, int *rflag, int *sflag, unsigned long *n_arg, char **path1, char **path2) argument
1427 int lflag = 0, pflag = 0, rflag = 0, sflag = 0; local
[all...]
/freebsd-11-stable/usr.bin/ktrdump/
H A Dktrdump.c65 static int lflag; variable
131 lflag = 1;
242 if (lflag) {
327 if (lflag) {
348 if (lflag && !iflag) {
/freebsd-11-stable/sbin/swapon/
H A Dswapon.c87 int sflag, lflag, late, hflag; local
90 sflag = lflag = late = hflag = 0;
132 lflag = 1;
212 if (lflag || sflag)
213 swaplist(lflag, sflag, hflag);
326 const char *aflag, *eflag, *lflag, *Tflag, *sflag; local
334 aflag = eflag = lflag = Tflag = "";
363 lflag = " -l ";
407 aflag, aalgo, eflag, ealgo, lflag, keylen_str, Tflag,
783 swaplist(int lflag, in argument
[all...]
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld_printf.c130 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
153 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
257 if (lflag) {
258 lflag = 0;
261 lflag = 1;
268 else if (lflag)
343 else if (lflag)
361 else if (lflag)
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c237 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
260 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
364 if (lflag) {
365 lflag = 0;
368 lflag = 1;
375 else if (lflag)
450 else if (lflag)
468 else if (lflag)
/freebsd-11-stable/stand/libsa/
H A Dprintf.c258 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
285 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
389 if (lflag) {
390 lflag = 0;
393 lflag = 1;
400 else if (lflag)
479 else if (lflag)
497 else if (lflag)
/freebsd-11-stable/contrib/mtree/
H A Dextern.h81 extern int bflag, dflag, eflag, iflag, jflag, lflag, mflag,

Completed in 345 milliseconds

1234