Searched refs:lflag (Results 26 - 50 of 69) sorted by relevance

123

/openbsd-current/gnu/usr.sbin/mkhybrid/src/libfile/
H A Dfile.h123 extern int lflag; /* follow symbolic links? */
H A Dlfile.c88 lflag = 0, /* follow Symlinks (BSD only) */ variable
/openbsd-current/sbin/pdisk/
H A Dpartition_map.h110 extern int lflag;
H A Dpdisk.c51 int lflag; /* list the device */ variable
83 lflag = 1;
121 if (lflag)
/openbsd-current/regress/usr.bin/sdiff/
H A DMakefile4 REGRESS_TARGETS=test-lflag test-sflag test-wflag \
45 test-lflag: file1 file2 lflag.out
46 ${SDIFF} -l ${.CURDIR}/file1 ${.CURDIR}/file2 | diff -u ${.CURDIR}/lflag.out -
/openbsd-current/usr.bin/cmp/
H A Dregular.c87 if (lflag) {
/openbsd-current/usr.bin/grep/
H A Dgrep.h70 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag, qflag,
H A Dgrep.c71 int lflag; /* -l: only show names of files with matches */ variable
337 lflag = 0;
392 lflag = qflag = 1;
H A Dutil.c146 for (c = 0; c == 0 || !(lflag || qflag); ) {
178 if (lflag && c != 0)
182 if (c && !cflag && !lflag && !Lflag &&
434 if ((!(lflag || cflag || oflag)) && ((!(bol || eol)) &&
/openbsd-current/usr.bin/finger/
H A Dnet.c102 if (lflag)
/openbsd-current/usr.bin/netstat/
H A Dnetstat.h52 extern int lflag; /* show only listening sockets (only servers), */
H A Dmain.c118 int lflag; /* show only listening sockets (only servers), */ variable
218 lflag = 1;
/openbsd-current/gnu/lib/libreadline/
H A Drltty.c165 int lflag; /* Local mode flags, like LPASS8. */ member in struct:bsdtty
230 tiop->flags = tiop->lflag = 0;
237 if (ioctl (tty, TIOCLGET, &(tiop->lflag)) == 0)
269 ioctl (tty, TIOCLSET, &(tiop->lflag));
303 tiop->lflag = oldtio.lflag;
331 tiop->lflag |= LPASS8;
/openbsd-current/usr.bin/nc/
H A Dnetcat.c81 int lflag; /* Bind to local port */ variable
231 lflag = 1;
356 } else if (argc == 1 && lflag) {
373 } else if (family == AF_UNIX && uflag && lflag && !kflag) {
420 if (lflag && sflag)
422 if (lflag && pflag)
424 if (lflag && zflag)
426 if (!lflag && kflag)
454 if ((family == AF_UNIX) && uflag && !lflag) {
480 if (lflag)
[all...]
/openbsd-current/usr.sbin/rad/
H A Drad.h120 int lflag; /* on-link flag*/ member in struct:ra_prefix_conf
H A Dprintconf.c124 printf("%son-link %s\n", indent, yesno(ra_prefix_conf->lflag));
/openbsd-current/usr.bin/rpcgen/
H A Drpc_main.c62 int lflag; /* client side stubs */ member in struct:commandline
151 if (cmd.cflag || cmd.hflag || cmd.lflag || cmd.tflag || cmd.sflag ||
161 } else if (cmd.lflag) {
1002 cmd->lflag = flag['l'];
1034 nflags = cmd->cflag + cmd->hflag + cmd->lflag + cmd->mflag +
/openbsd-current/usr.bin/sdiff/
H A Dsdiff.c66 int lflag; /* print only left column for identical lines */ variable
221 lflag = 1;
368 if (lflag)
699 if (lflag) {
732 if (lflag)
/openbsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c95 int lflag; /* log requests flag */ variable
175 lflag = 1;
414 if (lflag)
460 if (lflag) {
577 if (lflag)
/openbsd-current/usr.bin/usbhidctl/
H A Dusbhid.c765 int aflag, lflag, nflag, rflag, Rflag, wflag; local
772 wflag = aflag = nflag = verbose = rflag = Rflag = lflag = 0;
784 lflag = 1;
811 if (dev == NULL || (lflag && (wflag || rflag || Rflag)) ||
960 if (lflag) {
/openbsd-current/usr.bin/vi/ex/
H A Dex_subst.c346 int lflag, nflag, pflag, rflag; local
384 lflag = nflag = pflag = rflag = 0;
441 lflag = 1;
468 noargs: if (F_ISSET(sp, SC_VI) && sp->c_suffix && (lflag || nflag || pflag)) {
808 if (lflag || nflag || pflag) {
811 if (lflag)
851 } else if (!lflag && !nflag && !pflag)
/openbsd-current/usr.bin/ssh/
H A Dssh-add.c809 int do_download = 0, xflag = 0, lflag = 0, Dflag = 0; local
872 if (lflag != 0)
873 fatal("-%c flag already specified", lflag);
874 lflag = ch;
939 if ((xflag != 0) + (lflag != 0) + (Dflag != 0) > 1)
945 } else if (lflag) {
946 if (list_identities(agent_fd, lflag == 'l' ? 1 : 0) == -1)
/openbsd-current/bin/pax/
H A Dpax.c71 int lflag; /* use hard links when possible */ variable
H A Dextern.h197 extern int lflag;
/openbsd-current/usr.sbin/sa/
H A Dmain.c61 int Kflag, lflag, mflag, qflag, rflag, sflag, tflag, uflag, vflag; variable
130 lflag = 1;

Completed in 597 milliseconds

123