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

1234

/netbsd-6-1-5-RELEASE/usr.bin/hesinfo/
H A Dhesinfo.c46 int lflag = 0, errflg = 0, bflag = 0, c; local
52 lflag = 1;
80 if (lflag)
84 if (lflag)
94 if (lflag)
97 if (lflag)
103 if (lflag)
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dsubr_prf.c81 #define KPRINTN(base) kprintn(put, ul, base, lflag, width)
84 if ((lflag & (ZEROPAD|LADJUST)) == ZEROPAD) { \
91 if (lflag & LADJUST) { \
98 if ((lflag & (ZEROPAD|LADJUST)) == 0) { \
113 ul = (lflag & LLONG) \
115 : (lflag & LONG) \
123 ul = (lflag & LONG) \
161 int lflag; local
173 lflag = 0;
181 lflag |
289 kprintn(void (*put)(int), UINTMAX_T ul, int base, int lflag, int width) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dttcompat.c64 tcflag_t lflag = tp->c_lflag; local
85 if (!ISSET(lflag, ICANON)) {
87 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
102 tcflag_t lflag = tp->c_lflag; local
107 CLR(lflag, ISIG|ICANON|IEXTEN);
111 SET(lflag, ISIG|IEXTEN);
113 CLR(lflag, ICANON);
115 SET(lflag, ICANON);
157 tp->c_lflag = lflag;
166 tcflag_t lflag local
195 tcflag_t lflag = tp->c_lflag; local
223 tcflag_t lflag = tp->c_lflag; local
258 tcflag_t lflag = tp->c_lflag; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A Dwc.lex41 int lflag = 0; /* 1 if we count # of lines */
50 lflag = 1;
64 if(lflag == 0 && wflag == 0 && cflag == 0){
65 lflag = wflag = cflag = 1; /* default to all on */
84 if(lflag){
111 if(lflag){
/netbsd-6-1-5-RELEASE/games/number/
H A Dnumber.c86 static int lflag; variable
96 lflag = 0;
100 lflag = 1;
169 (void)printf("minus%s", lflag ? " " : "\n");
180 lflag ? " " : "",
181 lflag ? " " : "\n");
183 if (lflag)
191 (void)printf("zero%s", lflag ? "" : ".\n");
192 if (lflag)
211 name3[len / 3], lflag
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/cmp/
H A Dextern.h44 extern int lflag, sflag;
H A Dmisc.c52 if (lflag)
63 if (!lflag)
H A Dcmp.c60 int lflag, sflag; variable
77 lflag = 1;
89 if (lflag && sflag)
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpq/
H A Dlpq.c79 int ch, aflag, lflag; local
91 aflag = lflag = 0;
98 ++lflag;
144 displayq(lflag);
149 displayq(lflag);
/netbsd-6-1-5-RELEASE/libexec/getty/
H A Dsubr.c187 tcflag_t iflag, oflag, cflag, lflag; local
245 lflag = omode.c_lflag;
309 lflag = 0;
311 CLR(lflag, ICANON);
325 SET(lflag, ECHOE);
327 CLR(lflag, ECHOE);
330 SET(lflag, ECHOKE);
332 CLR(lflag, ECHOKE);
335 SET(lflag, ECHOPRT);
337 CLR(lflag, ECHOPR
368 tcflag_t iflag, oflag, cflag, lflag; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/finger/
H A Dextern.h38 extern int lflag;
H A Dfinger.c96 int entries, gflag, lflag, mflag, oflag, sflag, eightflag, pplan; variable
124 lflag = 1; /* long format */
165 if (!lflag)
178 lflag = 1; /* if -s not explicit, force -l */
181 if (lflag)
206 if (db && lflag)
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dcypher.c48 int lflag = -1; local
85 lflag = 0;
91 lflag = 0;
97 lflag = 0;
103 lflag = 0;
109 lflag = 0;
115 lflag = 0;
375 lflag = use();
505 lflag = follow();
521 lflag
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/daicctl/
H A Dmain.c51 int lflag, dflag, xflag, iflag, sflag, vflag, pthrou, ch; local
54 pthrou = lflag = dflag = xflag = iflag = sflag = vflag = 0;
65 lflag = 1;
84 lflag = 1;
100 if (lflag)
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dtty_43.c297 tcflag_t lflag = tp->t_lflag; local
318 if (!ISSET(lflag, ICANON)) {
320 if (ISSET(iflag, IXON) || ISSET(lflag, ISIG|IEXTEN) ||
342 if (ISSET(lflag, ECHOE))
344 if (ISSET(lflag, ECHOKE))
346 if (ISSET(lflag, ECHOPRT))
348 if (ISSET(lflag, ECHOCTL))
352 SET(flags, ISSET(lflag, ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH));
367 tcflag_t lflag = t->c_lflag; local
375 SET(lflag, ECH
453 tcflag_t lflag = t->c_lflag; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/time/
H A Dtime.c72 int volatile lflag; local
81 cshflag = lflag = portableflag = 0;
87 lflag = 0;
92 lflag = 0;
95 lflag = 1;
151 if (lflag) {
/netbsd-6-1-5-RELEASE/usr.bin/newgrp/
H A Dnewgrp.c67 int c, lflag; local
86 lflag = 0;
91 if (lflag)
93 lflag = 1;
130 if (!lflag)
149 if (lflag) {
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dextern.h45 extern int Rflag, rflag, Hflag, Lflag, Pflag, fflag, iflag, lflag, pflag, Nflag;
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dmtree.c62 int cflag, Cflag, dflag, Dflag, eflag, iflag, lflag, mflag, variable
123 lflag = 1;
206 if (lflag && uflag)
H A Dextern.h72 extern int dflag, eflag, iflag, lflag, mflag, rflag, sflag, tflag, uflag;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsftp.c386 parse_ls_flags(char **argv, int argc, int *lflag) argument
394 *lflag = LS_NAME_SORT;
398 *lflag &= ~VIEW_FLAGS;
399 *lflag |= LS_SHORT_VIEW;
402 *lflag &= ~SORT_FLAGS;
403 *lflag |= LS_SIZE_SORT;
406 *lflag |= LS_SHOW_ALL;
409 *lflag &= ~SORT_FLAGS;
412 *lflag |= LS_SI_UNITS;
415 *lflag
681 do_ls_dir(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument
766 do_globbed_ls(struct sftp_conn *conn, char *path, char *strip_path, int lflag) argument
1113 parse_args(const char **cpp, int *pflag, int *rflag, int *lflag, int *iflag, int *hflag, int *sflag, unsigned long *n_arg, char **path1, char **path2) argument
1288 int pflag = 0, rflag = 0, lflag = 0, iflag = 0, hflag = 0, sflag = 0; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dextern.h91 extern bool lflag, Nflag, vflag, zflag;
/netbsd-6-1-5-RELEASE/sbin/reboot/
H A Dreboot.c71 int ch, howto, lflag, nflag, qflag, sverrno, len; local
86 lflag = nflag = qflag = 0;
93 lflag = 1;
146 if (!lflag) {
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/ypserv/
H A Dypserv.h70 extern int lflag;
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/stand/installboot/
H A Dinstallboot.c81 int c, rflag, lflag; local
83 rflag = lflag = verbose = nowrite = 0;
89 lflag = 1;
111 if ((lflag && rflag) || argc < 1 || (lflag && argc != 1) ||
117 if (lflag)

Completed in 169 milliseconds

1234