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

1234

/freebsd-10.3-release/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-10.3-release/usr.sbin/lpr/lpd/
H A Dextern.h36 extern int lflag; /* in lpd.c */
/freebsd-10.3-release/games/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-10.3-release/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-10.3-release/usr.bin/cmp/
H A Dextern.h45 extern int lflag, sflag, xflag, zflag;
H A Dcmp.c58 int lflag, sflag, xflag, zflag; variable
77 lflag = 1;
84 lflag = 1;
97 if (lflag && sflag)
/freebsd-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/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-10.3-release/libexec/getty/
H A Dsubr.c239 tcflag_t iflag, oflag, cflag, lflag; local
275 lflag = omode.c_lflag;
344 lflag = 0;
346 CLR(lflag, ICANON);
360 SET(lflag, ECHOE);
362 CLR(lflag, ECHOE);
365 SET(lflag, ECHOKE);
367 CLR(lflag, ECHOKE);
370 SET(lflag, ECHOPRT);
372 CLR(lflag, ECHOPR
[all...]
/freebsd-10.3-release/sbin/newfs/
H A Dnewfs.h87 extern int lflag; /* enable multilabel MAC for file system */
/freebsd-10.3-release/games/morse/
H A Dmorse.c277 static int pflag, lflag, sflag, eflag; variable
327 lflag = 1;
345 if (sflag && lflag) {
349 if ((pflag || device) && (sflag || lflag)) {
422 if (lflag)
461 else if (lflag)
484 if (lflag) {
/freebsd-10.3-release/usr.bin/cpuset/
H A Dcpuset.c54 static int lflag; variable
232 lflag = 1;
268 if (argc || Cflag || lflag)
294 if (lflag) {
308 if (!lflag && (cflag || rflag))
310 if (!lflag && !(Cflag || sflag))
337 if (lflag) {
/freebsd-10.3-release/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;
144 if (!lflag) {
/freebsd-10.3-release/lib/libstand/
H A Dprintf.c210 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
237 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
341 if (lflag) {
342 lflag = 0;
345 lflag = 1;
352 else if (lflag)
427 else if (lflag)
445 else if (lflag)
/freebsd-10.3-release/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-10.3-release/crypto/openssh/
H A Dsftp.c430 parse_rename_flags(const char *cmd, char **argv, int argc, int *lflag) argument
438 *lflag = 0;
442 *lflag = 1;
454 parse_ls_flags(char **argv, int argc, int *lflag) argument
462 *lflag = LS_NAME_SORT;
466 *lflag &= ~VIEW_FLAGS;
467 *lflag |= LS_SHORT_VIEW;
470 *lflag &= ~SORT_FLAGS;
471 *lflag |= LS_SIZE_SORT;
474 *lflag |
782 do_ls_dir(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument
867 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument
1207 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
1402 int lflag = 0, pflag = 0, rflag = 0, sflag = 0; local
[all...]
/freebsd-10.3-release/sbin/swapon/
H A Dswapon.c87 int sflag, lflag, late, hflag; local
90 sflag = lflag = late = hflag = 0;
132 lflag = 1;
208 if (lflag || sflag)
209 swaplist(lflag, sflag, hflag);
316 const char *aflag, *eflag, *lflag, *sflag; local
324 aflag = eflag = lflag = "";
353 lflag = " -l ";
391 aflag, aalgo, eflag, ealgo, lflag, keylen_str,
769 swaplist(int lflag, in argument
[all...]
/freebsd-10.3-release/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-10.3-release/contrib/mtree/
H A Dextern.h81 extern int bflag, dflag, eflag, iflag, jflag, lflag, mflag,
/freebsd-10.3-release/usr.bin/procstat/
H A Dprocstat.c42 static int aflag, bflag, cflag, eflag, fflag, iflag, jflag, kflag, lflag, rflag; variable
76 else if (lflag)
185 lflag++;
236 lflag + rflag + sflag + tflag + vflag + xflag + Sflag;

Completed in 363 milliseconds

1234