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

1234

/freebsd-10.1-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.1-release/usr.sbin/lpr/lpd/
H A Dextern.h36 extern int lflag; /* in lpd.c */
/freebsd-10.1-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.1-release/bin/cp/
H A Dextern.h40 extern int fflag, iflag, lflag, nflag, pflag, vflag;
/freebsd-10.1-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)
H A Dlink.c78 } else if (lflag) {
/freebsd-10.1-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.1-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.1-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.1-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.1-release/libexec/getty/
H A Dsubr.c253 tcflag_t iflag, oflag, cflag, lflag; local
289 lflag = omode.c_lflag;
358 lflag = 0;
360 CLR(lflag, ICANON);
374 SET(lflag, ECHOE);
376 CLR(lflag, ECHOE);
379 SET(lflag, ECHOKE);
381 CLR(lflag, ECHOKE);
384 SET(lflag, ECHOPRT);
386 CLR(lflag, ECHOPR
[all...]
/freebsd-10.1-release/sbin/newfs/
H A Dnewfs.h87 extern int lflag; /* enable multilabel MAC for file system */
/freebsd-10.1-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.1-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.1-release/contrib/mtree/
H A Dextern.h81 extern int bflag, dflag, eflag, iflag, jflag, lflag, mflag,
H A Dmtree.c62 int bflag, dflag, eflag, iflag, jflag, lflag, mflag, nflag, qflag, rflag, variable
163 lflag = 1;
295 if (lflag && uflag)
/freebsd-10.1-release/sbin/reboot/
H A Dreboot.c70 int ch, howto, i, fd, lflag, nflag, qflag, sverrno; local
79 lflag = nflag = qflag = 0;
89 lflag = 1;
133 if (!lflag) {
/freebsd-10.1-release/lib/libstand/
H A Dprintf.c161 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
188 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
292 if (lflag) {
293 lflag = 0;
296 lflag = 1;
303 else if (lflag)
378 else if (lflag)
396 else if (lflag)
/freebsd-10.1-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.1-release/crypto/openssh/
H A Dsftp.c425 parse_rename_flags(const char *cmd, char **argv, int argc, int *lflag) argument
433 *lflag = 0;
437 *lflag = 1;
449 parse_ls_flags(char **argv, int argc, int *lflag) argument
457 *lflag = LS_NAME_SORT;
461 *lflag &= ~VIEW_FLAGS;
462 *lflag |= LS_SHORT_VIEW;
465 *lflag &= ~SORT_FLAGS;
466 *lflag |= LS_SIZE_SORT;
469 *lflag |
769 do_ls_dir(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument
854 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument
1190 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
1387 int lflag = 0, pflag = 0, rflag = 0, sflag = 0; local
[all...]
/freebsd-10.1-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,
768 swaplist(int lflag, in argument
[all...]
/freebsd-10.1-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)

Completed in 215 milliseconds

1234